Class BundleManifestEntryReadHandler
- java.lang.Object
-
- org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
-
- org.pentaho.reporting.libraries.docbundle.metadata.parser.BundleManifestEntryReadHandler
-
- All Implemented Interfaces:
org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
public class BundleManifestEntryReadHandler extends org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
-
-
Constructor Summary
Constructors Constructor Description BundleManifestEntryReadHandler(DefaultBundleManifest manifest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getObject()
protected void
startParsing(Attributes attrs)
-
Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
characters, deriveParseParameters, doneParsing, endElement, getHandlerForChild, getLocator, getRootHandler, getTagName, getUri, init, isSameNamespace, performExternalParsing, performExternalParsing, startElement
-
-
-
-
Constructor Detail
-
BundleManifestEntryReadHandler
public BundleManifestEntryReadHandler(DefaultBundleManifest manifest)
-
-
Method Detail
-
startParsing
protected void startParsing(Attributes attrs) throws SAXException
- Overrides:
startParsing
in classorg.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
- Throws:
SAXException
-
getObject
public Object getObject() throws SAXException
- Throws:
SAXException
-
-