Xalan-C++ API Reference 1.12.0
|
#include <xalanc/XPath/XNumberBase.hpp>
Public Types | |
typedef XObject | ParentType |
![]() | |
enum | eObjectType { eTypeNull = 0 , eTypeUnknown = 1 , eTypeBoolean = 2 , eTypeNumber = 3 , eTypeString = 4 , eTypeNodeSet = 5 , eTypeResultTreeFrag = 6 , eTypeUserDefined = 7 , eTypeStringReference = 8 , eTypeStringAdapter = 9 , eTypeStringCached = 10 , eTypeXTokenNumberAdapter = 11 , eTypeXTokenStringAdapter = 12 , eTypeNodeSetNodeProxy = 13 , eUnknown } |
Enumeration of possible object types. More... | |
typedef XPathExecutionContext::GetCachedString | GetCachedString |
typedef void(FormatterListener::* | MemberFunctionPtr) (const XMLCh *const, const FormatterListener::size_type) |
Protected Member Functions | |
XNumberBase (MemoryManager &theMemoryManager) | |
Constructor for derived classes. | |
![]() | |
XObject (const XObject &) | |
Create an XObject from another XObject. | |
XObject (const XObject &source, MemoryManager &theManager) | |
Create an XObject from another XObject. | |
MemoryManager & | getMemoryManager () const |
Get the MemoryManager for this instance. | |
void | throwInvalidConversionException (const XalanDOMString &theTargetType) const |
virtual eObjectType | getRealType () const |
Tell what kind of class this is. | |
virtual void | referenced () |
virtual void | dereferenced () |
virtual | ~XObject () |
![]() | |
XalanReferenceCountedObject () | |
Create a XalanReferenceCountedObject. | |
virtual | ~XalanReferenceCountedObject () |
virtual XalanSize_t | getReferenceCount () const |
Definition at line 41 of file XNumberBase.hpp.
Definition at line 45 of file XNumberBase.hpp.
xalanc::XNumberBase::XNumberBase | ( | const XNumberBase & | source, |
MemoryManager & | theMemoryManager | ||
) |
Construct an XNumberBase object from another.
source | The source XNumberBase instance. |
theMemoryManager | The MemoryManager instance. |
|
virtual |
|
protected |
Constructor for derived classes.
theMemoryManager | The MemoryManager instance. |
|
virtual |
Cast result object to a boolean.
executionContext | The current XPathExecutionContext |
Implements xalanc::XObject.
|
virtual |
Given a request type, return the equivalent string.
For diagnostic purposes.
Implements xalanc::XObject.
Cast result object to a number.
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.
Reimplemented from xalanc::XObject.
Reimplemented in xalanc::XTokenNumberAdapter.
|
virtual |
Cast result object to a number.
executionContext | The current XPathExecutionContext |
Reimplemented from xalanc::XObject.
Reimplemented in xalanc::XTokenNumberAdapter.
|
pure virtual |
Cast result object to a number.
executionContext | The current XPathExecutionContext |
Reimplemented from xalanc::XObject.
Implemented in xalanc::XNumber, and xalanc::XTokenNumberAdapter.
|
virtual |
Process a callback request for preferred type information.
theCallbackObject | object to call back |
Implements xalanc::XObject.
|
virtual |
Process a callback request for preferred type information.
theCallbackObject | object to call back |
Implements xalanc::XObject.
|
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 xalanc::XObject.
Implemented in xalanc::XNumber, and xalanc::XTokenNumberAdapter.
|
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 xalanc::XObject.
Implemented in xalanc::XNumber, and xalanc::XTokenNumberAdapter.
|
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 xalanc::XObject.
Implemented in xalanc::XNumber, and xalanc::XTokenNumberAdapter.
|
pure virtual |
Cast result object to a string.
executionContext | The current XPathExecutionContext |
Implements xalanc::XObject.
Implemented in xalanc::XNumber, and xalanc::XTokenNumberAdapter.
|
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 xalanc::XObject.
Implemented in xalanc::XNumber, and xalanc::XTokenNumberAdapter.
|
pure virtual |
Append the string value directly a string.
executionContext | The current XPathExecutionContext |
theBuffer | The buffer for the data |
Implements xalanc::XObject.
Implemented in xalanc::XNumber, and xalanc::XTokenNumberAdapter.
|
pure virtual |
Get the length of the string value of the instance.
Implements xalanc::XObject.
Implemented in xalanc::XNumber, and xalanc::XTokenNumberAdapter.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Mon Feb 5 2024 20:50:04 for Xalan-C++ API Reference by