18#if !defined(XALAN_ELEMSORT_HEADER_GUARD)
19#define XALAN_ELEMSORT_HEADER_GUARD
108 return m_caseOrderAVT;
119 return m_dataTypeAVT;
130 return m_selectPattern;
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;
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
Class to hold an Attribute Value Template.
const AVT * getDataTypeAVT() const
Retrieve the data type attribute value template(AVT)
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
ElemSort(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
Construct an object corresponding to an "xsl:sort" element.
virtual const XPath * getXPath(XalanSize_t index=0) const
Get XPath pattern/expression of one of the element atribute.
const XPath * getSelectPattern() const
Retrieve the select pattern.
const AVT * getOrderAVT() const
Retrieve the order attribute value template(AVT)
const AVT * getCaseOrderAVT() const
Retrieve the case-order attribute value template(AVT)
const AVT * getLangAVT() const
Retrieve the language 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.
xercesc::AttributeList AttributeListType