CXMLStringUtils



Member Functions

addEmptyElement

   public:

static void addEmptyElement(LDynamicBuffer& msgBody, const char* elemname);

emits an empty element

Parameters

NameDescription
elemnamethe generic identifier of the element
msgBodythe output buffer

addEmptyElement

   public:

static void addEmptyElement(std::string &str, const char* elemname) ;

emits an empty element

Parameters

NameDescription
strthe output buffer
elemnamethe generic identifier of the element

beginXMLDAVBody

   public:

static void beginXMLDAVBody(std::string &msgBody);

emits an XML PI into msgBody


beginXMLDAVBody

   public:

static void beginXMLDAVBody(LDynamicBuffer& msgBody);

emits a start element

Parameters

NameDescription
msgBodythe output buffer

endElement

   public:

static void startElementWithOtherNS(std::string &str, const char* elemname, const char* xmlnamespace);

emits the end of an element

Parameters

NameDescription
strthe output buffer
elemnamethe generic identifier of the element

endElement

   public:

static void endElement(LDynamicBuffer& msgBody, const char* elemname);

emits the end of an element

Parameters

NameDescription
elemnamethe generic identifier of the element
msgBodythe output buffer

startElement

   public:

static void startElement(std::string &str, const char* elem);

emits a start element

Parameters

NameDescription
strthe output buffer
elemthe generic identifier of the element

startElement

   public:

static void startElement(LDynamicBuffer& msgBody, const char* elemname);

emits a start element

Parameters

NameDescription
elemnamethe generic identifier of the element
msgBodythe output buffer

startElementWithDAVNS

   public:

static void startElementWithDAVNS(LDynamicBuffer& msgBody, const char* elemname);

emits a start element

Parameters

NameDescription
elemnamethe generic identifier of the element
msgBodythe output buffer

startElementWithDAVNS

   public:

static void startElementWithDAVNS(std::string &str, const char* elemname);

emits a start element

Parameters

NameDescription
strthe output buffer
elemnamethe generic identifier of the element

© 1999-2000, Thomas Bednarz, Jr. — (Last Updated 7/16/2000)