Uses of Interface
org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
Packages that use XmlReadHandler
-
Uses of XmlReadHandler in org.pentaho.reporting.libraries.xmlns.parser
Classes in org.pentaho.reporting.libraries.xmlns.parser that implement XmlReadHandlerModifier and TypeClassDescriptionclass
A base class for implementing anXmlReadHandler
.class
A read-handler that silently ignores all childs.class
A read handler that creates property-structures (name-value-pairs) and returns the properties as java.util.Properties collection.class
The Property-ReadHandler reads character data from an element along with a 'name' attribute.class
A XmlReadHandler that reads character-data for the given element.Methods in org.pentaho.reporting.libraries.xmlns.parser that return XmlReadHandlerModifier and TypeMethodDescriptionXmlFactoryModule.createReadHandler
(XmlDocumentInfo documentInfo) Creates an XmlReadHandler for the root-tag based on the given document information.AbstractReadHandlerFactory.getHandler
(String namespace, 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 XmlReadHandlerModifier and TypeMethodDescriptionvoid
RootXmlReadHandler.delegate
(XmlReadHandler handler, String uri, String tagName, Attributes attrs) Delegate to another handler.void
RootXmlReadHandler.recurse
(XmlReadHandler handler, String uri, String tagName, Attributes attrs) Start a new handler stack and delegate to another handler.