Package | Description |
---|---|
org.pentaho.reporting.libraries.xmlns.parser |
Modifier and Type | Class and Description |
---|---|
class |
DefaultXmlDocumentInfo
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.
|
Modifier and Type | Method and Description |
---|---|
XmlReadHandler |
XmlFactoryModule.createReadHandler(XmlDocumentInfo documentInfo)
Creates an XmlReadHandler for the root-tag based on the given document
information.
|
java.lang.String |
XmlFactoryModule.getDefaultNamespace(XmlDocumentInfo documentInfo)
Returns the default namespace for a document with the characteristics
given in the XmlDocumentInfo.
|
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.
|