DefaultXmlDocumentInfo
public interface XmlDocumentInfo
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getDefaultNameSpace() |
Returns the default-namespace declared on the root-element.
|
java.lang.String |
getPublicDTDId() |
Returns the Public-ID of the Document's DTD (if there's any).
|
java.lang.String |
getRootElement() |
Returns the tag name of the root-level element.
|
org.xml.sax.Attributes |
getRootElementAttributes() |
|
java.lang.String |
getRootElementNameSpace() |
Returns the namespace URI for the root-element of the document.
|
java.lang.String |
getSystemDTDId() |
Returns the System-ID of the document's DTD.
|
java.lang.String getRootElement()
java.lang.String getRootElementNameSpace()
org.xml.sax.Attributes getRootElementAttributes()
java.lang.String getPublicDTDId()
java.lang.String getSystemDTDId()
java.lang.String getDefaultNameSpace()