Uses of Interface
org.pentaho.reporting.libraries.xmlns.parser.XmlDocumentInfo
Packages that use XmlDocumentInfo
-
Uses of XmlDocumentInfo in org.pentaho.reporting.libraries.xmlns.parser
Classes in org.pentaho.reporting.libraries.xmlns.parser that implement XmlDocumentInfoModifier and TypeClassDescriptionclass
A data class that holds all relevant information about a XML document to make a decision on what parser to use to interpret the XML content.Methods in org.pentaho.reporting.libraries.xmlns.parser with parameters of type XmlDocumentInfoModifier and TypeMethodDescriptionXmlFactoryModule.createReadHandler
(XmlDocumentInfo documentInfo) Creates an XmlReadHandler for the root-tag based on the given document information.AbstractXmlFactoryModule.getDefaultNamespace
(XmlDocumentInfo documentInfo) Returns the default namespace for a document with the characteristics given in the XmlDocumentInfo.XmlFactoryModule.getDefaultNamespace
(XmlDocumentInfo documentInfo) Returns the default namespace for a document with the characteristics given in the XmlDocumentInfo.int
AbstractXmlFactoryModule.getDocumentSupport
(XmlDocumentInfo documentInfo) Checks the given document data to compute the propability of whether this factory module would be able to handle the given data.int
XmlFactoryModule.getDocumentSupport
(XmlDocumentInfo documentInfo) Checks the given document data to compute the propability of whether this factory module would be able to handle the given data.