http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Release Info

Installation
Download
Build

FAQs
Samples
API Docs

DOM C++ Binding
Programming
Migration Guide

Feedback
Bug-Reporting
PDF Document

CVS Repository
Mail Archive

API Docs for SAX and DOM
 

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XMLChar.hpp File Reference

Include dependency graph for XMLChar.hpp:

Include dependency graph

Go to the source code of this file.

Compounds

class  XMLChar1_0
class  XMLChar1_1

Defines

#define XMLCHAR_HPP

Variables

XERCES_CPP_NAMESPACE_BEGIN
const XMLByte 
gLetterCharMask = 0x1
const XMLByte gFirstNameCharMask = 0x2
const XMLByte gNameCharMask = 0x4
const XMLByte gPlainContentCharMask = 0x8
const XMLByte gSpecialStartTagCharMask = 0x10
const XMLByte gControlCharMask = 0x20
const XMLByte gXMLCharMask = 0x40
const XMLByte gWhitespaceCharMask = 0x80


Define Documentation

#define XMLCHAR_HPP
 


Variable Documentation

const XMLByte gControlCharMask = 0x20
 

const XMLByte gFirstNameCharMask = 0x2
 

XERCES_CPP_NAMESPACE_BEGIN const XMLByte gLetterCharMask = 0x1
 

const XMLByte gNameCharMask = 0x4
 

const XMLByte gPlainContentCharMask = 0x8
 

const XMLByte gSpecialStartTagCharMask = 0x10
 

const XMLByte gWhitespaceCharMask = 0x80
 

const XMLByte gXMLCharMask = 0x40
 



Copyright © 2004 The Apache Software Foundation. All Rights Reserved.