class DOM_Comment : public DOM_CharacterData Class to refer to XML comment nodes in the DOM
| | Constructors and assignment operators
| ||||||||
| | Destructor.
|
Constructors and assignment operator
Functions that set or change data.
Getter functions.
data and
the substringData method below
Cloning function.
Equality and Inequality operators.
Functions introduced in DOM Level 2.
null if it is unspecified
null if it is unspecified
Functions to modify the DOM Node.
newChild before the existing child node
refChild
oldChild with newChild
in the list of children, and returns the oldChild node
oldChild from the list
of children, and returns it
newChild to the end of the list of children of
this node
Get functions.
NodeList that contains all children of this node
NamedNodeMap containing the attributes of this node (if it
is an Element) or null otherwise
Document object associated with this node
Query functions.
Set functions.
Class to refer to XML comment nodes in the DOM.The string value contains all of the characters between the starting '
<!--' and ending '-->'.
New comment nodes are created by DOM_Document::createComment().
DOM_Comment(const DOM_Comment &other)
DOM_Comment that refers to the
same underlying node as the original. See also DOM_Node::clone(),
which will copy the actual Comment node, rather than just creating a new
reference to the original node.
DOM_Comment& operator = (const DOM_Comment &other)
DOM_Comment& operator = (const DOM_NullPtr *val)
alphabetic index hierarchy of classes
| XML Parser for C++ 2.0 Copyright © IBM Corp, 1999 Center for Java Technology 10275 N. De Anza Blvd. Cupertino CA 95014 USA Email: xml4c@us.ibm.com |
|
generated by doc++