|
Xerces 1.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.
<!--
' and ending '-->
'.Attr
of the given name.
CDATASection
node whose value is the specified
string.
Comment
node given the specified string.
DocumentFragment
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.
Text
node given the specified string.
|
Xerces 1.0.1 | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |