Public Member Functions | |
xml_session () | |
~xml_session () | |
Public Attributes | |
xercesc::DOMImplementation * | impl |
xercesc::DOMDocument * | doc |
xercesc::DOMElement * | root |
Use stream operators to use. For example :
xml_session s; std::cin >> s; s >> automaton; s << automaton2; std::cout << s;
Definition at line 53 of file session.hh.