public interface XmlDoctype extends XmlContainer
| Modifier and Type | Method and Description |
|---|---|
XmlProcessingInstruction |
addProcessingInstruction(String target,
String content)
Add to list of children (only processing instruction information items are allowed).
|
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.
|
String |
getPublicIdentifier()
The public identifier of the external subset, normalized as described in
4.2.2 External Entities [XML].
|
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.
|
String getSystemIdentifier()
String getPublicIdentifier()
Iterator children()
XmlDocument getParent()
XmlProcessingInstruction addProcessingInstruction(String target, String content)
void removeAllProcessingInstructions()
Copyright © 2013. All Rights Reserved.