namespace CCL::XmlArchiveUtils

namespace XmlArchiveUtils {

// global functions

void setCharDataFromString (Attributes& a, StringRef string);
bool getStringFromCharData (String& string, const Attributes& a);

} // namespace XmlArchiveUtils