Inheritance diagram for XercesProcessingInstructionWrapper:
Collaboration diagram for XercesProcessingInstructionWrapper:
DOMText
nodes in the full depth of the sub-tree underneath this DOMNode
, including attribute nodes, into a "normal" form where only markup (e.g., tags, comments, processing instructions, CDATA sections, and entity references) separates DOMText
nodes, i.e., there are no adjacent DOMText
nodes.
|
|
|
|
|
Adds the node
If the
Implements XalanProcessingInstruction. |
|
Returns a duplicate of this node. This function serves as a generic copy constructor for nodes.
The duplicate node has no parent (
Implements XalanProcessingInstruction. |
|
|
|
Gets a
Implements XalanProcessingInstruction. |
|
Gets a
If there are no children, this is a Implements XalanProcessingInstruction. |
|
The content of this processing instruction.
This is from the first non white space character after the target to the character immediately preceding the
Implements XalanProcessingInstruction. |
|
Gets the first child of this node.
If there is no such node, this returns Implements XalanProcessingInstruction. |
|
Get the node's index. Valid only if the owner document reports that the document is node-order indexed.
Implements XalanProcessingInstruction. |
|
Gets the last child of this node.
If there is no such node, this returns Implements XalanProcessingInstruction. |
|
Returns the local part of the qualified name of this node.
For nodes created with a DOM Level 1 method, such as Implements XalanProcessingInstruction. |
|
Get the namespace URI of this node, or This is not a computed value that is the result of a namespace lookup based on an examination of the namespace declarations in scope. It is merely the namespace URI given at creation time.
For nodes of any type other than Implements XalanProcessingInstruction. |
|
Gets the node immediately following this node.
If there is no such node, this returns Implements XalanProcessingInstruction. |
|
Implements XalanProcessingInstruction. |
|
An enum value representing the type of the underlying object.
Implements XalanProcessingInstruction. |
|
Gets the value of this node, depending on its type.
Implements XalanProcessingInstruction. |
|
Gets the
This is also the Implements XalanProcessingInstruction. |
|
Gets the parent of this node.
All nodes, except Implements XalanProcessingInstruction. |
|
Get the namespace prefix of this node, or
Implements XalanProcessingInstruction. |
|
Gets the node immediately preceding this node.
If there is no such node, this returns Implements XalanProcessingInstruction. |
|
The target of this processing instruction. XML defines this as being the first token following the markup that begins the processing instruction. Implements XalanProcessingInstruction. |
|
Get the Xerces node this instance represent.
|
|
This is a convenience method to allow easy determination of whether a node has any children.
Implements XalanProcessingInstruction. |
|
Inserts the node
If
Implements XalanProcessingInstruction. |
|
Determine if the document is node-order indexed.
Implements XalanProcessingInstruction. |
|
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
Implements XalanProcessingInstruction. |
|
Puts all This can be used to ensure that the DOM view of a document is the same as if it were saved and re-loaded, and is useful when operations (such as XPointer lookups) that depend on a particular document tree structure are to be used.
Note: In cases where the document contains Implements XalanProcessingInstruction. |
|
Removes the child node indicated by
Implements XalanProcessingInstruction. |
|
Replaces the child node
If
If the
Implements XalanProcessingInstruction. |
|
Sets the content of this processing instruction.
This is from the first non white space character after the target to the character immediately preceding the
Implements XalanProcessingInstruction. |
|
Sets the value of the node. Any node which can have a nodeValue (
Implements XalanProcessingInstruction. |
|
Set the namespace prefix of this node.
Note that setting this attribute, when permitted, changes the
Note also that changing the prefix of an attribute, that is known to have a default value, does not make a new attribute with the default value and the original prefix appear, since the
Implements XalanProcessingInstruction. |
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.9 |
|