class DOM_CDATASection : public DOM_Text
DOM_CDataSection objects refer to the data from an
XML CDATA section
| | Constructors and assignment operators
| ||||||||
| | Destructor.
|
Constructors and assignment operator
Functions to modify the Text node.
Text node into two Text nodes at the specified
offset, keeping both in the tree as siblings
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.
DOM_CDataSectionobjects refer to the data from an XML CDATA section. These are used to escape blocks of text containing characters that would otherwise be regarded as markup.Note that the string data associated with the CDATA section may contain characters that need to be escaped when appearing in an XML document outside of a CDATA section.
The
DOM_CDATASectionclass inherits from theDOM_CharacterDataclass through theTextinterface. Adjacent CDATASection nodes are not merged by use of the Element.normalize() method.
DOM_CDATASection(const DOM_CDATASection &other)
DOM_CDataSection that refers to the
same underlying data as the original. See also DOM_Node::clone(),
which will copy the underlying data, rather than just creating a new
reference to the original object.
DOM_CDATASection object
DOM_CDATASection& operator = (const DOM_CDATASection &other)
DOM_CDATASection& 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++