public class DocumentTypeImpl extends NodeImpl implements org.w3c.dom.DocumentType
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
JS_CONTEXT_OBJECT, JS_DOM_NODE_OBJECT, JS_DOM_WINDOW_OBJECT
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
Constructor and Description |
---|
DocumentTypeImpl(long peer) |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.NamedNodeMap |
getEntities() |
(package private) static long |
getEntitiesImpl(long peer) |
(package private) static org.w3c.dom.DocumentType |
getImpl(long peer) |
java.lang.String |
getInternalSubset() |
(package private) static java.lang.String |
getInternalSubsetImpl(long peer) |
java.lang.String |
getName() |
(package private) static java.lang.String |
getNameImpl(long peer) |
org.w3c.dom.NamedNodeMap |
getNotations() |
(package private) static long |
getNotationsImpl(long peer) |
java.lang.String |
getPublicId() |
(package private) static java.lang.String |
getPublicIdImpl(long peer) |
java.lang.String |
getSystemId() |
(package private) static java.lang.String |
getSystemIdImpl(long peer) |
void |
remove() |
(package private) static void |
removeImpl(long peer) |
addEventListener, addEventListenerImpl, appendChild, appendChildImpl, cloneNode, cloneNodeImpl, compareDocumentPosition, compareDocumentPositionImpl, contains, containsImpl, create, createInterface, dispatchEvent, dispatchEventImpl, getAttributes, getAttributesImpl, getBaseURI, getBaseURIImpl, getChildNodes, getChildNodesImpl, getFeature, getFirstChild, getFirstChildImpl, getLastChild, getLastChildImpl, getLocalName, getLocalNameImpl, getNamespaceURI, getNamespaceURIImpl, getNextSibling, getNextSiblingImpl, getNodeName, getNodeNameImpl, getNodeType, getNodeTypeImpl, getNodeValue, getNodeValueImpl, getOwnerDocument, getOwnerDocumentImpl, getParentElement, getParentElementImpl, getParentNode, getParentNodeImpl, getPeer, getPrefix, getPrefixImpl, getPreviousSibling, getPreviousSiblingImpl, getTextContent, getTextContentImpl, getUserData, hasAttributes, hasAttributesImpl, hasChildNodes, hasChildNodesImpl, insertBefore, insertBeforeImpl, isDefaultNamespace, isDefaultNamespaceImpl, isEqualNode, isEqualNodeImpl, isSameNode, isSameNodeImpl, isSupported, isSupportedImpl, lookupNamespaceURI, lookupNamespaceURIImpl, lookupPrefix, lookupPrefixImpl, normalize, normalizeImpl, removeChild, removeChildImpl, removeEventListener, removeEventListenerImpl, replaceChild, replaceChildImpl, setNodeValue, setNodeValueImpl, setPrefix, setPrefixImpl, setTextContent, setTextContentImpl, setUserData, test_getHashCount
call, equals, eval, getMember, getPeer, getSlot, hashCode, removeMember, setMember, setSlot, test_getPeerCount, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
static org.w3c.dom.DocumentType getImpl(long peer)
public java.lang.String getName()
getName
in interface org.w3c.dom.DocumentType
static java.lang.String getNameImpl(long peer)
public org.w3c.dom.NamedNodeMap getEntities()
getEntities
in interface org.w3c.dom.DocumentType
static long getEntitiesImpl(long peer)
public org.w3c.dom.NamedNodeMap getNotations()
getNotations
in interface org.w3c.dom.DocumentType
static long getNotationsImpl(long peer)
public java.lang.String getPublicId()
getPublicId
in interface org.w3c.dom.DocumentType
static java.lang.String getPublicIdImpl(long peer)
public java.lang.String getSystemId()
getSystemId
in interface org.w3c.dom.DocumentType
static java.lang.String getSystemIdImpl(long peer)
public java.lang.String getInternalSubset()
getInternalSubset
in interface org.w3c.dom.DocumentType
static java.lang.String getInternalSubsetImpl(long peer)
public void remove() throws org.w3c.dom.DOMException
org.w3c.dom.DOMException
static void removeImpl(long peer)