16 #if !defined(XALAN_ELEMSORT_HEADER_GUARD)
17 #define XALAN_ELEMSORT_HEADER_GUARD
36 XALAN_CPP_NAMESPACE_BEGIN
106 return m_caseOrderAVT;
117 return m_dataTypeAVT;
128 return m_selectPattern;
135 getXPath(
unsigned int index = 0)
const;
139 const XPath* m_selectPattern;
141 const AVT* m_langAVT;
142 const AVT* m_dataTypeAVT;
143 const AVT* m_orderAVT;
144 const AVT* m_caseOrderAVT;
149 XALAN_CPP_NAMESPACE_END
153 #endif // XALAN_ELEMSORT_HEADER_GUARD
virtual const XPath * getXPath(unsigned int index=0) const
Get XPath pattern/expression of one of the element atribute.
Definition: ElemSort.hpp:45
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
Definition: AttributeListImpl.hpp:39
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
Definition: ElemTemplateElement.hpp:74
ElemSort(StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, int lineNumber, int columnNumber)
Construct an object corresponding to an "xsl:sort" element.
const AVT * getLangAVT() const
Retrieve the language attribute value template(AVT)
Definition: ElemSort.hpp:82
Class to hold an Attribute Value Template.
Definition: AVT.hpp:52
virtual const XalanDOMString & getElementName() const
Get a string for the name of the element.
const AVT * getDataTypeAVT() const
Retrieve the data type attribute value template(AVT)
Definition: ElemSort.hpp:115
const XPath * getSelectPattern() const
Retrieve the select pattern.
Definition: ElemSort.hpp:126
const AVT * getCaseOrderAVT() const
Retrieve the case-order attribute value template(AVT)
Definition: ElemSort.hpp:104
Definition: XalanDOMString.hpp:42
Definition: StylesheetConstructionContext.hpp:73
This class represents the base stylesheet or an "import" stylesheet.
Definition: Stylesheet.hpp:84
const AVT * getOrderAVT() const
Retrieve the order attribute value template(AVT)
Definition: ElemSort.hpp:93
static ElemSort * create(MemoryManagerType &theManager, StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, int lineNumber, int columnNumber)