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 TypeClassDescriptionclassA 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.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.