29 #ifndef ONLY_LOCAL_PROXY 
   35     DOMElement* pElemRoot=NULL;
 
   38     pDoc->appendChild(pElemRoot);
 
   44     XERCES_CPP_NAMESPACE::DOMDocument* pDoc=NULL;
 
   49     memcpy(tmp2, tmp, *pSize);
 
XERCES_CPP_NAMESPACE::DOMDocument * createDOMDocument()
Parses a timestamp in JDBC timestamp escape format (as it comes from the BI) and outputs the value in...
UINT8 * toXmlString(UINT32 *pSize)
Converts the XML structure to a null-terminated C-String representation.
SINT32 toXmlDocument(XERCES_CPP_NAMESPACE::DOMDocument *&pDoc)
returns a pointer to the tagname of this XML structure's top level element.
virtual SINT32 toXmlElement(XERCES_CPP_NAMESPACE::DOMDocument *a_pDoc, DOMElement *&pElemRoot)=0
Creates the XML structure inside an existing DOM_Document, but does not append it to any node.
static SINT32 dumpToMem(const DOMNode *node, UINT8 *buff, UINT32 *size)
Dumps the node and all childs into buff.