|
Xerces 3.0.1 | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
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 '-->
'.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
.
ProcessingInstruction
node given the specified
name and data strings.
Document
interface using binding-specific casting methods.
Text
node given the specified string.
|
Xerces 3.0.1 | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |