Class BundleMetaDataReadHandler
- java.lang.Object
-
- org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
-
- org.pentaho.reporting.libraries.docbundle.metadata.parser.BundleMetaDataReadHandler
-
- All Implemented Interfaces:
org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
public class BundleMetaDataReadHandler extends org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description BundleMetaDataReadHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doneParsing()
protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
getHandlerForChild(String uri, String tagName, Attributes atts)
Object
getObject()
-
-
-
Method Detail
-
getHandlerForChild
protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler getHandlerForChild(String uri, String tagName, Attributes atts) throws SAXException
- Overrides:
getHandlerForChild
in classorg.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
- Throws:
SAXException
-
doneParsing
protected void doneParsing() throws SAXException
- Overrides:
doneParsing
in classorg.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
- Throws:
SAXException
-
getObject
public Object getObject() throws SAXException
- Throws:
SAXException
-
-