Class to hold XPath return types. More...
#include <XNodeSetBase.hpp>
Inherits XObject.
Inherited by XNodeSet, and XNodeSetNodeProxy.
Class to hold XPath return types.
Definition at line 45 of file XNodeSetBase.hpp.
typedef XObject XNodeSetBase::ParentType |
Definition at line 51 of file XNodeSetBase.hpp.
Definition at line 49 of file XNodeSetBase.hpp.
virtual XNodeSetBase::~XNodeSetBase | ( | ) | [virtual] |
XNodeSetBase::XNodeSetBase | ( | MemoryManager & | theMemoryManager | ) | [protected] |
Create an XNodeSetBase.
XNodeSetBase::XNodeSetBase | ( | const XNodeSetBase & | source, | |
MemoryManager & | theMemoryManager | |||
) | [protected] |
Create an XNodeSetBase from another.
source | object to copy |
virtual bool XNodeSetBase::boolean | ( | XPathExecutionContext & | executionContext | ) | const [virtual] |
Cast result object to a boolean.
executionContext | The current XPathExecutionContext |
Implements XObject.
void XNodeSetBase::clearCachedValues | ( | ) | [protected] |
virtual size_type XNodeSetBase::getLength | ( | ) | const [pure virtual] |
Implemented in XNodeSet, and XNodeSetNodeProxy.
virtual const XalanDOMString& XNodeSetBase::getTypeString | ( | ) | const [virtual] |
Given a request type, return the equivalent string.
For diagnostic purposes.
Implements XObject.
Implemented in XNodeSet, and XNodeSetNodeProxy.
virtual const NodeRefListBase& XNodeSetBase::nodeset | ( | ) | const [pure 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 |
Reimplemented from XObject.
Implemented in XNodeSet, and XNodeSetNodeProxy.
virtual double XNodeSetBase::num | ( | XPathExecutionContext & | executionContext | ) | const [virtual] |
Cast result object to a number.
executionContext | The current XPathExecutionContext |
Reimplemented from XObject.
virtual void XNodeSetBase::ProcessXObjectTypeCallback | ( | XObjectTypeCallback & | theCallbackObject | ) | [virtual] |
Process a callback request for preferred type information.
theCallbackObject | object to call back |
Implements XObject.
virtual void XNodeSetBase::ProcessXObjectTypeCallback | ( | XObjectTypeCallback & | theCallbackObject | ) | const [virtual] |
Process a callback request for preferred type information.
theCallbackObject | object to call back |
Implements XObject.
virtual const XalanDocumentFragment& XNodeSetBase::rtree | ( | ) | const [virtual] |
Cast result object to a result tree fragment.
executionContext | The current XPathExecutionContext |
Reimplemented from XObject.
virtual const XalanDOMString& XNodeSetBase::str | ( | XPathExecutionContext & | executionContext | ) | const [virtual] |
Cast result object to a string.
executionContext | The current XPathExecutionContext |
Implements XObject.
virtual const XalanDOMString& XNodeSetBase::str | ( | ) | const [virtual] |
Cast result object to a string.
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 XObject.
virtual void XNodeSetBase::str | ( | XalanDOMString & | theBuffer | ) | const [virtual] |
Append the string value directly a string.
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.
theBuffer | The buffer for the data |
Implements XObject.
virtual void XNodeSetBase::str | ( | XPathExecutionContext & | executionContext, | |
FormatterListener & | formatterListener, | |||
MemberFunctionPtr | function | |||
) | const [virtual] |
Send the string value to a FormatterListener instance.
executionContext | The current XPathExecutionContext | |
formatterListener | The FormatterListener instance | |
function | A pointer to the member function of FormatterListener to call |
Implements XObject.
virtual void XNodeSetBase::str | ( | XPathExecutionContext & | executionContext, | |
XalanDOMString & | theBuffer | |||
) | const [virtual] |
Append the string value directly a string.
executionContext | The current XPathExecutionContext | |
theBuffer | The buffer for the data |
Implements XObject.
virtual void XNodeSetBase::str | ( | FormatterListener & | formatterListener, | |
MemberFunctionPtr | function | |||
) | const [virtual] |
Send the string value to a FormatterListener instance.
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.
formatterListener | The FormatterListener instance | |
function | A pointer to the member function of FormatterListener to call |
Implements XObject.
virtual double XNodeSetBase::stringLength | ( | XPathExecutionContext & | executionContext | ) | const [virtual] |
Get the length of the string value of the instance.
Implements XObject.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|