Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XPATHENVSUPPORT_HEADER_GUARD_1357924680)
19 #define XPATHENVSUPPORT_HEADER_GUARD_1357924680
36 XALAN_DECLARE_XERCES_CLASS(Locator)
40 XALAN_CPP_NAMESPACE_BEGIN
77 const Locator* locator,
100 MemoryManager& theManager,
103 ErrorHandler* theErrorHandler = 0) = 0;
178 const Locator* locator)
const = 0;
200 XALAN_CPP_NAMESPACE_END
204 #endif // XPATHENVSUPPORT_HEADER_GUARD_1357924680
virtual XalanDocument * parseXML(MemoryManager &theManager, const XalanDOMString &urlString, const XalanDOMString &base, ErrorHandler *theErrorHandler=0)=0
Provides support for XML parsing service.
virtual void setSourceDocument(const XalanDOMString &theURI, XalanDocument *theDocument)=0
Associate a document with a given URI.
virtual bool elementAvailable(const XalanDOMString &theNamespace, const XalanDOMString &elementName) const =0
Determine if an external element is available.
This is the abstract class that is used when reporting a problem some kind, that requires a message,...
This class defines an interface for classes that resolve namespace prefixes to their URIs.
Class to hold XPath return types.
virtual bool functionAvailable(const XalanDOMString &theNamespace, const XalanDOMString &functionName) const =0
Determine if a function is available.
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.
bool operator==(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)
virtual const XalanDOMString & findURIFromDoc(const XalanDocument *owner) const =0
Given a DOM Document, tell what URI was used to parse it.
#define XALAN_XPATH_EXPORT
virtual void problem(eSource source, eClassification classification, const XalanDOMString &msg, const XalanNode *sourceNode)=0
Function that is called when a problem event occurs.
virtual void reset()=0
Reset the instance.
This class handles the creation of XObjects and manages their lifetime.
virtual XalanDocument * getSourceDocument(const XalanDOMString &theURI) const =0
Get the source document for the given URI.
Function::XObjectArgVectorType XObjectArgVectorType
XERCES_CPP_NAMESPACE_QUALIFIER Locator LocatorType
Class to hold XObjectPtr return types.
Local implementation of NodeRefList.
Class to represent a qualified name.
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.
virtual ~XPathEnvSupport()
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.
|
|