16 #if !defined(XALAN_ELEMMESSAGE_HEADER_GUARD)
17 #define XALAN_ELEMMESSAGE_HEADER_GUARD
32 XALAN_CPP_NAMESPACE_BEGIN
62 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
101 virtual const XalanDOMChar*
109 static const XalanDOMChar m_type[];
119 XALAN_CPP_NAMESPACE_END
123 #endif // XALAN_ELEMMESSAGE_HEADER_GUARD
ElemMessageTerminateException(MemoryManagerType &theManager, const XalanDOMString &theMessage)
Construct an ElemMessageTerminateException object.
virtual ~ElemMessageTerminateException()
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
Definition: AttributeListImpl.hpp:39
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
Definition: ElemTemplateElement.hpp:74
Definition: StylesheetExecutionContext.hpp:104
Definition: XSLTProcessorException.hpp:35
Definition: ElemMessage.hpp:73
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
Definition: ElemMessage.hpp:36
virtual const XalanDOMChar * getType() const
Retrieve type of exception.
Definition: ElemMessage.hpp:102
ElemMessage(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, int lineNumber, int 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.
Definition: XalanDOMString.hpp:42
Definition: StylesheetConstructionContext.hpp:73
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
This class represents the base stylesheet or an "import" stylesheet.
Definition: Stylesheet.hpp:84