XMLTree
Copyright (C) 2005 IENT-RWTH Aachen
typedef xml_tree<XMLElem> XMLTree
XML Container without virtual functions
Remarks
This definition of xml_tree uses a XMLElem class to save each leaf of the XML tree. The execution speed is quicker than VirtualXMLTree, but uses somewhat more memory.
See Also