New tests for UTC parser and UTC formatting
[ACL.git] / doc / xml.xml
index 11d9e34..09b1da4 100644 (file)
@@ -92,8 +92,20 @@ Return the child node with index n.
 <heading>class xml_element : xml_node</heading>
 <para>
 The class xml_element is derived from the class xml_node and adds properties
-soecific to XML ekements.
+specific to XML elements.
 </para>
+<description>
+<item tag="xml_element()">
+The default constructor creates an empty xml element.
+</item>
+<item tag="xml_element(xml doc)">
+Construct an element from the XML document. The xml_element object will be the root element
+of the XML document.
+</item>
+<item tag="std::vector&lt;xml_element&gt; operator[](String tagname);">
+Find the child elements with the specified tagname.
+</item>
+</description>
 
 </section>