2#ifndef IsisXMLChTrans_h 
    3#define IsisXMLChTrans_h 
   14namespace XERCES = XERCES_CPP_NAMESPACE;
 
   28      fLocalForm = XERCES::XMLString::transcode(toTranscode);
 
   36    const char *localForm()
 const {
 
 
   45inline std::ostream &operator<<(std::ostream &target, 
const XMLChTrans &toDump) {
 
   46  target << toDump.localForm();
 
This is free and unencumbered software released into the public domain.