class DOM_ProcessingInstruction : public DOM_Node
The ProcessingInstruction interface represents a "processing
instruction", used in XML as a way to keep processor-specific information
in the text of the document
| | Constructors and assignment operator
| ||||||||
| | Destructor.
| ||||||||
| | Get functions.
| ||||||||
| | Set functions.
|
Cloning function.
Constructors and assignment operators
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
Query functions.
The ProcessingInstruction interface represents a "processing
instruction", used in XML as a way to keep processor-specific information
in the text of the document
New Processing Instruction nodes are created by DOM_Document::createProcessingInstruction().
DOM_ProcessingInstruction(const DOM_ProcessingInstruction &other)
DOM_ProcessingInstruction that refers to the
same underlying node as the original. See also DOM_Node::clone(),
which will copy the actual PI node, rather than just creating a new
reference to the original node.
DOM_ProcessingInstruction& operator = (const DOM_ProcessingInstruction &other)
DOM_ProcessingInstruction& operator = (const DOM_NullPtr *val)
DOMString getData() const
?>.
?>.
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++