#include <XNodeSetResultTreeFragProxy.hpp>
Inheritance diagram for XNodeSetResultTreeFragProxy
Collaboration diagram for XNodeSetResultTreeFragProxy:
|
|
|
Reimplemented from XObjectResultTreeFragProxyBase.
|
Returns a duplicate of this node.
This function serves as a generic copy constructor for nodes.
The duplicate node has no parent ( parentNode
returns null
.).
Cloning an Element
copies all attributes and their values, including those generated by the XML processor to represent defaulted attributes, but this method does not copy any text it contains unless it is a deep clone, since the text is contained in a child Text
node. Cloning any other type of node simply returns a copy of this node.
deep |
If true , recursively clone the subtree under the specified node; if false , clone only the node itself (and its attributes, if it is an Element ). |
Reimplemented from XObjectResultTreeFragProxyBase.
|
Gets the first child of this node.
If there is no such node, this returns null
.
Reimplemented from XObjectResultTreeFragProxyBase.
|
Gets the last child of this node.
If there is no such node, this returns null
.
Reimplemented from XObjectResultTreeFragProxyBase.
|
This is a convenience method to allow easy determination of whether a node has any children.
true
if the node has any children, false
if the node has no children. Reimplemented from XObjectResultTreeFragProxyBase.
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.6 |
|