|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlDocumentInfo | |
---|---|
org.pentaho.reporting.libraries.xmlns.parser |
Uses of XmlDocumentInfo in org.pentaho.reporting.libraries.xmlns.parser |
---|
Classes in org.pentaho.reporting.libraries.xmlns.parser that implement XmlDocumentInfo | |
---|---|
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. |
Methods in org.pentaho.reporting.libraries.xmlns.parser with parameters of type XmlDocumentInfo | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |