Node
HTMLDocument
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
Attempts to adopt a node from another document to this document.
Creates an Attr
of the given name.
Creates an attribute of the given qualified name and namespace URI.
Creates a CDATASection
node whose value is the specified string.
Creates a Comment
node given the specified string.
Creates an empty DocumentFragment
object.
Creates an element of the type specified.
Creates an element of the given qualified name and namespace URI.
Creates an EntityReference
object.
Creates a ProcessingInstruction
node given the specified name and data strings.
Creates a Text
node given the specified string.
The Document Type Declaration (see DocumentType
) associated with this document.
This is a convenience attribute that allows direct access to the child node that is the document element of the document.
The location of the document or null
if undefined or if the Document
was created using DOMImplementation.createDocument
.
The configuration used when Document.normalizeDocument()
is invoked.
Returns the Element
that has an ID attribute with the given value.
Returns a NodeList
of all the Elements
in document order with a given tag name and are contained in the document.
Returns a NodeList
of all the Elements
with a given local name and namespace URI in document order.
The DOMImplementation
object that handles this document.
An attribute specifying the encoding used for this document at the time of the parsing.
boolean
An attribute specifying whether error checking is enforced or not.
An attribute specifying, as part of the
XML declaration, the encoding of this document.
boolean
An attribute specifying, as part of the
XML declaration, whether this document is standalone.
An attribute specifying, as part of the
XML declaration, the version number of this document.
Imports a node from another document to this document, without altering or removing the source node from the original document; this method creates a new copy of the source node.
void
This method acts as if the document was going through a save and load cycle, putting the document in a "normal" form.
Rename an existing node of type ELEMENT_NODE
or ATTRIBUTE_NODE
.
void
The location of the document or null
if undefined or if the Document
was created using DOMImplementation.createDocument
.
void
An attribute specifying whether error checking is enforced or not.
void
An attribute specifying, as part of the
XML declaration, whether this document is standalone.
void
An attribute specifying, as part of the
XML declaration, the version number of this document.
Methods declared in interface org.w3c.dom.NodeappendChild, 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
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4