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 with type parameters of type XmlReadHandlerModifier and TypeClassDescriptionclassAbstractReadHandlerFactory<T extends XmlReadHandler>The AbstractReadHandlerFactory provides a base implementation for all read-handler factories.Classes in org.pentaho.reporting.libraries.xmlns.parser that implement XmlReadHandlerModifier and TypeClassDescriptionclassA base class for implementing anXmlReadHandler.classA read-handler that silently ignores all childs.classA read handler that creates property-structures (name-value-pairs) and returns the properties as java.util.Properties collection.classThe Property-ReadHandler reads character data from an element along with a 'name' attribute.classA 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.protected XmlReadHandlerRootXmlReadHandler.getCurrentHandler()Returns the current handler.protected XmlReadHandlerAbstractXmlReadHandler.getHandlerForChild(String uri, String tagName, Attributes atts) Returns the handler for a child element.protected XmlReadHandlerIgnoreAnyChildReadHandler.getHandlerForChild(String uri, String tagName, Attributes atts) Returns the handler for a child element.protected XmlReadHandlerPropertiesReadHandler.getHandlerForChild(String uri, String tagName, Attributes atts) Returns the handler for a child element.protected XmlReadHandlerRootXmlReadHandler.getRootHandler()Returns the root SAX handler.Methods in org.pentaho.reporting.libraries.xmlns.parser with parameters of type XmlReadHandlerModifier and TypeMethodDescriptionvoidRootXmlReadHandler.delegate(XmlReadHandler handler, String uri, String tagName, Attributes attrs) Delegate to another handler.protected voidRootXmlReadHandler.installRootHandler(XmlReadHandler handler, String uri, String localName, Attributes attributes) Sets and configures the root handle for the given root-level element.voidRootXmlReadHandler.recurse(XmlReadHandler handler, String uri, String tagName, Attributes attrs) Start a new handler stack and delegate to another handler.protected voidRootXmlReadHandler.setRootHandler(XmlReadHandler handler) Sets the root SAX handler.