Uses of Interface
org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule
-
Packages that use XmlFactoryModule Package Description org.pentaho.reporting.libraries.xmlns.parser -
-
Uses of XmlFactoryModule in org.pentaho.reporting.libraries.xmlns.parser
Methods in org.pentaho.reporting.libraries.xmlns.parser that return XmlFactoryModule Modifier and Type Method Description XmlFactoryModuleMultiplexRootElementHandler. getSelectedRootHandler()Methods in org.pentaho.reporting.libraries.xmlns.parser with parameters of type XmlFactoryModule Modifier and Type Method Description voidAbstractXmlResourceFactory. registerModule(XmlFactoryModule factoryModule)Registers a factory module for being used during the parsing.Constructors in org.pentaho.reporting.libraries.xmlns.parser with parameters of type XmlFactoryModule Constructor Description MultiplexRootElementHandler(org.pentaho.reporting.libraries.resourceloader.ResourceManager manager, org.pentaho.reporting.libraries.resourceloader.ResourceKey source, org.pentaho.reporting.libraries.resourceloader.ResourceKey context, long version, XmlFactoryModule[] rootHandlers)Creates a new MultiplexRootElementHandler for the given root handler selection.
-