Uses of Interface
org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
-
Packages that use XmlReadHandler Package Description org.pentaho.reporting.libraries.xmlns.parser -
-
Uses of XmlReadHandler in org.pentaho.reporting.libraries.xmlns.parser
Classes in org.pentaho.reporting.libraries.xmlns.parser that implement XmlReadHandler Modifier and Type Class Description class
AbstractXmlReadHandler
A base class for implementing anXmlReadHandler
.class
IgnoreAnyChildReadHandler
A read-handler that silently ignores all childs.class
PropertiesReadHandler
A read handler that creates property-structures (name-value-pairs) and returns the properties as java.util.Properties collection.class
PropertyReadHandler
The Property-ReadHandler reads character data from an element along with a 'name' attribute.class
StringReadHandler
A XmlReadHandler that reads character-data for the given element.Methods in org.pentaho.reporting.libraries.xmlns.parser that return XmlReadHandler Modifier and Type Method Description XmlReadHandler
XmlFactoryModule. createReadHandler(XmlDocumentInfo documentInfo)
Creates an XmlReadHandler for the root-tag based on the given document information.XmlReadHandler
AbstractReadHandlerFactory. getHandler(java.lang.String namespace, java.lang.String tagname)
The returned handler can be null, in case no handler is registered.Methods in org.pentaho.reporting.libraries.xmlns.parser with parameters of type XmlReadHandler Modifier and Type Method Description void
RootXmlReadHandler. delegate(XmlReadHandler handler, java.lang.String uri, java.lang.String tagName, org.xml.sax.Attributes attrs)
Delegate to another handler.void
RootXmlReadHandler. recurse(XmlReadHandler handler, java.lang.String uri, java.lang.String tagName, org.xml.sax.Attributes attrs)
Start a new handler stack and delegate to another handler.
-