C++
C#
VB
JScript
All

Type Definition Virtual­XMLTree


Copyright (C) 2005 IENT-RWTH Aachen

typedef xml_tree<auto_value<XMLElemBase> > VirtualXMLTree

XML Container with virtual functions

Remarks

This definition of xml_tree uses a XMLElemBase class and its derived classes (XMLElem, XMLComment, XMLDeclaration, XMLStartDeclaration) to save each leaf of the XML Tree. Datas of the leaves are accessed through virtual functions. This is therefore slower than XMLTree, but uses somewhat less memory.

See Also

XMLTree