|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlDocumentInfo
The XmlDocumentInfo class collects basic information about the document that should be parsed.
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. |
Method Detail |
---|
String getRootElement()
String getRootElementNameSpace()
Attributes getRootElementAttributes()
String getPublicDTDId()
String getSystemDTDId()
String getDefaultNameSpace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |