Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Public Types | Public Member Functions
XNodeSet Class Reference

Class to hold XPath return types. More...

Inheritance diagram for XNodeSet:
XNodeSetBase XObject XalanReferenceCountedObject XSpan

List of all members.

Public Types

Public Member Functions


Detailed Description

Class to hold XPath return types.


Member Typedef Documentation


Constructor & Destructor Documentation

XNodeSet::XNodeSet ( BorrowReturnMutableNodeRefList value,
MemoryManagerType theManager 
)

Create an XNodeSet from a node list.

Parameters:
valuePointer to source node list. The XNodeSet will adopt the pointer.
XNodeSet::XNodeSet ( const XNodeSet source,
MemoryManagerType theManager,
bool  deepClone = false 
)

Create an XNodeSet from another.

Parameters:
sourceobject to copy
deepClonetrue to copy all children on nodeset nodes
virtual XNodeSet::~XNodeSet ( ) [virtual]

Member Function Documentation

virtual size_type XNodeSet::getLength ( ) const [virtual]

Implements XNodeSetBase.

virtual XalanNode* XNodeSet::item ( size_type  index) const [virtual]

Implements XNodeSetBase.

virtual const NodeRefListBase& XNodeSet::nodeset ( ) const [virtual]

Cast result object to a nodelist.

Returns:
node list

Implements XNodeSetBase.

void XNodeSet::release ( )

Release the node set held by the instance.

void XNodeSet::set ( BorrowReturnMutableNodeRefList value)

Change the value of an XNodeSet.

Parameters:
theValueThe new value.

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.

dot

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

Apache Logo