List of all members.
Classes
Public Types
Public Member Functions
Static Public Member Functions
Protected Member Functions
Protected Attributes
Member Typedef Documentation
Constructor & Destructor Documentation
XalanFormatterWriter::XalanFormatterWriter |
( |
Writer & |
theWriter, |
|
|
MemoryManager & |
theMemoryManager |
|
) |
| |
virtual XalanFormatterWriter::~XalanFormatterWriter |
( |
| ) |
[virtual] |
Member Function Documentation
static unsigned int XalanFormatterWriter::decodeUTF16SurrogatePair |
( |
XalanDOMChar |
theHighSurrogate, |
|
|
XalanDOMChar |
theLowSurrogate, |
|
|
MemoryManager & |
theManager |
|
) |
| [static] |
void XalanFormatterWriter::flushWriter |
( |
| ) |
|
const XalanDOMString& XalanFormatterWriter::formatNumericCharacterReference |
( |
unsigned int |
theNumber | ) |
[protected] |
Format a code point as a numeric character reference.
- Parameters:
-
theChar | A Unicode code point. |
Writer* XalanFormatterWriter::getWriter |
( |
| ) |
const |
static bool XalanFormatterWriter::isUTF16HighSurrogate |
( |
XalanDOMChar |
theChar | ) |
[static] |
static bool XalanFormatterWriter::isUTF16LowSurrogate |
( |
XalanDOMChar |
theChar | ) |
[static] |
static void XalanFormatterWriter::throwInvalidCharacterException |
( |
unsigned int |
ch, |
|
|
MemoryManager & |
theManager |
|
) |
| [static] |
static void XalanFormatterWriter::throwInvalidUTF16SurrogateException |
( |
XalanDOMChar |
ch, |
|
|
XalanDOMChar |
next, |
|
|
MemoryManagerType & |
theManager |
|
) |
| [static] |
Member Data Documentation
The MemoryManager instance to use for any dynamically- allocated memory.
The string of characters that represents the newline.
The length of the the string of characters that represents the newline.
The documentation for this class was generated from the following file: