Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XALAN_ELEMAPPLYTEMPLATES_HEADER_GUARD)
19 #define XALAN_ELEMAPPLYTEMPLATES_HEADER_GUARD
31 XALAN_CPP_NAMESPACE_BEGIN
58 XalanFileLoc lineNumber,
59 XalanFileLoc columnNumber);
69 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
96 #if !defined(XALAN_RECURSIVE_STYLESHEET_EXECUTION)
107 using ParentType::transformChild;
110 selectAndSortChildren(
114 int selectStackFrameIndex)
const;
124 XALAN_CPP_NAMESPACE_END
128 #endif // XALAN_ELEMAPPLYTEMPLATES_HEADER_GUARD
virtual ~ElemApplyTemplates()
This class can sort vectors of nodes according to a select pattern.
ElemApplyTemplates(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:apply-template" element.
virtual const ElemTemplateElement * startElement(StylesheetExecutionContext &executionContext) const
Completes "pre-processing" before any sub-elements are invoked (i.e.
const ElemTemplateElement * findNextTemplateToExecute(StylesheetExecutionContext &executionContext) const
This class represents the base stylesheet or an "import" stylesheet.
virtual void execute(StylesheetExecutionContext &executionContext) const
Execute the element.
virtual const ElemTemplateElement * getNextChildElemToExecute(StylesheetExecutionContext &executionContext, const ElemTemplateElement *currentElem) const
Returns the next sub-element (i.e.
virtual bool childTypeAllowed(int xslToken) const
Given an xsl token type, determine whether or not a child of that type is allowed.
Class to represent a qualified name.
virtual void endElement(StylesheetExecutionContext &executionContext) const
Completes "post-processing" afer any sub-elements are invoked (i.e.
virtual const ElemTemplateElement * getFirstChildElemToExecute(StylesheetExecutionContext &executionContext) const
Returns the first sub-element (i.e.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
virtual const XalanDOMString & getElementName() const
Get a string for the name of the 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.
|
|