public class DocumentType extends Node
Modifier and Type | Class and Description |
---|---|
static interface |
DocumentType.AfterNodesUnionType |
static interface |
DocumentType.BeforeNodesUnionType |
static interface |
DocumentType.ReplaceWithNodesUnionType |
EventTarget.AddEventListenerListenerFn, EventTarget.AddEventListenerOptionsUnionType, EventTarget.RemoveEventListenerListenerFn, EventTarget.RemoveEventListenerOptionsUnionType
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
java.lang.String |
publicId |
java.lang.String |
systemId |
assignedSlot, ATTRIBUTE_NODE, attributes, baseURI, CDATA_SECTION_NODE, childNodes, 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, isConnected, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, NOTATION_NODE, ownerDocument, parentElement, parentNode, prefix, previousSibling, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, textContent
Constructor and Description |
---|
DocumentType() |
Modifier and Type | Method and Description |
---|---|
void |
after(DocumentType.AfterNodesUnionType... nodes) |
void |
after(Node... nodes) |
void |
after(java.lang.String... nodes) |
void |
before(DocumentType.BeforeNodesUnionType... nodes) |
void |
before(Node... nodes) |
void |
before(java.lang.String... nodes) |
void |
remove() |
void |
replaceWith(DocumentType.ReplaceWithNodesUnionType... nodes) |
void |
replaceWith(Node... nodes) |
void |
replaceWith(java.lang.String... nodes) |
addEventListener, addEventListener, appendChild, cloneNode, compareDocumentPosition, contains, dispatchEvent, getFeature, getRootNode, getRootNode, getUserData, hasAttributes, hasChildNodes, insertAdjacentElement, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, normalize, querySelector, querySelectorAll, removeChild, removeEventListener, removeEventListener, replaceChild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addEventListener, addEventListener, removeEventListener, removeEventListener
public java.lang.String name
public java.lang.String publicId
public java.lang.String systemId
public void after(DocumentType.AfterNodesUnionType... nodes)
public final void after(Node... nodes)
public final void after(java.lang.String... nodes)
public void before(DocumentType.BeforeNodesUnionType... nodes)
public final void before(Node... nodes)
public final void before(java.lang.String... nodes)
public void remove()
public final void replaceWith(Node... nodes)
public void replaceWith(DocumentType.ReplaceWithNodesUnionType... nodes)
public final void replaceWith(java.lang.String... nodes)