org.pentaho.reporting.libraries.xmlns.parser
public interface XmlDocumentInfo
Method Summary | |
---|---|
String | getDefaultNameSpace()
Returns the default-namespace declared on the root-element. |
String | getPublicDTDId()
Returns the Public-ID of the Document's DTD (if there's any).
|
String | getRootElement()
Returns the tag name of the root-level element.
|
Attributes | getRootElementAttributes() |
String | getRootElementNameSpace()
Returns the namespace URI for the root-element of the document.
|
String | getSystemDTDId()
Returns the System-ID of the document's DTD.
|
Returns: the default-namespace.
Returns: the public id.
Returns: the root-tag-name.
Returns: the namespace of the root-element.
Returns: the system-id.