@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="DocumentType")
public class DocumentType
extends Node
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, nodeValue, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, textContent| Modifier | Constructor and Description |
|---|---|
protected |
DocumentType() |
| Modifier and Type | Method and Description |
|---|---|
void |
after(Node... nodes)
The ChildNode.after() method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just after this ChildNode.
|
void |
after(java.lang.String... nodes)
The ChildNode.after() method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just after this ChildNode.
|
void |
before(Node... nodes)
The ChildNode.before() method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just before this ChildNode.
|
void |
before(java.lang.String... nodes)
The ChildNode.before() method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just before this ChildNode.
|
java.lang.String |
name() |
java.lang.String |
publicId() |
void |
remove()
The ChildNode.remove() method removes the object from the tree it belongs to.
|
void |
replaceWith(Node... nodes)
The ChildNode.replaceWith() method replaces this ChildNode in the children list of its parent with a set of Node or DOMString objects.
|
void |
replaceWith(java.lang.String... nodes)
The ChildNode.replaceWith() method replaces this ChildNode in the children list of its parent with a set of Node or DOMString objects.
|
java.lang.String |
systemId() |
appendChild, baseURI, childNodes, cloneNode, cloneNode, compareDocumentPosition, contains, firstChild, getRootNode, getRootNode, hasChildNodes, insertBefore, isConnected, isDefaultNamespace, isEqualNode, isSameNode, lastChild, lookupNamespaceURI, lookupPrefix, nextSibling, nodeName, nodeType, normalize, ownerDocument, parentElement, parentNode, previousSibling, removeChild, replaceChildaddEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListener@JsProperty(name="name") @Nonnull public java.lang.String name()
@JsProperty(name="publicId") @Nonnull public java.lang.String publicId()
@JsProperty(name="systemId") @Nonnull public java.lang.String systemId()
public void after(@Nonnull
Node... nodes)
public void after(@Nonnull
java.lang.String... nodes)
public void before(@Nonnull
Node... nodes)
public void before(@Nonnull
java.lang.String... nodes)
public void remove()
public void replaceWith(@Nonnull
Node... nodes)
public void replaceWith(@Nonnull
java.lang.String... nodes)