18#if !defined(XALAN_ELEMFORWARDCOMPATIBLE_HEADER_GUARD)
19#define XALAN_ELEMFORWARDCOMPATIBLE_HEADER_GUARD
77#if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
virtual ~ElemForwardCompatible()
virtual bool executeChildElement(StylesheetExecutionContext &executionContext, const ElemTemplateElement *element) const
Filters sub-elements that should be executed.
static ElemForwardCompatible * create(MemoryManager &theManager, StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const XalanDOMChar *name, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
ElemForwardCompatible(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const XalanDOMChar *name, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an unknown XSLT element for forward-compatible processing.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
This class represents the base stylesheet or an "import" stylesheet.
xercesc::AttributeList AttributeListType