18 #if !defined(XALAN_ELEMPI_HEADER_GUARD) 19 #define XALAN_ELEMPI_HEADER_GUARD 33 XALAN_CPP_NAMESPACE_BEGIN
59 XalanFileLoc lineNumber,
60 XalanFileLoc columnNumber);
70 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION) 93 XALAN_CPP_NAMESPACE_END
97 #endif // XALAN_ELEMPI_HEADER_GUARD virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
virtual bool childTypeAllowed(int xslToken) const
Given an xsl token type, determine whether or not a child of that type is allowed.
Class to hold an Attribute Value Template.
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
This class represents the base stylesheet or an "import" stylesheet.
ElemPI(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:processing-instruction" element.