Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.9

Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

XNodeSetResultTreeFragProxy Class Reference

Inheritance diagram for XNodeSetResultTreeFragProxy:

Inheritance graph
[legend]
Collaboration diagram for XNodeSetResultTreeFragProxy:

Collaboration graph
[legend]
List of all members.

Public Member Functions


Constructor & Destructor Documentation

XNodeSetResultTreeFragProxy::XNodeSetResultTreeFragProxy const XNodeSetBase value  ) 
 

virtual XNodeSetResultTreeFragProxy::~XNodeSetResultTreeFragProxy  )  [virtual]
 


Member Function Documentation

virtual XNodeSetResultTreeFragProxy* XNodeSetResultTreeFragProxy::clone bool  deep  )  const [virtual]
 

Reimplemented from XObjectResultTreeFragProxyBase.

virtual XNodeSetResultTreeFragProxy* XNodeSetResultTreeFragProxy::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.

Parameters:
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).
Returns:
The duplicate node.

Reimplemented from XObjectResultTreeFragProxyBase.

virtual XalanNode* XNodeSetResultTreeFragProxy::getFirstChild  )  const [virtual]
 

Gets the first child of this node.

If there is no such node, this returns null.

Implements XObjectResultTreeFragProxyBase.

virtual XalanNode* XNodeSetResultTreeFragProxy::getLastChild  )  const [virtual]
 

Gets the last child of this node.

If there is no such node, this returns null.

Implements XObjectResultTreeFragProxyBase.

virtual bool XNodeSetResultTreeFragProxy::hasChildNodes  )  const [virtual]
 

This is a convenience method to allow easy determination of whether a node has any children.

Returns:
true if the node has any children, false if the node has no children.

Implements XObjectResultTreeFragProxyBase.


The documentation for this class was generated from the following file:

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.9
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.