Uses of Class
org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
-
Packages that use RootXmlReadHandler Package Description org.pentaho.reporting.libraries.xmlns.parser -
-
Uses of RootXmlReadHandler in org.pentaho.reporting.libraries.xmlns.parser
Subclasses of RootXmlReadHandler in org.pentaho.reporting.libraries.xmlns.parser Modifier and Type Class Description classMultiplexRootElementHandlerA 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 RootXmlReadHandler Modifier and Type Method Description protected RootXmlReadHandlerAbstractXmlResourceFactory. 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)RootXmlReadHandlerAbstractXmlReadHandler. getRootHandler()Returns the root handler for the parsing.Methods in org.pentaho.reporting.libraries.xmlns.parser with parameters of type RootXmlReadHandler Modifier and Type Method Description protected voidAbstractXmlResourceFactory. configureReader(XMLReader reader, RootXmlReadHandler handler)Configures the xml reader.protected org.pentaho.reporting.libraries.resourceloader.ResourceAbstractXmlResourceFactory. createResource(org.pentaho.reporting.libraries.resourceloader.ResourceKey targetKey, RootXmlReadHandler handler, Object createdProduct, Class createdType)Creates a Resource object for the given product.voidAbstractXmlReadHandler. init(RootXmlReadHandler rootHandler, String uri, String tagName)Initialises the handler.voidXmlReadHandler. init(RootXmlReadHandler rootHandler, String uri, String tagName)Initialise.
-