#include <XNumberBase.hpp>
Inherits XObject.
Inherited by XNumber, and XTokenNumberAdapter.
Definition at line 41 of file XNumberBase.hpp.
typedef XObject XNumberBase::ParentType |
Definition at line 45 of file XNumberBase.hpp.
XNumberBase::XNumberBase | ( | const XNumberBase & | source, | |
MemoryManager & | theMemoryManager | |||
) |
Construct an XNumberBase object from another.
source | The source XNumberBase instance. | |
theMemoryManager | The MemoryManager instance. |
virtual XNumberBase::~XNumberBase | ( | ) | [virtual] |
XNumberBase::XNumberBase | ( | MemoryManager & | theMemoryManager | ) | [protected] |
Constructor for derived classes.
theMemoryManager | The MemoryManager instance. |
virtual bool XNumberBase::boolean | ( | XPathExecutionContext & | executionContext | ) | const [virtual] |
Cast result object to a boolean.
executionContext | The current XPathExecutionContext |
Implements XObject.
virtual const XalanDOMString& XNumberBase::getTypeString | ( | ) | const [virtual] |
Given a request type, return the equivalent string.
For diagnostic purposes.
Implements XObject.
virtual double XNumberBase::num | ( | XPathExecutionContext & | executionContext | ) | const [pure virtual] |
Cast result object to a number.
executionContext | The current XPathExecutionContext |
Reimplemented from XObject.
Implemented in XNumber, and XTokenNumberAdapter.
virtual void XNumberBase::ProcessXObjectTypeCallback | ( | XObjectTypeCallback & | theCallbackObject | ) | [virtual] |
Process a callback request for preferred type information.
theCallbackObject | object to call back |
Implements XObject.
virtual void XNumberBase::ProcessXObjectTypeCallback | ( | XObjectTypeCallback & | theCallbackObject | ) | const [virtual] |
Process a callback request for preferred type information.
theCallbackObject | object to call back |
Implements XObject.
virtual const XalanDOMString& XNumberBase::str | ( | XPathExecutionContext & | executionContext | ) | const [pure virtual] |
Cast result object to a string.
executionContext | The current XPathExecutionContext |
Implements XObject.
Implemented in XNumber, and XTokenNumberAdapter.
virtual void XNumberBase::str | ( | FormatterListener & | formatterListener, | |
MemberFunctionPtr | function | |||
) | const [pure 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.
Implemented in XNumber, and XTokenNumberAdapter.
virtual void XNumberBase::str | ( | XPathExecutionContext & | executionContext, | |
FormatterListener & | formatterListener, | |||
MemberFunctionPtr | function | |||
) | const [pure 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.
Implemented in XNumber, and XTokenNumberAdapter.
virtual const XalanDOMString& XNumberBase::str | ( | ) | const [pure 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.
Implemented in XNumber, and XTokenNumberAdapter.
virtual void XNumberBase::str | ( | XPathExecutionContext & | executionContext, | |
XalanDOMString & | theBuffer | |||
) | const [pure virtual] |
Append the string value directly a string.
executionContext | The current XPathExecutionContext | |
theBuffer | The buffer for the data |
Implements XObject.
Implemented in XNumber, and XTokenNumberAdapter.
virtual void XNumberBase::str | ( | XalanDOMString & | theBuffer | ) | const [pure 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.
Implemented in XNumber, and XTokenNumberAdapter.
virtual double XNumberBase::stringLength | ( | XPathExecutionContext & | executionContext | ) | const [pure virtual] |
Get the length of the string value of the instance.
Implements XObject.
Implemented in XNumber, and XTokenNumberAdapter.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|