Uses of Class
org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Packages that use RootXmlReadHandler
-
Uses of RootXmlReadHandler in org.pentaho.reporting.libraries.xmlns.parser
Subclasses of RootXmlReadHandler in org.pentaho.reporting.libraries.xmlns.parserModifier and TypeClassDescriptionclass
A root-handler that intercepts the first call to startElement to select a XmlReadHandler based on the XmlDocumentInfo provided by the parser.Methods in org.pentaho.reporting.libraries.xmlns.parser that return RootXmlReadHandlerModifier and TypeMethodDescriptionAbstractXmlReadHandler.getRootHandler()
Returns the root handler for the parsing.Methods in org.pentaho.reporting.libraries.xmlns.parser with parameters of type RootXmlReadHandlerModifier and TypeMethodDescriptionvoid
AbstractXmlReadHandler.init
(RootXmlReadHandler rootHandler, String uri, String tagName) Initialises the handler.void
XmlReadHandler.init
(RootXmlReadHandler rootHandler, String uri, String tagName) Initialise.