Uses of Class
org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
-
Uses of RootXmlReadHandler in org.pentaho.reporting.libraries.xmlns.parser
Modifier and TypeClassDescriptionclass
A root-handler that intercepts the first call to startElement to select a XmlReadHandler based on the XmlDocumentInfo provided by the parser.Modifier and TypeMethodDescriptionprotected RootXmlReadHandler
AbstractXmlResourceFactory.createRootHandler
(org.pentaho.reporting.libraries.resourceloader.ResourceManager manager, org.pentaho.reporting.libraries.resourceloader.ResourceKey targetKey, XmlFactoryModule[] rootHandlers, org.pentaho.reporting.libraries.resourceloader.ResourceKey contextKey, long version) AbstractXmlReadHandler.getRootHandler()
Returns the root handler for the parsing.Modifier and TypeMethodDescriptionprotected void
AbstractXmlResourceFactory.configureReader
(XMLReader reader, RootXmlReadHandler handler) Configures the xml reader.protected org.pentaho.reporting.libraries.resourceloader.Resource
AbstractXmlResourceFactory.createResource
(org.pentaho.reporting.libraries.resourceloader.ResourceKey targetKey, RootXmlReadHandler handler, Object createdProduct, Class createdType) Creates a Resource object for the given product.void
AbstractXmlReadHandler.init
(RootXmlReadHandler rootHandler, String uri, String tagName) Initialises the handler.void
XmlReadHandler.init
(RootXmlReadHandler rootHandler, String uri, String tagName) Initialise.