|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
newChild
to the end of the list of children of
this node.
true
it will bufferize the input stream before parsing. it costs ressource for low memory
device and very fast input stream.
true
Attr
of the given name.
setInputStream
method
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.
Attr
node by name.
NamedNodeMap
containing the attributes of this node (if it
is an Element
) or null
otherwise.
NodeList
that contains all children of this node.
DocumentType
) associated
with this document.
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.
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.
NamedNodeMap
containing the general entities, both
external and internal, declared in the DTD.
DOMImplementation
object that handles this document.
data
and
the substringData
method below.
DOCTYPE
keyword.
NamedNodeMap
containing the notations declared in the
DTD.
Document
object associated with this node.
true
; otherwise, it is false
.
newChild
before the existing child node
refChild
.
index
th item in the map.
NodeList
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.
oldChild
from the list
of children, and returns it.
oldChild
with newChild
in the list of children, and returns the oldChild
node.
true
nodeName
attribute.
Text
node into two Text nodes at the specified
offset, keeping both in the tree as siblings.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |