Class to hold XPath return types. More...
#include <XNodeSet.hpp>
Inherits XNodeSetBase.

Class to hold XPath return types.
Definition at line 44 of file XNodeSet.hpp.
| typedef XPathExecutionContext::BorrowReturnMutableNodeRefList XNodeSet::BorrowReturnMutableNodeRefList |
Definition at line 48 of file XNodeSet.hpp.
| XNodeSet::XNodeSet | ( | BorrowReturnMutableNodeRefList & | value, | |
| MemoryManager & | theMemoryManager | |||
| ) |
| XNodeSet::XNodeSet | ( | const XNodeSet & | source, | |
| MemoryManager & | theMemoryManager | |||
| ) |
Create an XNodeSet from another.
| source | object to copy | |
| theMemoryManager | The MemoryManager for the instance. |
| virtual XNodeSet::~XNodeSet | ( | ) | [virtual] |
| virtual size_type XNodeSet::getLength | ( | ) | const [virtual] |
Implements XNodeSetBase.
Implements XNodeSetBase.
| virtual const NodeRefListBase& XNodeSet::nodeset | ( | ) | const [virtual] |
Cast result object to a nodelist.
This function does not have access to the current XPathExecutionContext, so the result may contain data from whitespace text nodes that might have been stripped otherwise.
| executionContext | The current XPathExecutionContext |
Implements XNodeSetBase.
| void XNodeSet::release | ( | ) |
Release the node set held by the instance.
| void XNodeSet::set | ( | BorrowReturnMutableNodeRefList & | value | ) |
Change the value of an XNodeSet.
| theValue | The new value. |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.11 |
|
|