Unicorn XML Toolkit
Version 1.00.00

Namespace Xslt
Class CSortAttributes

class CSortAttributes {
public:
    enum {
        dataTypeText,
        dataTypeNumber,
        dataTypeOther
        };
    enum {
        orderAscending,
        orderDescending
        };
    enum {
        caseOrderUndefined,
        caseOrderUpperFirst,
        caseOrderLowerFirst
        };
public:
    CString m_strLang;
    int m_nDataType;
    CString m_strDataTypeNamespacePrefix;
    CString m_strDataTypeLocalName;
    int m_nOrder;
    int m_nCaseOrder;
    };

The set of sort attributes.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
Data Summary
CString m_strLang ;
����������The language code.
int m_nDataType ;
����������The data type code.
CString m_strDataTypeNamespacePrefix ;
����������The data type namespace prefix for non-standard data types.
CString m_strDataTypeLocalName ;
����������The data type local name for non-standard data types.
int m_nOrder ;
����������The sort order code.
int m_nCaseOrder ;
����������The sort case order code.

Data Detail

m_strLang

CString m_strLang;

The language code.

m_nDataType

int m_nDataType;

The data type code.

Allowed values are CSortAttributes::dataTypeText , CSortAttributes::dataTypeNumber , and CSortAttributes::dataTypeOther .

m_strDataTypeNamespacePrefix

CString m_strDataTypeNamespacePrefix;

The data type namespace prefix for non-standard data types.

m_strDataTypeLocalName

CString m_strDataTypeLocalName;

The data type local name for non-standard data types.

m_nOrder

int m_nOrder;

The sort order code.

Allowed values are CSortAttributes::sortAscending and CSortAttributes::sortDescending .

m_nCaseOrder

int m_nCaseOrder;

The sort case order code.

Allowed values are CSortAttributes::sortUndefined , CSortAttributes::sortUpperFirst , and CSortAttributes::sortLowerFirst .


Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.