18#if !defined(XALAN_ELEMMESSAGE_HEADER_GUARD)
19#define XALAN_ELEMMESSAGE_HEADER_GUARD
56 XalanFileLoc lineNumber,
57 XalanFileLoc columnNumber);
64#if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
86 MemoryManager& theManager,
88 const Locator* theLocator);
93 virtual const XalanDOMChar*
101 static const XalanDOMChar m_type[];
#define XALAN_CPP_NAMESPACE
virtual ~ElemMessageTerminateException()
ElemMessageTerminateException(MemoryManager &theManager, const XalanDOMString &theMessage, const Locator *theLocator)
Construct an ElemMessageTerminateException object.
virtual const XalanDOMChar * getType() const
Retrieve type of exception.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
ElemMessage(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:message" element.
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
ElemTemplateElement(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, XalanFileLoc lineNumber, XalanFileLoc columnNumber, int xslToken)
Construct a template element instance.
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
This class represents the base stylesheet or an "import" stylesheet.
XSLTProcessorException(MemoryManager &theManager, const XalanDOMString &theMessage, const Locator *theLocator)
Construct an XSLT Processor exception object.
xercesc::AttributeList AttributeListType