org.pentaho.reporting.libraries.xmlns.parser
public class IgnoreAnyChildReadHandler extends AbstractXmlReadHandler
| Constructor and Description |
|---|
IgnoreAnyChildReadHandler()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected XmlReadHandler |
getHandlerForChild(java.lang.String uri,
java.lang.String tagName,
org.xml.sax.Attributes atts)
Returns the handler for a child element.
|
java.lang.Object |
getObject()
Returns the object for this element or null, if this element does not
create an object.
|
characters, deriveParseParameters, doneParsing, endElement, getLocator, getRootHandler, getTagName, getUri, init, isSameNamespace, performExternalParsing, performExternalParsing, startElement, startParsingpublic IgnoreAnyChildReadHandler()
protected XmlReadHandler getHandlerForChild(java.lang.String uri, java.lang.String tagName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
getHandlerForChild in class AbstractXmlReadHandlertagName - the tag name.atts - the attributes.uri - the URI of the namespace of the current element.org.xml.sax.SAXException - if there is a parsing error.public java.lang.Object getObject()
throws org.xml.sax.SAXException
org.xml.sax.SAXException - if an parser error occured.