Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XALAN_ELEMTEMPLATE_HEADER_GUARD)
19 #define XALAN_ELEMTEMPLATE_HEADER_GUARD
35 XALAN_CPP_NAMESPACE_BEGIN
62 XalanFileLoc lineNumber,
63 XalanFileLoc columnNumber);
89 return m_matchPattern;
115 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
159 const XPath* m_matchPattern;
169 XALAN_CPP_NAMESPACE_END
173 #endif // XALAN_ELEMTEMPLATE_HEADER_GUARD
const XPath * getMatchPattern() const
Retrieve the match pattern.
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
virtual void executeChildren(StylesheetExecutionContext &executionContext) const
Execute the children of this element.
virtual bool childTypeAllowed(int xslToken) const
Given an xsl token type, determine whether or not a child of that type is allowed.
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 void addToStylesheet(StylesheetConstructionContext &constructionContext, Stylesheet &theStylesheet)
Called during compilation when an instance is not parented by another element, and thus,...
double getPriority() const
Retrieve the priority of element.
virtual const ElemTemplateElement * getInvoker(StylesheetExecutionContext &executionContext) const
Returns the element that invoked this element.
virtual const XPath * getXPath(XalanSize_t index) const
Get XPath pattern/expression of one of the element atribute.
ElemTemplateElement ParentType
Class to represent a qualified name.
virtual const XalanQName & getNameAttribute() const
Get the QName associated with any name attribute of this element.
const XalanQName & getMode() const
Retrieve the mode of element.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
ElemTemplate(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:template" element.
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.
|
|