Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XOBJECT_TYPE_CALLBACK_HEADER_GUARD_1357924680)
19 #define XOBJECT_TYPE_CALLBACK_HEADER_GUARD_1357924680
34 XALAN_CPP_NAMESPACE_BEGIN
145 return m_executionContext;
163 XALAN_CPP_NAMESPACE_END
167 #endif // XOBJECT_TYPE_CALLBACK_HEADER_GUARD_1357924680
virtual ~XObjectTypeCallback()
Class to hold XPath return types.
virtual void ResultTreeFragment(const XObject &theXObject, XalanDocumentFragment &theValue)=0
Call back the XObject with a result tree fragment value.
virtual void Null(const XObject &theObject)=0
Call back the XObject with a null value.
#define XALAN_XPATH_EXPORT
XObjectTypeCallback(XPathExecutionContext &theExecutionContext)
virtual void Unknown(const XObject &theObject, const XalanDOMString &theName)=0
Call back the XObject with an unknown value.
XPathExecutionContext & getExecutionContext()
virtual void Number(const XObject &theXObject, double theValue)=0
Call back the XObject with a numeric value.
virtual void ResultTreeFragment(const XObject &theXObject, const XalanDocumentFragment &theValue)=0
Call back the XObject with a result tree fragment value.
Local implementation of NodeRefList.
virtual void NodeSet(const XObject &theXObject, const NodeRefListBase &theValue)=0
Call back the XObject with a node set value.
The purpose of this class is to provide a way to get the "preferred" or closest matching type for XOb...
virtual void Boolean(const XObject &theXObject, bool theValue)=0
Call back the XObject with a boolean value.
Local implementation of MutableNodeRefList.
virtual void String(const XObject &theXObject, const XalanDOMString &theValue)=0
Call back the XObject with a string value.
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.
|
|