public class XDBDocumentType extends XDBNode implements DocumentType
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE| Modifier and Type | Method and Description |
|---|---|
XDBEntity |
findEntity(java.lang.String name)
Deprecated.
Finds the entity node of the document type based on the given name.
|
XDBNotation |
findNotation(java.lang.String name)
Deprecated.
Finds the entity node of the document type based on the given name.
|
NamedNodeMap |
getEntities()
Deprecated.
Returns the entity map of the document type node
|
java.lang.String |
getInternalSubset()
Deprecated.
Returns the internal subset.
|
java.lang.String |
getName()
Deprecated.
Returns the name map of the document type node
|
NamedNodeMap |
getNotations()
Deprecated.
Returns the notation map of the document type node
|
java.lang.String |
getPublicId()
Deprecated.
Returns the public id of the document type node
|
java.lang.String |
getSystemId()
Deprecated.
Returns the system id of the entity node
|
appendChild, cloneNode, close, compareDocumentPosition, equals, finalize, getAttributes, getBaseURI, getChildNodes, getExpandedName, getFeature, getFirstChild, getInputStream, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getPrimitiveType, getQualifiedName, getSchemaNode, getTextContent, getUserData, hasAttributes, hasChildNodes, hashCode, insertBefore, isDefaultNamespace, isEqualNode, isNilled, isSameNode, isSchemaBased, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setNodeXob, setOwner, setPrefix, setTextContent, setUserData, setXobCstate, toCState, toString, write, writeToOutputStreamappendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefixpublic NamedNodeMap getNotations()
getNotations in interface DocumentTypepublic java.lang.String getName()
getName in interface DocumentTypepublic NamedNodeMap getEntities()
getEntities in interface DocumentTypepublic java.lang.String getInternalSubset()
getInternalSubset in interface DocumentTypepublic java.lang.String getPublicId()
getPublicId in interface DocumentTypepublic java.lang.String getSystemId()
getSystemId in interface DocumentTypepublic XDBEntity findEntity(java.lang.String name)
public XDBNotation findNotation(java.lang.String name)