Class to hold XPath return types. More...
Inheritance diagram for XNodeSetBase:
Class to hold XPath return types.
virtual XNodeSetBase::~XNodeSetBase | ( | ) | [virtual] |
XNodeSetBase::XNodeSetBase | ( | MemoryManagerType & | theManager | ) | [protected] |
Create an XNodeSetBase.
XNodeSetBase::XNodeSetBase | ( | const XNodeSetBase & | source, | |
MemoryManagerType & | theManager | |||
) | [protected] |
MemoryManagerType& XNodeSetBase::getMemoryManager | ( | ) | const |
virtual const XalanDOMString& XNodeSetBase::getTypeString | ( | ) | const [virtual] |
Given a request type, return the equivalent string.
For diagnostic purposes.
Implements XObject.
virtual double XNodeSetBase::num | ( | ) | const [virtual] |
virtual bool XNodeSetBase::boolean | ( | ) | const [virtual] |
virtual const XalanDOMString& XNodeSetBase::str | ( | ) | const [virtual] |
virtual void XNodeSetBase::str | ( | FormatterListener & | formatterListener, | |
MemberFunctionPtr | function | |||
) | const [virtual] |
virtual void XNodeSetBase::str | ( | XalanDOMString & | theBuffer | ) | const [virtual] |
Append the string value directly a string.
theBuffer | The buffer for the data |
Reimplemented from XObject.
virtual double XNodeSetBase::stringLength | ( | ) | const [virtual] |
Get the length of the string value of the instance.
Implements XObject.
virtual const XalanDocumentFragment& XNodeSetBase::rtree | ( | ) | const [virtual] |
Cast result object to a result tree fragment.
Reimplemented from XObject.
virtual const NodeRefListBase& XNodeSetBase::nodeset | ( | ) | const [pure virtual] |
Cast result object to a nodelist.
Reimplemented from XObject.
Implemented in XNodeSet, and XNodeSetNodeProxy.
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 size_type XNodeSetBase::getLength | ( | ) | const [pure virtual] |
Implemented in XNodeSet, and XNodeSetNodeProxy.
void XNodeSetBase::clearCachedValues | ( | ) | [protected] |
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|