|
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XMLFormatter Class ReferenceThis class provides the basic formatting capabilities that are required to turn the Unicode based XML data from the parsers into a form that can be used on non-Unicode based systems, i.e.
More...
#include <XMLFormatter.hpp>
Collaboration diagram for XMLFormatter:
List of all members. Public Types
Public Methods
Detailed Description
This class provides the basic formatting capabilities that are required to turn the Unicode based XML data from the parsers into a form that can be used on non-Unicode based systems, i.e.
into local or generic text
encodings.
A number of flags are provided to control whether various optional
formatting operations are performed.
Member Enumeration Documentation
enum XMLFormatter::EscapeFlags |
|
enum XMLFormatter::UnRepFlags |
|
Constructor & Destructor Documentation
XMLFormatter::~XMLFormatter () |
|
Member Function Documentation
void XMLFormatter::formatBuf (
|
const XMLCh * const toFormat, |
|
const unsigned int count, |
|
const EscapeFlags escapeFlags = DefaultEscape, |
|
const UnRepFlags unrepFlags = DefaultUnRep) |
|
const XMLCh * XMLFormatter::getEncodingName () const |
|
XMLFormatter & XMLFormatter::operator<< (
|
const UnRepFlags newFlags) |
|
XMLFormatter & XMLFormatter::operator<< (
|
const EscapeFlags newFlags) |
|
XMLFormatter& XMLFormatter::operator<< (
|
const XMLCh toFormat) |
|
XMLFormatter& XMLFormatter::operator<< (
|
const XMLCh * const toFormat) |
|
void XMLFormatter::setEscapeFlags (
|
const EscapeFlags newFlags) |
|
void XMLFormatter::setUnRepFlags (
|
const UnRepFlags newFlags) |
|
The documentation for this class was generated from the following file:
|