XObjectResultTreeFragProxy::XObjectResultTreeFragProxy | ( | const XObject & | value, | |
MemoryManagerType & | theManager | |||
) |
virtual XObjectResultTreeFragProxy::~XObjectResultTreeFragProxy | ( | ) | [virtual] |
MemoryManagerType& XObjectResultTreeFragProxy::getMemoryManager | ( | ) |
virtual XalanNode* XObjectResultTreeFragProxy::getFirstChild | ( | ) | const [virtual] |
Gets the first child of this node.
If there is no such node, this returns null
.
Implements XObjectResultTreeFragProxyBase.
virtual XalanNode* XObjectResultTreeFragProxy::getLastChild | ( | ) | const [virtual] |
Gets the last child of this node.
If there is no such node, this returns null
.
Implements XObjectResultTreeFragProxyBase.
virtual XObjectResultTreeFragProxy* XObjectResultTreeFragProxy::cloneNode | ( | bool | deep | ) | const [virtual] |
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.
virtual bool XObjectResultTreeFragProxy::hasChildNodes | ( | ) | const [virtual] |
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. Implements XObjectResultTreeFragProxyBase.
virtual XObjectResultTreeFragProxy* XObjectResultTreeFragProxy::clone | ( | bool | deep | ) | const [virtual] |
Reimplemented from XObjectResultTreeFragProxyBase.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|