 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XPATHENVSUPPORT_HEADER_GUARD_1357924680)
19 #define XPATHENVSUPPORT_HEADER_GUARD_1357924680
36 namespace XERCES_CPP_NAMESPACE
47 class NodeRefListBase;
50 class XPathExecutionContext;
80 const Locator* locator,
103 MemoryManager& theManager,
106 ErrorHandler* theErrorHandler = 0) = 0;
181 const Locator* locator)
const = 0;
207 #endif // XPATHENVSUPPORT_HEADER_GUARD_1357924680
virtual void problem(eSource source, eClassification classification, const XalanDOMString &msg, const Locator *locator, const XalanNode *sourceNode)=0
Function that is called when a problem event occurs.
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
virtual void problem(eSource source, eClassification classification, const XalanDOMString &msg, const XalanNode *sourceNode)=0
Function that is called when a problem event occurs.
virtual bool elementAvailable(const XalanDOMString &theNamespace, const XalanDOMString &elementName) const =0
Determine if an external element is available.
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
virtual XalanDocument * getSourceDocument(const XalanDOMString &theURI) const =0
Get the source document for the given URI.
#define XALAN_XPATH_EXPORT
Class to hold XObjectPtr return types.
Function::XObjectArgVectorType XObjectArgVectorType
virtual bool functionAvailable(const XalanDOMString &theNamespace, const XalanDOMString &functionName) const =0
Determine if a function is available.
virtual void reset()=0
Reset the instance.
virtual XalanDocument * parseXML(MemoryManager &theManager, const XalanDOMString &urlString, const XalanDOMString &base, ErrorHandler *theErrorHandler=0)=0
Provides support for XML parsing service.
virtual ~XPathEnvSupport()
virtual void setSourceDocument(const XalanDOMString &theURI, XalanDocument *theDocument)=0
Associate a document with a given URI.
virtual const XalanDOMString & findURIFromDoc(const XalanDocument *owner) const =0
Given a DOM Document, tell what URI was used to parse it.
xercesc::Locator LocatorType
This is the abstract class that is used when reporting a problem some kind, that requires a message,...
virtual XObjectPtr extFunction(XPathExecutionContext &executionContext, const XalanDOMString &theNamespace, const XalanDOMString &functionName, XalanNode *context, const XObjectArgVectorType &argVec, const Locator *locator) const =0
Handle an extension function.