Class to hold XPath return types. More...
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] |
Create an XNodeSetBase from another.
| source | object to copy |
| virtual bool XNodeSetBase::boolean | ( | ) | const [virtual] |
| void XNodeSetBase::clearCachedValues | ( | ) | [protected] |
| virtual size_type XNodeSetBase::getLength | ( | ) | const [pure virtual] |
Implemented in XNodeSet, and XNodeSetNodeProxy.
| MemoryManagerType& XNodeSetBase::getMemoryManager | ( | ) | const |
| 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.
Reimplemented from XObject.
Implemented in XNodeSet, and XNodeSetNodeProxy.
| virtual double XNodeSetBase::num | ( | ) | const [virtual] |
| virtual void XNodeSetBase::ProcessXObjectTypeCallback | ( | XObjectTypeCallback & | theCallbackObject | ) | const [virtual] |
Process a callback request for preferred type information.
| theCallbackObject | object to call back |
Implements XObject.
| virtual void XNodeSetBase::ProcessXObjectTypeCallback | ( | XObjectTypeCallback & | theCallbackObject | ) | [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.
Reimplemented from XObject.
| virtual void XNodeSetBase::str | ( | FormatterListener & | formatterListener, |
| MemberFunctionPtr | function | ||
| ) | const [virtual] |
Send the string value to a FormatterListener instance.
| formatterListener | The FormatterListener instance |
| function | A pointer to the member function of FormatterListener to call |
Implements XObject.
| 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 const XalanDOMString& XNodeSetBase::str | ( | ) | const [virtual] |
| virtual double XNodeSetBase::stringLength | ( | ) | 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.10 |
|
|