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 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.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 TypeMethodDescriptionvoidRootXmlReadHandler.delegate(XmlReadHandler handler, String uri, String tagName, Attributes attrs) Delegate to another handler.voidRootXmlReadHandler.recurse(XmlReadHandler handler, String uri, String tagName, Attributes attrs) Start a new handler stack and delegate to another handler.