Class to hold XPath return types. More...
Inheritance diagram for XNodeSet:
Class to hold XPath return types.
typedef XPathExecutionContext::BorrowReturnMutableNodeRefList XNodeSet::BorrowReturnMutableNodeRefList |
XNodeSet::XNodeSet | ( | BorrowReturnMutableNodeRefList & | value, | |
MemoryManagerType & | theManager | |||
) |
XNodeSet::XNodeSet | ( | const XNodeSet & | source, | |
MemoryManagerType & | theManager, | |||
bool | deepClone = false | |||
) |
Create an XNodeSet from another.
source | object to copy | |
deepClone | true to copy all children on nodeset nodes |
virtual XNodeSet::~XNodeSet | ( | ) | [virtual] |
virtual const NodeRefListBase& XNodeSet::nodeset | ( | ) | const [virtual] |
virtual size_type XNodeSet::getLength | ( | ) | const [virtual] |
Implements XNodeSetBase.
void XNodeSet::release | ( | ) |
Release the node set held by the instance.
void XNodeSet::set | ( | BorrowReturnMutableNodeRefList & | value | ) |
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.10 |
|