Xalan-C++ API Reference  1.12.0
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
xalanc::XalanXMLChar Struct Reference

#include <xalanc/PlatformSupport/XalanXMLChar.hpp>

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 []
 

Detailed Description

Definition at line 32 of file XalanXMLChar.hpp.

Member Enumeration Documentation

◆ eType

Enumerator
XML_XX 
XML_BC 
XML_ID 
XML_EX 
XML_DI 
XML_CC 
XML_WS 

Definition at line 37 of file XalanXMLChar.hpp.

Member Function Documentation

◆ isBaseChar()

static bool xalanc::XalanXMLChar::isBaseChar ( XalanDOMChar  c)
inlinestatic

Definition at line 51 of file XalanXMLChar.hpp.

◆ isCombiningChar()

static bool xalanc::XalanXMLChar::isCombiningChar ( XalanDOMChar  c)
inlinestatic

Definition at line 75 of file XalanXMLChar.hpp.

◆ isDigit()

static bool xalanc::XalanXMLChar::isDigit ( XalanDOMChar  c)
inlinestatic

Definition at line 69 of file XalanXMLChar.hpp.

◆ isExtender()

static bool xalanc::XalanXMLChar::isExtender ( XalanDOMChar  c)
inlinestatic

Definition at line 63 of file XalanXMLChar.hpp.

◆ isIdeographic()

static bool xalanc::XalanXMLChar::isIdeographic ( XalanDOMChar  c)
inlinestatic

Definition at line 57 of file XalanXMLChar.hpp.

◆ isLetter()

static bool xalanc::XalanXMLChar::isLetter ( XalanDOMChar  c)
inlinestatic

Definition at line 87 of file XalanXMLChar.hpp.

◆ isWhitespace()

static bool xalanc::XalanXMLChar::isWhitespace ( XalanDOMChar  c)
inlinestatic

Definition at line 81 of file XalanXMLChar.hpp.

Member Data Documentation

◆ theUnicodeTable

const char xalanc::XalanXMLChar::theUnicodeTable[]
static

Definition at line 48 of file XalanXMLChar.hpp.


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