Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Public Types | Static Public Member Functions | Static Public Attributes | List of all members
XalanXMLChar Struct Reference

Public Types

enum  eType {
  XML_XX = 0, XML_BC = 1, XML_ID = 2, XML_EX = 3,
  XML_DI = 4, XML_CC = 5, XML_WS = 6
}

Static Public Member Functions

static bool isBaseChar (XalanDOMChar c)
static bool isIdeographic (XalanDOMChar c)
static bool isExtender (XalanDOMChar c)
static bool isDigit (XalanDOMChar c)
static bool isCombiningChar (XalanDOMChar c)
static bool isWhitespace (XalanDOMChar c)
static bool isLetter (XalanDOMChar c)

Static Public Attributes

static const char theUnicodeTable []

Member Enumeration Documentation

Enumerator:
XML_XX 
XML_BC 
XML_ID 
XML_EX 
XML_DI 
XML_CC 
XML_WS 

Member Function Documentation

static bool XalanXMLChar::isBaseChar ( XalanDOMChar  c)
static
static bool XalanXMLChar::isCombiningChar ( XalanDOMChar  c)
static
static bool XalanXMLChar::isDigit ( XalanDOMChar  c)
static
static bool XalanXMLChar::isExtender ( XalanDOMChar  c)
static
static bool XalanXMLChar::isIdeographic ( XalanDOMChar  c)
static
static bool XalanXMLChar::isLetter ( XalanDOMChar  c)
static
static bool XalanXMLChar::isWhitespace ( XalanDOMChar  c)
static

Member Data Documentation

const char XalanXMLChar::theUnicodeTable[]
static

The documentation for this struct was generated from the following file:

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

dot

Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.

Apache Logo