|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Attr
of the given name.
CDATASection
node whose value is the specified
string.
Comment
node given the specified string.
DocumentFragment
object.
ProcessingInstruction
node given the specified
name and data strings.
Text
node given the specified string.
Document
interface represents the entire HTML or XML
document.Element
nodes.Attr
node by name.
DocumentType
) associated
with this document.
NodeList
of all the Element
s with a
given tag name in the order in which they would be encountered in a
preorder traversal of the Document
tree.
NodeList
of all descendant elements with a given
tag name, in the order in which they would be encountered in a preorder
traversal of the Element
tree.
DOMImplementation
object that handles this document.
Text
nodes in the full depth of the sub-tree
underneath this Element
into a "normal" form where only
markup (e.g., tags, comments, processing instructions, CDATA sections,
and entity references) separates Text
nodes, i.e., there
are no adjacent Text
nodes.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |