Zend_Db_Xml_XmlUtilZend_Db_Xml_XmlUtil provides a set of utility convenience methods to convert to/from various XML representations and Zend_Db_Xml_XmlContent
Located in /Db/Xml/XmlUtil.php (line 32)
static mixed
exportToFile
(Zend_Db_Xml_XmlContent $xmlContent, $which, string $name, string $which,)
static createDocument (line 237)
Convenience method to create an Zend_Db_Xml_XmlContent() object
static exportToFile (line 104)
Save the DOM to a file in the local directory path
static exportToSimpleXML (line 131)
Convenience method to get a SimpleXML object representation of a DOM
static exportToString (line 159)
Convenience method to get a string representation of a DOM Same as saveXML()
static getDOM (line 199)
Convenience method to get a DOM
static getDOMAsMap (line 250)
Retrieve the DOM from either DATA or ABOUT as an array
static getXmlResult (line 280)
Convert an array into an Zend_Db_Xml_XmlContent object
static importSimpleXML (line 58)
Convert SimpleXML object, $sXML, into a DOM
static importString (line 44)
Convert the string parameter, $str, into a DOM
static importXMLFile (line 75)
Open the file associated with file at local path, $fXML.
Convert it to a DOM
parameter represents path to the file
static importXMLFileStream (line 90)
$fsXML is a file stream. Convert the stream to a DOM
static saveXML (line 172)
Convenience method to get a string representation of a DOM
static setDOM (line 220)
convenience method for setting a DOM
static setDOMFromMap (line 266)
Set the DOM for either DATA or ABOUT from an array
Documentation generated on Wed, 21 Feb 2007 12:03:17 -0800 by phpDocumentor 1.3.1