|
XML for Java 2.0.15 | ||||||||
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.<!--
' and ending '-->
'.Attr
of the given name.
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.
|
XML for Java 2.0.15 | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |