16 #if !defined(XALAN_ELEMFORWARDCOMPATIBLE_HEADER_GUARD)
17 #define XALAN_ELEMFORWARDCOMPATIBLE_HEADER_GUARD
30 XALAN_CPP_NAMESPACE_BEGIN
52 const XalanDOMChar* name,
62 const XalanDOMChar* name,
74 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
101 XALAN_CPP_NAMESPACE_END
105 #endif // XALAN_ELEMFORWARDCOMPATIBLE_HEADER_GUARD
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
Definition: AttributeListImpl.hpp:39
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
virtual ~ElemForwardCompatible()
Definition: ElemTemplateElement.hpp:74
virtual bool executeChildElement(StylesheetExecutionContext &executionContext, const ElemTemplateElement *element) const
Filters sub-elements that should be executed.
Definition: StylesheetExecutionContext.hpp:104
Definition: ElemForwardCompatible.hpp:34
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
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
ElemForwardCompatible(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const XalanDOMChar *name, const AttributeListType &atts, int lineNumber, int columnNumber)
Construct an object corresponding to an unknown XSLT element for forward-compatible processing...
static ElemForwardCompatible * create(MemoryManagerType &theManager, StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const XalanDOMChar *name, const AttributeListType &atts, int lineNumber, int columnNumber)
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.