44#ifdef HAVE_TEUCHOS_EXPAT
56 std::string
tag = name;
62 for (
int i=0;
attr[
i] != 0;
i+=2)
64 std::string key =
attr[
i];
77 std::string
tag = name;
86 char*
str =
new char[
len+1];
Expat adapter for the TreeBuildingXMLHandler.
Defines a class for assembling an XMLObject from XML input.
Concrete serial communicator subclass.
TreeBuildingXMLHandler assembles a XMLObject from your XML input.