XML_Tree

Table of Contents
XML_Tree::XML_Tree -- Constructor
XML_Tree::&addRoot -- add root node
XML_Tree::&insertChild -- inserts a child/tree
XML_Tree::&removeChild -- remove child from tree
XML_Tree::&getTreeFromFile -- map XML file to tree
XML_Tree::clone -- copy tree
XML_Tree::dump -- print XML tree.
XML_Tree::&get -- get XML tree.
XML_Tree::&getName -- get namespace.
XML_Tree::registerName -- register namespace.

Build XML documents using a tree representation

The XML_Tree package allows one to build XML data structures using a tree representation, without the need for an extension like DOMXML.