Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XRESULTTREEFRAG_HEADER_GUARD_1357924680)
19 #define XRESULTTREEFRAG_HEADER_GUARD_1357924680
42 XALAN_CPP_NAMESPACE_BEGIN
65 MemoryManager& theManager);
75 MemoryManager& theManager);
83 return m_cachedStringValue.getMemoryManager();
89 m_executionContext = theExecutionContext;
116 MemberFunctionPtr
function)
const;
121 MemberFunctionPtr
function)
const;
176 mutable double m_cachedNumberValue;
181 XALAN_CPP_NAMESPACE_END
185 #endif // XRESULTTREEFRAG_HEADER_GUARD_1357924680
virtual void ProcessXObjectTypeCallback(XObjectTypeCallback &theCallbackObject)
Process a callback request for preferred type information.
virtual const XalanDOMString & getTypeString() const
Given a request type, return the equivalent string.
void setExecutionContext(StylesheetExecutionContext *theExecutionContext)
virtual void dereferenced()
XResultTreeFrag(const XResultTreeFrag &source, MemoryManager &theManager)
Construct an XResultTreeFrag object from another.
virtual ~XResultTreeFrag()
virtual void str(FormatterListener &formatterListener, MemberFunctionPtr function) const
Send the string value to a FormatterListener instance.
Class to hold XPath return types.
virtual const XalanDocumentFragment & rtree() const
Cast result object to a result tree fragment.
virtual void str(XalanDOMString &theBuffer) const
Append the string value directly a string.
#define XALAN_XSLT_EXPORT
virtual void ProcessXObjectTypeCallback(XObjectTypeCallback &theCallbackObject) const
Process a callback request for preferred type information.
virtual const XalanDOMString & str() const
Cast result object to a string.
void set(XalanDocumentFragment &theValue)
Change the value of an XResultTreeFrag.
MemoryManager & getMemoryManager() const
XResultTreeFrag(XalanDocumentFragment &value, MemoryManager &theManager)
Construct an XResultTreeFrag object from a result tree fragment.
virtual bool boolean(XPathExecutionContext &executionContext) const
Cast result object to a boolean.
virtual double stringLength(XPathExecutionContext &executionContext) const
Get the length of the string value of the instance.
virtual double num() const
Cast result object to a number.
The purpose of this class is to provide a way to get the "preferred" or closest matching type for XOb...
virtual void str(XPathExecutionContext &executionContext, XalanDOMString &theBuffer) const
Append the string value directly a string.
virtual const XalanDOMString & str(XPathExecutionContext &executionContext) const
Cast result object to a string.
XalanDocumentFragment * release()
Release the ResultTreeFrag held by the instance.
virtual void str(XPathExecutionContext &executionContext, FormatterListener &formatterListener, MemberFunctionPtr function) const
Send the string value to a FormatterListener instance.
virtual double num(XPathExecutionContext &executionContext) const
Cast result object to a number.
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.
|
|