Xalan-C++ API Reference 1.12.0
|
#include <xalanc/XPath/XUnknown.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) |
Definition at line 41 of file XUnknown.hpp.
Definition at line 45 of file XUnknown.hpp.
xalanc::XUnknown::XUnknown | ( | const XalanDOMString & | name, |
MemoryManager & | theMemoryManager | ||
) |
Construct an XUnknown object from a string.
name | The source string. |
theMemoryManager | The MemoryManager instance. |
|
virtual |
|
virtual |
Cast result object to a boolean.
executionContext | The current XPathExecutionContext |
Implements xalanc::XObject.
|
static |
Create an XUnknown object from a string.
name | the source string. |
theMemoryManager | The MemoryManager instance. |
|
virtual |
Given a request type, return the equivalent string.
For diagnostic purposes.
Implements xalanc::XObject.
Perform static initialization.
See class XPathInit.
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.
|
virtual |
Cast result object to a number.
executionContext | The current XPathExecutionContext |
Reimplemented from xalanc::XObject.
|
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 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.
|
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.
|
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.
|
virtual |
Cast result object to a string.
executionContext | The current XPathExecutionContext |
Implements xalanc::XObject.
|
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.
|
virtual |
Append the string value directly a string.
executionContext | The current XPathExecutionContext |
theBuffer | The buffer for the data |
Implements xalanc::XObject.
|
virtual |
Get the length of the string value of the instance.
Implements xalanc::XObject.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Tue Oct 10 2023 15:42:23 for Xalan-C++ API Reference by