Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XTOKENSTRINGADAPTER_HEADER_GUARD_1357924680)
19 #define XTOKENSTRINGADAPTER_HEADER_GUARD_1357924680
37 XALAN_CPP_NAMESPACE_BEGIN
56 MemoryManager& theManager);
60 MemoryManager& theManager);
83 MemberFunctionPtr
function)
const;
88 MemberFunctionPtr
function)
const;
119 XALAN_CPP_NAMESPACE_END
123 #endif // XTOKENSTRINGADAPTER_HEADER_GUARD_1357924680
eObjectType
Enumeration of possible object types.
virtual ~XTokenStringAdapter()
virtual double num() const
Cast result object to a number.
virtual double stringLength(XPathExecutionContext &executionContext) const
Get the length of the string value of the instance.
#define XALAN_XPATH_EXPORT
virtual eObjectType getRealType() const
Tell what kind of class this is.
virtual void str(XalanDOMString &theBuffer) const
Append the string value directly a string.
virtual void str(FormatterListener &formatterListener, MemberFunctionPtr function) const
Send the string value to a FormatterListener instance.
virtual const XalanDOMString & str(XPathExecutionContext &executionContext) const
Cast result object to a string.
virtual double num(XPathExecutionContext &executionContext) const
Cast result object to a number.
virtual const XalanDOMString & str() const
Cast result object to a string.
XTokenStringAdapter(const XTokenStringAdapter &source, MemoryManager &theManager)
virtual void str(XPathExecutionContext &executionContext, XalanDOMString &theBuffer) const
Append the string value directly a string.
virtual void str(XPathExecutionContext &executionContext, FormatterListener &formatterListener, MemberFunctionPtr function) const
Send the string value to a FormatterListener instance.
XTokenStringAdapter(const XToken &theToken, MemoryManager &theManager)
Create an XTokenStringAdapter from an XToken.
Interpreting class diagrams
Doxygen and
GraphViz are
used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|