18 #if !defined(XALAN_ELEMFORWARDCOMPATIBLE_HEADER_GUARD) 19 #define XALAN_ELEMFORWARDCOMPATIBLE_HEADER_GUARD 32 XALAN_CPP_NAMESPACE_BEGIN
54 const XalanDOMChar* name,
56 XalanFileLoc lineNumber,
57 XalanFileLoc columnNumber);
61 MemoryManager& theManager,
64 const XalanDOMChar* name,
66 XalanFileLoc lineNumber,
67 XalanFileLoc columnNumber);
77 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION) 104 XALAN_CPP_NAMESPACE_END
108 #endif // XALAN_ELEMFORWARDCOMPATIBLE_HEADER_GUARD virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
virtual ~ElemForwardCompatible()
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...
static ElemForwardCompatible * create(MemoryManager &theManager, StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const XalanDOMChar *name, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
virtual bool executeChildElement(StylesheetExecutionContext &executionContext, const ElemTemplateElement *element) const
Filters sub-elements that should be executed.
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.