Uses of Interface
org.pentaho.reporting.libraries.xmlns.parser.XmlDocumentInfo
- 
Packages that use XmlDocumentInfo Package Description 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 Modifier and Type Class Description classDefaultXmlDocumentInfoA 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 Modifier and Type Method Description XmlReadHandlerXmlFactoryModule. createReadHandler(XmlDocumentInfo documentInfo)Creates an XmlReadHandler for the root-tag based on the given document information.StringAbstractXmlFactoryModule. getDefaultNamespace(XmlDocumentInfo documentInfo)Returns the default namespace for a document with the characteristics given in the XmlDocumentInfo.StringXmlFactoryModule. getDefaultNamespace(XmlDocumentInfo documentInfo)Returns the default namespace for a document with the characteristics given in the XmlDocumentInfo.intAbstractXmlFactoryModule. 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.intXmlFactoryModule. 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. 
 -