|
XML Parser for Java 1.1.9 | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
=true
,
this Element name may be inserted or appended; otherwise, this
Element name may not be inserted
or appended to the specified Element Node.
DTD.CM_PCDATA
When this InsertableElement's status =true
,
a TXText Node may be inserted or appended; otherwise, a TXText node may not be inserted
or appended to the specified Element Node.
DTD.CM_ERROR
If this InsertableElement's status =true
,
the index variable will denote the 0-based index of the first incorrect
Child Node of the specified Element Node; if this InsertableElement's
status =false
, no error has been detected.
DTD.CM_EOC
If this InsertableElement's status =true
,
the specified Element Node has correct and complete contents.
NamedNodeMap
interface are used to
represent collections of nodes that can be accessed by name.Node
interface is the primary datatype for the entire
Document Object Model.NodeList
interface provides the abstraction of an ordered
collection of nodes, without defining or constraining how this collection
is implemented.Element
into a "normal"
form where only markup (e.g., tags, comments, PIs, CDATASections, and entity
references) separates Text Nodes.
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.
|
XML Parser for Java 1.1.9 | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |