public interface OMDocType extends OMNode
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE
Modifier and Type | Method and Description |
---|---|
String |
getInternalSubset()
Get the internal subset.
|
String |
getPublicId()
Get the public ID of the external subset.
|
String |
getRootName()
Get the root name, i.e. the name immediately following the DOCTYPE keyword.
|
String |
getSystemId()
Get the system ID of the external subset.
|
buildWithAttachments, detach, discard, getNextOMSibling, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
build, close, isComplete, serialize, serialize, serializeAndConsume
clone, getOMFactory
String getRootName()
null
String getPublicId()
null
if there is no external subset or no public ID
has been specified for the external subsetString getSystemId()
null
if there is no external subsetString getInternalSubset()
null
if there is noneCopyright © The Apache Software Foundation. All Rights Reserved.