aboutsummaryrefslogtreecommitdiff
path: root/src/support/xerces_string_guard.cc
AgeCommit message (Collapse)Author
2014-04-24Added XercesStringGuard scope-guard to manage XMLChAdrian Kummerländer
* xercesc requires XMLCh* strings to be hand-allocated and released using the XMLString class * XercesStringGuard works as a scope-guard for XMLCh* string lifetime and greatly simplifies xerces DOM construction