Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

static String Impala::Util::XmlDoc::XMLCh2String ( const XMLCh *  xs  )  [inline, static]

Definition at line 38 of file XmlDoc.h.

Referenced by GetElementValue(), GetNodeName(), GetNodeValue(), and Impala::Core::Trec::Collection::ReadData().

00039     {
00040         char* c = XMLString::transcode(xs);
00041         String res(c);
00042         XMLString::release(&c);
00043         return res;
00044     }


Generated on Fri Mar 19 11:41:33 2010 for ImpalaSrc by  doxygen 1.5.1