#include <StrX.h>
Public Types | |
typedef XERCES_CPP_NAMESPACE::XMLString | XMLString |
typedef XERCES_CPP_NAMESPACE::XMLString | XMLString |
Public Member Functions | |
const char * | localForm () const |
const char * | localForm () const |
StrX (const XMLCh *const toTranscode) | |
StrX (const XMLCh *const toTranscode) | |
StrX (const char *const toTranscode) | |
StrX (const std::string &toTranscode) | |
const XMLCh * | xmlChForm () const |
~StrX () | |
~StrX () | |
Private Attributes | |
char * | fLocalForm |
XMLCh * | fXMLChForm |
This is taken from the Examples of Apache Xerces C++ and modified.
typedef XERCES_CPP_NAMESPACE::XMLString StrX::XMLString |
typedef XERCES_CPP_NAMESPACE::XMLString StrX::XMLString |
|
inline |
Definition at line 39 of file StrX.h.
References fLocalForm, fXMLChForm, and XERCES_CPP_NAMESPACE_USE::transcode().
|
inline |
Definition at line 45 of file StrX.h.
References fLocalForm, fXMLChForm, and XERCES_CPP_NAMESPACE_USE::transcode().
|
inline |
Definition at line 51 of file StrX.h.
References fLocalForm, fXMLChForm, and XERCES_CPP_NAMESPACE_USE::transcode().
|
inline |
Definition at line 57 of file StrX.h.
References fLocalForm, fXMLChForm, and fetchall_from_DQM_v2::release.
|
inline |
Definition at line 18 of file StrX.h.
References fLocalForm, and XERCES_CPP_NAMESPACE_USE::transcode().
|
inline |
Definition at line 24 of file StrX.h.
References fLocalForm.
|
inline |
Definition at line 32 of file StrX.h.
References fLocalForm.
|
inline |
Definition at line 66 of file StrX.h.
References fLocalForm.
Referenced by operator<<(), SaxToDom::startElement(), SaxToDom2::startElement(), and DDLSAX2ExpressionHandler::startElement().
|
inline |
Definition at line 71 of file StrX.h.
References fXMLChForm.
|
private |
Definition at line 78 of file StrX.h.
Referenced by localForm(), StrX(), and ~StrX().
|
private |
Definition at line 77 of file StrX.h.
Referenced by StrX(), xmlChForm(), and ~StrX().