org.pentaho.reporting.libraries.xmlns.parser
public class DefaultXmlDocumentInfo extends Object implements XmlDocumentInfo
Constructor Summary | |
---|---|
DefaultXmlDocumentInfo()
Default-Constructor. |
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.
|
void | setDefaultNameSpace(String defaultNameSpace)
Defines the default-namespace declared on the root-element. |
void | setPublicDTDId(String publicDTDId)
Defines the Public-ID of the Document's DTD (if there's any).
|
void | setRootElement(String rootElement)
Defines the tag name of the root-level element.
|
void | setRootElementAttributes(Attributes rootElementAttributes) |
void | setRootElementNameSpace(String rootElementNameSpace)
Defines the namespace URI for the root-element of the document.
|
void | setSystemDTDId(String systemDTDId)
Defines the System-ID of the document's DTD.
|
String | toString()
Returns a string representation of the document info. |
Returns: the default-namespace.
Returns: the public id.
Returns: the root-tag-name.
Returns: the namespace of the root-element.
Returns: the system-id.
Parameters: defaultNameSpace the default-namespace.
Parameters: publicDTDId the public id.
Parameters: rootElement the root-tag-name.
Parameters: rootElementNameSpace the namespace of the root-element.
Parameters: systemDTDId the system-id.
Returns: the string version of the document info.