public class DocumentType extends Node
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<NamedNodeMap> |
entities |
net.java.html.lib.Objs.Property<String> |
internalSubset |
net.java.html.lib.Objs.Property<String> |
name |
net.java.html.lib.Objs.Property<NamedNodeMap> |
notations |
net.java.html.lib.Objs.Property<String> |
publicId |
net.java.html.lib.Objs.Property<String> |
systemId |
ATTRIBUTE_NODE, attributes, baseURI, 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, firstChild, childNodes, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, NOTATION_NODE, ownerDocument, parentElement, parentNode, prefix, previousSibling, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, textContent| Modifier | Constructor and Description |
|---|---|
protected |
DocumentType(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static DocumentType |
$as(Object obj) |
void |
addEventListener(String type,
EventListener listener) |
void |
addEventListener(String type,
EventListener listener,
Boolean useCapture) |
void |
addEventListener(String type,
EventListenerObject listener) |
void |
addEventListener(String type,
EventListenerObject listener,
Boolean useCapture) |
NamedNodeMap |
entities() |
String |
internalSubset() |
String |
name() |
NamedNodeMap |
notations() |
String |
publicId() |
String |
systemId() |
appendChild, ATTRIBUTE_NODE, attributes, baseURI, CDATA_SECTION_NODE, cloneNode, cloneNode, COMMENT_NODE, compareDocumentPosition, 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, firstChild, hasAttributes, hasChildNodes, childNodes, insertBefore, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lastChild, localName, lookupNamespaceURI, lookupPrefix, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, NOTATION_NODE, ownerDocument, parentElement, parentNode, prefix, previousSibling, PROCESSING_INSTRUCTION_NODE, removeChild, replaceChild, TEXT_NODE, textContentdispatchEvent, removeEventListener, removeEventListener, removeEventListener, removeEventListener$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<NamedNodeMap> entities
public net.java.html.lib.Objs.Property<String> internalSubset
public net.java.html.lib.Objs.Property<String> name
public net.java.html.lib.Objs.Property<NamedNodeMap> notations
public net.java.html.lib.Objs.Property<String> publicId
public net.java.html.lib.Objs.Property<String> systemId
protected DocumentType(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static DocumentType $as(Object obj)
public NamedNodeMap entities()
public String internalSubset()
public String name()
public NamedNodeMap notations()
public String publicId()
public String systemId()
public void addEventListener(String type, EventListener listener, Boolean useCapture)
addEventListener in class EventTargetpublic void addEventListener(String type, EventListenerObject listener, Boolean useCapture)
addEventListener in class EventTargetpublic void addEventListener(String type, EventListener listener)
addEventListener in class EventTargetpublic void addEventListener(String type, EventListenerObject listener)
addEventListener in class EventTargetCopyright © 2021. All rights reserved.