|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XmlDoctype
Represents Document Type Declaration Information Item. If the XML document has a document type declaration, then the information set contains a single document type declaration information item. Note that entities and notations are provided as properties of the document information item, not the document type declaration information item.
| Method Summary | |
|---|---|
XmlProcessingInstruction |
addProcessingInstruction(java.lang.String target,
java.lang.String content)
Add to list of children (only processing instruction information items are allowed). |
java.util.Iterator |
children()
An ordered list of processing instruction information items representing processing instructions appearing in the DTD, in the original document order. |
XmlDocument |
getParent()
The document information item. |
java.lang.String |
getPublicIdentifier()
The public identifier of the external subset, normalized as described in 4.2.2 External Entities [XML]. |
java.lang.String |
getSystemIdentifier()
The system identifier of the external subset, as it appears in the DOCTYPE declaration, without any additional URI escaping applied by the processor. |
void |
removeAllProcessingInstructions()
Remove all children. |
| Method Detail |
|---|
java.lang.String getSystemIdentifier()
java.lang.String getPublicIdentifier()
java.util.Iterator children()
XmlDocument getParent()
XmlProcessingInstruction addProcessingInstruction(java.lang.String target,
java.lang.String content)
void removeAllProcessingInstructions()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||