Xalan-C++ API Reference 1.12.0
|
#include <xalanc/XPath/XStringBase.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) |
Friends | |
class | XObjectResultTreeFragProxyText |
Definition at line 42 of file XStringBase.hpp.
Definition at line 46 of file XStringBase.hpp.
xalanc::XStringBase::XStringBase | ( | MemoryManager & | theMemoryManager | ) |
Construct an XStringBase object.
theMemoryManager | The MemoryManager instance. |
xalanc::XStringBase::XStringBase | ( | MemoryManager & | theMemoryManager, |
XPathExecutionContext & | theExecutionContext | ||
) |
Construct an XStringBase object.
theMemoryManager | The MemoryManager instance. |
theExecutionContext | The current XPathExecutionContext. |
xalanc::XStringBase::XStringBase | ( | const XStringBase & | source, |
MemoryManager & | theMemoryManager | ||
) |
Construct an XStringBase object from another.
source | The source XStringBase instance. |
theMemoryManager | The MemoryManager instance. |
|
virtual |
|
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::XTokenStringAdapter.
|
virtual |
Cast result object to a number.
executionContext | The current XPathExecutionContext |
Reimplemented from xalanc::XObject.
Reimplemented in xalanc::XTokenStringAdapter.
|
virtual |
Cast result object to a number.
executionContext | The current XPathExecutionContext |
Reimplemented from xalanc::XObject.
Reimplemented in xalanc::XTokenStringAdapter.
|
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.
|
virtual |
Cast result object to a result tree fragment.
executionContext | The current XPathExecutionContext |
Reimplemented from 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::XString, xalanc::XStringAdapter, xalanc::XStringCached, xalanc::XStringReference, and xalanc::XTokenStringAdapter.
|
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.
Reimplemented in xalanc::XStringCached, xalanc::XStringReference, and xalanc::XTokenStringAdapter.
|
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::XString, xalanc::XStringAdapter, xalanc::XStringCached, xalanc::XStringReference, and xalanc::XTokenStringAdapter.
|
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.
Reimplemented in xalanc::XStringCached, xalanc::XStringReference, and xalanc::XTokenStringAdapter.
|
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::XString, xalanc::XStringAdapter, xalanc::XStringCached, xalanc::XStringReference, and xalanc::XTokenStringAdapter.
|
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.
Reimplemented in xalanc::XStringCached, xalanc::XStringReference, and xalanc::XTokenStringAdapter.
|
pure virtual |
Cast result object to a string.
executionContext | The current XPathExecutionContext |
Implements xalanc::XObject.
Implemented in xalanc::XString, xalanc::XStringAdapter, xalanc::XStringCached, xalanc::XStringReference, and xalanc::XTokenStringAdapter.
|
virtual |
Cast result object to a string.
executionContext | The current XPathExecutionContext |
Implements xalanc::XObject.
Reimplemented in xalanc::XStringCached, xalanc::XStringReference, and xalanc::XTokenStringAdapter.
|
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::XString, xalanc::XStringAdapter, xalanc::XStringCached, xalanc::XStringReference, and xalanc::XTokenStringAdapter.
|
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.
Reimplemented in xalanc::XStringCached, xalanc::XStringReference, and xalanc::XTokenStringAdapter.
|
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::XString, xalanc::XStringAdapter, xalanc::XStringCached, xalanc::XStringReference, and xalanc::XTokenStringAdapter.
|
virtual |
Append the string value directly a string.
executionContext | The current XPathExecutionContext |
theBuffer | The buffer for the data |
Implements xalanc::XObject.
Reimplemented in xalanc::XStringCached, xalanc::XStringReference, and xalanc::XTokenStringAdapter.
|
pure virtual |
Get the length of the string value of the instance.
Implements xalanc::XObject.
Implemented in xalanc::XString, xalanc::XStringAdapter, xalanc::XStringCached, xalanc::XStringReference, and xalanc::XTokenStringAdapter.
Definition at line 133 of file XStringBase.hpp.
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