C++
C#
VB
JScript
All

Type Definition XMLTree


Copyright (C) 2005 IENT-RWTH Aachen

typedef xml_tree<XMLElemXMLTree

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

VirtualXMLTree