Class to hold XPath return types. More...
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 size_type XNodeSet::getLength | ( | ) | const [virtual] |
Implements XNodeSetBase.
Implements XNodeSetBase.
| virtual const NodeRefListBase& XNodeSet::nodeset | ( | ) | const [virtual] |
| 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.10 |
|
|