Class to hold XPath return types. More...
#include <XNodeSetNodeProxy.hpp>
Inherits XNodeSetBase.
Class to hold XPath return types.
Definition at line 44 of file XNodeSetNodeProxy.hpp.
XNodeSetNodeProxy::XNodeSetNodeProxy | ( | MemoryManager & | theManager, | |
XalanNode * | theNode | |||
) |
Create an XNodeSetNodeProxy.
XNodeSetNodeProxy::XNodeSetNodeProxy | ( | const XNodeSetNodeProxy & | source, | |
MemoryManager & | theManager | |||
) |
Create an XNodeSetNodeProxy from another.
source | object to copy |
virtual XNodeSetNodeProxy::~XNodeSetNodeProxy | ( | ) | [virtual] |
virtual size_type XNodeSetNodeProxy::getLength | ( | ) | const [virtual] |
Implements XNodeSetBase.
virtual eObjectType XNodeSetNodeProxy::getRealType | ( | ) | const [protected, virtual] |
Implements XNodeSetBase.
virtual const NodeRefListBase& XNodeSetNodeProxy::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.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|