 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XALAN_ELEMFORWARDCOMPATIBLE_HEADER_GUARD)
19 #define XALAN_ELEMFORWARDCOMPATIBLE_HEADER_GUARD
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)
108 #endif // XALAN_ELEMFORWARDCOMPATIBLE_HEADER_GUARD
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
xercesc::AttributeList AttributeListType
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.
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.
This class represents the base stylesheet or an "import" stylesheet.
virtual ~ElemForwardCompatible()