|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
org.jfree.report.modules.factories.report.flow.AbstractElementReadHandler
public abstract class AbstractElementReadHandler
Creation-Date: 09.04.2006, 13:55:36
Constructor Summary | |
---|---|
protected |
AbstractElementReadHandler()
|
Method Summary | |
---|---|
protected void |
configureElement(Element e)
|
protected abstract Element |
getElement()
|
protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler |
getHandlerForChild(java.lang.String uri,
java.lang.String tagName,
org.xml.sax.Attributes atts)
Returns the handler for a child element. |
Node |
getNode()
|
java.lang.Object |
getObject()
Returns the object for this element or null, if this element does not create an object. |
java.lang.String |
getStyle()
|
void |
init(org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler rootHandler,
java.lang.String uri,
java.lang.String tagName)
Initialises the handler. |
boolean |
isEnabled()
|
protected void |
startParsing(org.xml.sax.Attributes attrs)
Starts parsing. |
Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler |
---|
characters, deriveParseParameters, doneParsing, endElement, getLocator, getRootHandler, getTagName, getUri, isSameNamespace, performExternalParsing, performExternalParsing, startElement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler |
---|
characters, endElement, startElement |
Constructor Detail |
---|
protected AbstractElementReadHandler()
Method Detail |
---|
public boolean isEnabled()
public java.lang.String getStyle()
public void init(org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler rootHandler, java.lang.String uri, java.lang.String tagName)
init
in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
init
in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
rootHandler
- the root handler.tagName
- the tag name.protected void startParsing(org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
startParsing
in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
attrs
- the attributes.
org.xml.sax.SAXException
- if there is a parsing error.protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler getHandlerForChild(java.lang.String uri, java.lang.String tagName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
getHandlerForChild
in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
tagName
- the tag name.atts
- the attributes.
org.xml.sax.SAXException
- if there is a parsing error.protected void configureElement(Element e)
protected abstract Element getElement()
public final Node getNode()
getNode
in interface NodeReadHandler
public java.lang.Object getObject() throws org.xml.sax.SAXException
getObject
in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
org.xml.sax.SAXException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |