 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XALAN_ELEMCALLTEMPLATE_HEADER_GUARD)
19 #define XALAN_ELEMCALLTEMPLATE_HEADER_GUARD
58 XalanFileLoc lineNumber,
59 XalanFileLoc columnNumber);
69 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
124 #endif // XALAN_ELEMCALLTEMPLATE_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
const ElemTemplate * getTemplate() const
virtual const ElemTemplateElement * getFirstChildElemToExecute(StylesheetExecutionContext &executionContext) const
Returns the first sub-element (i.e.
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
virtual bool childTypeAllowed(int xslToken) const
Given an xsl token type, determine whether or not a child of that type is allowed.
virtual const ElemTemplateElement * getNextChildElemToExecute(StylesheetExecutionContext &executionContext, const ElemTemplateElement *currentElem) const
Returns the next sub-element (i.e.
virtual ~ElemCallTemplate()
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
ElemCallTemplate(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:call-template" element.
This class represents the base stylesheet or an "import" stylesheet.
Class to represent a qualified name.
virtual void postConstruction(StylesheetConstructionContext &constructionContext, const NamespacesHandler &theParentHandler)
Called after construction is completed.