Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XSTRINGBASE_HEADER_GUARD_1357924680)
19 #define XSTRINGBASE_HEADER_GUARD_1357924680
34 XALAN_CPP_NAMESPACE_BEGIN
62 MemoryManager& theMemoryManager,
73 MemoryManager& theMemoryManager);
87 using ParentType::num;
92 using ParentType::str;
104 MemberFunctionPtr
function)
const = 0;
109 MemberFunctionPtr
function)
const = 0;
140 mutable double m_cachedNumberValue;
147 XALAN_CPP_NAMESPACE_END
151 #endif // XSTRINGBASE_HEADER_GUARD_1357924680
virtual bool boolean(XPathExecutionContext &executionContext) const
Cast result object to a boolean.
Class to hold XPath return types.
virtual double num(XPathExecutionContext &executionContext) const
Cast result object to a number.
virtual void str(XalanDOMString &theBuffer) const =0
Append the string value directly a string.
#define XALAN_XPATH_EXPORT
virtual void str(FormatterListener &formatterListener, MemberFunctionPtr function) const =0
Send the string value to a FormatterListener instance.
virtual void ProcessXObjectTypeCallback(XObjectTypeCallback &theCallbackObject) const
Process a callback request for preferred type information.
virtual const XalanDOMString & getTypeString() const
Given a request type, return the equivalent string.
virtual void ProcessXObjectTypeCallback(XObjectTypeCallback &theCallbackObject)
Process a callback request for preferred type information.
virtual void str(XPathExecutionContext &executionContext, FormatterListener &formatterListener, MemberFunctionPtr function) const =0
Send the string value to a FormatterListener instance.
virtual const XalanDOMString & str(XPathExecutionContext &executionContext) const =0
Cast result object to a string.
virtual const XalanDocumentFragment & rtree() const
Cast result object to a result tree fragment.
virtual double stringLength(XPathExecutionContext &executionContext) const =0
Get the length of the string value of the instance.
XStringBase(MemoryManager &theMemoryManager, XPathExecutionContext &theExecutionContext)
Construct an XStringBase object.
XStringBase(MemoryManager &theMemoryManager)
Construct an XStringBase object.
virtual void str(XPathExecutionContext &executionContext, XalanDOMString &theBuffer) const =0
Append the string value directly a string.
XStringBase(const XStringBase &source, MemoryManager &theMemoryManager)
Construct an XStringBase object from another.
The purpose of this class is to provide a way to get the "preferred" or closest matching type for XOb...
virtual const XalanDOMString & str() const =0
Cast result object to a string.
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.
|
|