Xalan-C++ API Documentation
Go to the documentation of this file.
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
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 bool executeChildElement(StylesheetExecutionContext &executionContext, const ElemTemplateElement *element) const
Filters sub-elements that should be executed.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
This class represents the base stylesheet or an "import" stylesheet.
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
virtual ~ElemForwardCompatible()
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
static ElemForwardCompatible * create(MemoryManager &theManager, StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const XalanDOMChar *name, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Interpreting class diagrams
Doxygen and
GraphViz are
used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|