Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XALAN_ELEMSORT_HEADER_GUARD)
19 #define XALAN_ELEMSORT_HEADER_GUARD
38 XALAN_CPP_NAMESPACE_BEGIN
64 XalanFileLoc lineNumber,
65 XalanFileLoc columnNumber);
69 MemoryManager& theManager,
73 XalanFileLoc lineNumber,
74 XalanFileLoc columnNumber);
108 return m_caseOrderAVT;
119 return m_dataTypeAVT;
130 return m_selectPattern;
137 getXPath(XalanSize_t index = 0)
const;
141 const XPath* m_selectPattern;
143 const AVT* m_langAVT;
144 const AVT* m_dataTypeAVT;
145 const AVT* m_orderAVT;
146 const AVT* m_caseOrderAVT;
151 XALAN_CPP_NAMESPACE_END
155 #endif // XALAN_ELEMSORT_HEADER_GUARD
const AVT * getOrderAVT() const
Retrieve the order attribute value template(AVT)
static ElemSort * create(MemoryManager &theManager, StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
This class represents the base stylesheet or an "import" stylesheet.
Class to hold an Attribute Value Template.
virtual const XPath * getXPath(XalanSize_t index=0) const
Get XPath pattern/expression of one of the element atribute.
const AVT * getDataTypeAVT() const
Retrieve the data type attribute value template(AVT)
ElemSort(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:sort" element.
const AVT * getCaseOrderAVT() const
Retrieve the case-order attribute value template(AVT)
const AVT * getLangAVT() const
Retrieve the language attribute value template(AVT)
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
const XPath * getSelectPattern() const
Retrieve the select pattern.
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
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.
|
|