18 #if !defined(XALAN_ELEMCHOOSE_HEADER_GUARD) 19 #define XALAN_ELEMCHOOSE_HEADER_GUARD 33 XALAN_CPP_NAMESPACE_BEGIN
54 XalanFileLoc lineNumber,
55 XalanFileLoc columnNumber);
63 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION) 85 XALAN_CPP_NAMESPACE_END
89 #endif // XALAN_ELEMCHOOSE_HEADER_GUARD
virtual const ElemTemplateElement * getNextChildElemToExecute(StylesheetExecutionContext &executionContext, const ElemTemplateElement *currentElem) const
Returns the next sub-element (i.e.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
virtual bool childTypeAllowed(int xslToken) const
Given an xsl token type, determine whether or not a child of that type is allowed.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
ElemChoose(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:choose" element.
This class represents the base stylesheet or an "import" stylesheet.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.