16 #if !defined(XALAN_ELEMTEMPLATE_HEADER_GUARD)
17 #define XALAN_ELEMTEMPLATE_HEADER_GUARD
33 XALAN_CPP_NAMESPACE_BEGIN
87 return m_matchPattern;
113 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
141 getXPath(
unsigned int index = 0)
const;
157 const XPath* m_matchPattern;
167 XALAN_CPP_NAMESPACE_END
171 #endif // XALAN_ELEMTEMPLATE_HEADER_GUARD
Definition: XalanNode.hpp:44
Definition: ElemTemplate.hpp:41
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
Definition: AttributeListImpl.hpp:39
virtual void addToStylesheet(StylesheetConstructionContext &constructionContext, Stylesheet &theStylesheet)
Called during compilation when an instance is not parented by another element, and thus...
Definition: ElemTemplateElement.hpp:74
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
Definition: StylesheetExecutionContext.hpp:104
ElemTemplateElement ParentType
Definition: ElemTemplate.hpp:45
virtual const XPath * getXPath(unsigned int index=0) const
Get XPath pattern/expression of one of the element atribute.
ElemTemplate(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, int lineNumber, int columnNumber)
Construct an object corresponding to an "xsl:template" element.
virtual bool childTypeAllowed(int xslToken) const
Given an xsl token type, determine whether or not a child of that type is allowed.
double getPriority() const
Retrieve the priority of element.
Definition: ElemTemplate.hpp:96
virtual void executeChildren(StylesheetExecutionContext &executionContext) const
Execute the children of this element.
virtual const ElemTemplateElement * getInvoker(StylesheetExecutionContext &executionContext) const
Returns the element that invoked this element.
virtual const XalanQName & getNameAttribute() const
Get the QName associated with any name attribute of this element.
Definition: XalanDOMString.hpp:42
const XPath * getMatchPattern() const
Retrieve the match pattern.
Definition: ElemTemplate.hpp:85
Definition: StylesheetConstructionContext.hpp:73
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
This class represents the base stylesheet or an "import" stylesheet.
Definition: Stylesheet.hpp:84
Class to represent a qualified name: "The name of an internal XSLT object, specifically a named templ...
Definition: XalanQName.hpp:68
const XalanQName & getMode() const
Retrieve the mode of element.
Definition: ElemTemplate.hpp:72