class XmlConfigDao
This class defines a Data Access Object (DAO) to be created by the corresponding XmlDaoFactory and implements the ConfigDao interface.
This class contains all XML specific code and XPath statements. implementation details are hidden from the end user.
Located in /xmlconfigdao.class.php (line 22)
ConfigDao | --XmlConfigDao
function __construct
This method is executed when an object is instantiated from this class. Preprocessing can be done here before the object is put into service.
function GetElementsByPath
This method queries an XML document for a specific node(s) matching some criteria and returns a collection of elements and their associated values.
function GetInstance
This method instantiates a new object from this class; more specifically, it's a singleton instance.
function SetElementByPath
This method queries an XML document for a specific node(s) matching some criteria and replaces the original text content with new text content.
Inherited From ConfigDao
ConfigDao::GetElementsByPath()
ConfigDao::SetElementByPath()
Documentation generated on Thu, 9 Sep 2004 09:03:41 -0400 by phpDocumentor 1.3.0RC3