Xalan-C++ API Reference  1.12.0
Classes | Namespaces | Functions
XalanUTF8Writer.hpp File Reference
#include <xalanc/XMLSupport/XalanFormatterWriter.hpp>
Include dependency graph for XalanUTF8Writer.hpp:

Go to the source code of this file.

Classes

class  xalanc::XalanUTF8Writer
 

Namespaces

 xalanc
 Simple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly.
 

Functions

char xalanc::bits19to21 (XalanUnicodeChar theChar)
 
char xalanc::bits13to18 (XalanUnicodeChar theChar)
 
char xalanc::bits13to16 (XalanUnicodeChar theChar)
 
char xalanc::bits7to12 (XalanUnicodeChar theChar)
 
char xalanc::bits7to11 (XalanUnicodeChar theChar)
 
char xalanc::bits1to6 (XalanUnicodeChar theChar)
 
char xalanc::leadingByteOf2 (char theBits)
 
char xalanc::leadingByteOf3 (char theBits)
 
char xalanc::leadingByteOf4 (char theBits)
 
char xalanc::trailingByte (char theBits)