#include <ElemCallTemplate.hpp>
Inherits ElemTemplateElement.
Definition at line 41 of file ElemCallTemplate.hpp.
ElemCallTemplate::ElemCallTemplate | ( | StylesheetConstructionContext & | constructionContext, | |
Stylesheet & | stylesheetTree, | |||
const AttributeListType & | atts, | |||
XalanFileLoc | lineNumber, | |||
XalanFileLoc | columnNumber | |||
) |
Construct an object corresponding to an "xsl:call-template" element.
constructionContext | context for construction of object | |
stylesheetTree | stylesheet containing element | |
atts | list of attributes for element | |
lineNumber | line number in document | |
columnNumber | column number in document |
virtual ElemCallTemplate::~ElemCallTemplate | ( | ) | [virtual] |
virtual bool ElemCallTemplate::childTypeAllowed | ( | int | xslToken | ) | const [protected, virtual] |
Given an xsl token type, determine whether or not a child of that type is allowed.
This is so derived types can determine whether a particular type of child is allowed for the instance. It is called from appendChildElem().
The default is to allow no types (no children)
xslToken | The xsl token value of the child. |
Reimplemented from ElemTemplateElement.
virtual void ElemCallTemplate::endElement | ( | StylesheetExecutionContext & | executionContext | ) | const [virtual] |
Completes "post-processing" afer any sub-elements are invoked (i.e.
children, attribute sets and templates). If there are no sub-elements it does nothing
executionContext | context to execute this element |
Reimplemented from ElemTemplateElement.
virtual const XalanDOMString& ElemCallTemplate::getElementName | ( | ) | const [virtual] |
Get a string for the name of the element.
Useful for debugging purposes, and error reporting.
Implements ElemTemplateElement.
virtual const ElemTemplateElement* ElemCallTemplate::getFirstChildElemToExecute | ( | StylesheetExecutionContext & | executionContext | ) | const [virtual] |
Returns the first sub-element (i.e.
children, attribute-sets, templates) to execute.
executionContext | context to execute element |
Reimplemented from ElemTemplateElement.
virtual const ElemTemplateElement* ElemCallTemplate::getNextChildElemToExecute | ( | StylesheetExecutionContext & | executionContext, | |
const ElemTemplateElement * | currentElem | |||
) | const [virtual] |
Returns the next sub-element (i.e.
children, attribute-sets, templates) to execute.
executionContext | context to execute element | |
currentElem | the last sub-element to be executed |
Reimplemented from ElemTemplateElement.
const ElemTemplate* ElemCallTemplate::getTemplate | ( | ) | const [inline] |
Definition at line 94 of file ElemCallTemplate.hpp.
virtual void ElemCallTemplate::postConstruction | ( | StylesheetConstructionContext & | constructionContext, | |
const NamespacesHandler & | theParentHandler | |||
) | [virtual] |
Called after construction is completed.
Reimplemented from ElemTemplateElement.
virtual const ElemTemplateElement* ElemCallTemplate::startElement | ( | StylesheetExecutionContext & | executionContext | ) | const [virtual] |
Completes "pre-processing" before any sub-elements are invoked (i.e.
children, attribute sets and templates). If there are no sub-elements it executes the primary function of the element.
executionContext | context to execute this element |
Reimplemented from ElemTemplateElement.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|