Node Properties Flashcards
baseURI
Specify absolute base URI of the node
childNodes
Returns a live collection of child nodes
firstChild
Returns the first child of a node
lastChild
Returns the last child of a node
localName
Specify name of the local part of a node
namespaceURI
Specify the namespace URI of a node
nextSibling
Returns the node immediately following the specified one
nodeName
Returns the name of a node, depending on its type
nodeType
Code representing the type of the underlying object
nodeValue
Specify the value of a node depending on their types
parentNode
Returns the parent node of a node
previousSibling
Returns the node immediately preceding the specified one
textContent
Sets or returns the textual content of a node and its descendants