#include <XObjectResultTreeFragProxy.hpp>
Inherits XObjectResultTreeFragProxyBase.
Definition at line 45 of file XObjectResultTreeFragProxy.hpp.
XObjectResultTreeFragProxy::XObjectResultTreeFragProxy | ( | const XObject & | value, | |
MemoryManager & | theManager, | |||
XPathExecutionContext * | theExecutionContext | |||
) |
Constructor.
theXObject | The XObject instance for which this is a proxy. | |
theManager | The MemoryManager for this instance. | |
theExecutionContext | An optional XPathExecutionContext instance. |
virtual XObjectResultTreeFragProxy::~XObjectResultTreeFragProxy | ( | ) | [virtual] |
XPathExecutionContext* XObjectResultTreeFragProxy::getExecutionContext | ( | ) | [inline] |
Definition at line 66 of file XObjectResultTreeFragProxy.hpp.
virtual XalanNode* XObjectResultTreeFragProxy::getFirstChild | ( | ) | const [virtual] |
Gets the first child of this node.
If there is no such node, this returns a null pointer.
Implements XObjectResultTreeFragProxyBase.
virtual XalanNode* XObjectResultTreeFragProxy::getLastChild | ( | ) | const [virtual] |
Gets the last child of this node.
If there is no such node, this returns a null pointer.
Implements XObjectResultTreeFragProxyBase.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|