public:
static void addEmptyElement(LDynamicBuffer& msgBody, const char* elemname);
emits an empty element
Name Description elemname the generic identifier of the element msgBody the output buffer
public:
static void addEmptyElement(std::string &str, const char* elemname) ;
emits an empty element
Name Description str the output buffer elemname the generic identifier of the element
public:
static void beginXMLDAVBody(std::string &msgBody);
emits an XML PI into msgBody
public:
static void beginXMLDAVBody(LDynamicBuffer& msgBody);
emits a start element
Name Description msgBody the output buffer
public:
static void startElementWithOtherNS(std::string &str, const char* elemname, const char* xmlnamespace);
emits the end of an element
Name Description str the output buffer elemname the generic identifier of the element
public:
static void endElement(LDynamicBuffer& msgBody, const char* elemname);
emits the end of an element
Name Description elemname the generic identifier of the element msgBody the output buffer
public:
static void startElement(std::string &str, const char* elem);
emits a start element
Name Description str the output buffer elem the generic identifier of the element
public:
static void startElement(LDynamicBuffer& msgBody, const char* elemname);
emits a start element
Name Description elemname the generic identifier of the element msgBody the output buffer
public:
static void startElementWithDAVNS(LDynamicBuffer& msgBody, const char* elemname);
emits a start element
Name Description elemname the generic identifier of the element msgBody the output buffer
public:
static void startElementWithDAVNS(std::string &str, const char* elemname);
emits a start element
Name Description str the output buffer elemname the generic identifier of the element
© 1999-2000, Thomas Bednarz, Jr. (Last Updated 7/16/2000)