Uses of Interface
org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
-
Uses of XmlReadHandler in org.pentaho.reporting.libraries.xmlns.parser
Modifier and TypeClassDescriptionclass
AbstractReadHandlerFactory<T extends XmlReadHandler>
The AbstractReadHandlerFactory provides a base implementation for all read-handler factories.Modifier 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.Modifier and TypeMethodDescriptionXmlFactoryModule.createReadHandler
(XmlDocumentInfo documentInfo) Creates an XmlReadHandler for the root-tag based on the given document information.protected XmlReadHandler
RootXmlReadHandler.getCurrentHandler()
Returns the current handler.protected XmlReadHandler
AbstractXmlReadHandler.getHandlerForChild
(String uri, String tagName, Attributes atts) Returns the handler for a child element.protected XmlReadHandler
IgnoreAnyChildReadHandler.getHandlerForChild
(String uri, String tagName, Attributes atts) Returns the handler for a child element.protected XmlReadHandler
PropertiesReadHandler.getHandlerForChild
(String uri, String tagName, Attributes atts) Returns the handler for a child element.protected XmlReadHandler
RootXmlReadHandler.getRootHandler()
Returns the root SAX handler.Modifier and TypeMethodDescriptionvoid
RootXmlReadHandler.delegate
(XmlReadHandler handler, String uri, String tagName, Attributes attrs) Delegate to another handler.protected void
RootXmlReadHandler.installRootHandler
(XmlReadHandler handler, String uri, String localName, Attributes attributes) Sets and configures the root handle for the given root-level element.void
RootXmlReadHandler.recurse
(XmlReadHandler handler, String uri, String tagName, Attributes attrs) Start a new handler stack and delegate to another handler.protected void
RootXmlReadHandler.setRootHandler
(XmlReadHandler handler) Sets the root SAX handler.