|
Xerces 1.4.3 | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
CDATASection
.
CharacterData
interface extends Node with a set of
attributes and methods for accessing character data in the DOM.open()
and forces
rendering.
CharacterData
and represents the
content of a comment, i.e., all the characters between the starting '
<!--
' and ending '-->
'.Comment
.
Attr
of the given name.
CDATASection
node whose value is the specified
string.
Comment
node given the specified string.
Document
object of the specified type with
its document element.
DocumentFragment
object.
DocumentType
node.
EntityReference
object.
HTMLDocument
object with the minimal tree made
of the following elements: HTML
, HEAD
,
TITLE
, and BODY
.
NodeIterator
over the subtree rooted at the
specified node.
ProcessingInstruction
node given the specified
name and data strings.
Document
interface using binding-specific casting
methods.
Text
node given the specified string.
TreeWalker
over the subtree rooted at the
specified node.
|
Xerces 1.4.3 | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |