19 #if !defined(XALAN_XSLTPROCESSOR_HEADER_GUARD) 20 #define XALAN_XSLTPROCESSOR_HEADER_GUARD 37 XALAN_DECLARE_XERCES_CLASS(Locator)
41 XALAN_CPP_NAMESPACE_BEGIN
104 const Locator* locator,
202 getStylesheetRoot()
const = 0;
233 getXMLParserLiaison()
const = 0;
274 clearStylesheetParams() = 0;
282 getFormatterListener()
const = 0;
298 getTraceListeners()
const = 0;
346 getTraceSelects()
const = 0;
361 const XPath* xpath)
const = 0;
372 setQuietConflictWarnings(
bool b) = 0;
388 XALAN_CPP_NAMESPACE_END
392 #endif // XALAN_XSLTPROCESSOR_HEADER_GUARD
This acts as the stylesheet root of the stylesheet tree, and holds values that are shared by all styl...
Class to hold XObjectPtr return types.
This is the class for events generated by the XSL processor after it generates a new node in the resu...
Local implementation of NodeRefList.
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.
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.
This is the parent class of events generated for tracing the progress of the XSL processor.
#define XALAN_XSLT_EXPORT
This is an interface for an XSLT Processor engine.
XALAN_CPP_NAMESPACE_BEGIN XALAN_USING_XERCES(Locator)