16 #if !defined(XALAN_ELEMCHOOSE_HEADER_GUARD)
17 #define XALAN_ELEMCHOOSE_HEADER_GUARD
31 XALAN_CPP_NAMESPACE_BEGIN
61 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
83 XALAN_CPP_NAMESPACE_END
87 #endif // XALAN_ELEMCHOOSE_HEADER_GUARD
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
Definition: AttributeListImpl.hpp:39
ElemChoose(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, int lineNumber, int columnNumber)
Construct an object corresponding to an "xsl:choose" element.
Definition: ElemTemplateElement.hpp:74
Definition: StylesheetExecutionContext.hpp:104
Definition: ElemChoose.hpp:35
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
virtual const ElemTemplateElement * getNextChildElemToExecute(StylesheetExecutionContext &executionContext, const ElemTemplateElement *currentElem) const
Returns the next sub-element (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
virtual bool childTypeAllowed(int xslToken) const
Given an xsl token type, determine whether or not a child of that type is allowed.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.