OpenADFortTk (basic)
xaif2whirl::XercesStrX Class Reference

#include <XercesStrX.h>

List of all members.

Public Member Functions

 XercesStrX (const XMLCh *const toTranscode)
 ~XercesStrX ()
const char * c_str () const

Static Public Member Functions

static void DumpXMLStr (std::ostream &os, const XMLCh *const xmlstr)
static void DDumpXMLStr (const XMLCh *const xmlstr)

Private Attributes

char * local

Detailed Description

A class for transcoding of XMLCh data to local code page. Based on samples/SAX2Print/Sax2Print.hpp within Xerces-C++

Definition at line 18 of file XercesStrX.h.


Constructor & Destructor Documentation

xaif2whirl::XercesStrX::XercesStrX ( const XMLCh *const  toTranscode) [inline]

Note: toTranscode can be NULL.

Definition at line 24 of file XercesStrX.h.

References local.

Definition at line 28 of file XercesStrX.h.

References local.


Member Function Documentation

void xaif2whirl::XercesStrX::DDumpXMLStr ( const XMLCh *const  xmlstr) [static]

Definition at line 18 of file XercesStrX.cxx.

References DumpXMLStr().

Here is the call graph for this function:

void xaif2whirl::XercesStrX::DumpXMLStr ( std::ostream &  os,
const XMLCh *const  xmlstr 
) [static]

Definition at line 11 of file XercesStrX.cxx.

References c_str().

Referenced by DDumpXMLStr(), and xaif2whirl::operator<<().

Here is the call graph for this function:


Member Data Documentation

Definition at line 37 of file XercesStrX.h.

Referenced by c_str(), XercesStrX(), and ~XercesStrX().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines