File/XMLElement.php

Description

A class to assist with construction of XML documents

Classes
Class Description
 class XMLElement A class for XML elements which may have attributes, or contain other XML sub-elements
Includes
 require_once ("AWLUtilities.php") (line 11)
Functions
BuildXMLTree (line 304)

Rebuild an XML tree in our own style from the parsed XML tags using a tail-recursive approach.

  • return: Either a single XMLElement, or an array of XMLElement objects.
mixed BuildXMLTree (array $xmltags, intref &$start_from)
  • array $xmltags: An array of XML tags we get from using the PHP XML parser
  • intref &$start_from: A pointer to our current integer offset into $xmltags

Documentation generated on Tue, 18 Nov 2008 18:09:02 +1300 by phpDocumentor 1.3.2