18#if !defined(XALAN_FALLBACK_HEADER_GUARD)
19#define XALAN_FALLBACK_HEADER_GUARD
56 XalanFileLoc lineNumber,
57 XalanFileLoc columnNumber);
67#if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
#define XALAN_CPP_NAMESPACE
ElemFallback(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an xsl:fallback element.
virtual const ElemTemplateElement * getFirstChildElemToExecute(StylesheetExecutionContext &executionContext) const
Returns the first sub-element (i.e.
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.
ElemTemplateElement ParentType
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
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.
xercesc::AttributeList AttributeListType