Class UserDefinedMetaDataEntryReadHandler
- java.lang.Object
-
- org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
-
- org.pentaho.reporting.libraries.docbundle.metadata.parser.UserDefinedMetaDataEntryReadHandler
-
- All Implemented Interfaces:
BundleMetaDataEntryReadHandler
,org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
public class UserDefinedMetaDataEntryReadHandler extends org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler implements BundleMetaDataEntryReadHandler
-
-
Constructor Summary
Constructors Constructor Description UserDefinedMetaDataEntryReadHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMetaDataName()
String
getMetaDataNameSpace()
Object
getObject()
Returns the object for this element.protected void
startParsing(Attributes attrs)
Starts parsing.-
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
-
-
-
-
Method Detail
-
startParsing
protected void startParsing(Attributes attrs) throws SAXException
Starts parsing.- Overrides:
startParsing
in classorg.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
- Parameters:
attrs
- the attributes.- Throws:
SAXException
- if there is a parsing error.
-
getObject
public Object getObject()
Returns the object for this element.- Specified by:
getObject
in interfaceorg.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
- Returns:
- the object.
-
getMetaDataNameSpace
public String getMetaDataNameSpace()
- Specified by:
getMetaDataNameSpace
in interfaceBundleMetaDataEntryReadHandler
-
getMetaDataName
public String getMetaDataName()
- Specified by:
getMetaDataName
in interfaceBundleMetaDataEntryReadHandler
-
-