|
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XALAN_ELEMSORT_HEADER_GUARD)
19 #define XALAN_ELEMSORT_HEADER_GUARD
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;
134 getElementName()
const;
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;
155 #endif // XALAN_ELEMSORT_HEADER_GUARD
const AVT * getLangAVT() const
Retrieve the language attribute value template(AVT)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
xercesc::AttributeList AttributeListType
const AVT * getOrderAVT() const
Retrieve the order attribute value template(AVT)
const AVT * getDataTypeAVT() const
Retrieve the data type attribute value template(AVT)
const AVT * getCaseOrderAVT() const
Retrieve the case-order attribute value template(AVT)
const XPath * getSelectPattern() const
Retrieve the select pattern.
This class represents the base stylesheet or an "import" stylesheet.
Class to hold an Attribute Value Template.