The Zend_Db_Xml_XmlContentStore is an abstract class which represents a repository for XML Documents.
Zend_Db_Xml_XmlContentStore abstracts database persistence via convenience methods. XML Data is represented by Zend_Db_Xml_XmlContent objects. Activities to and from the persistence layer are operated on these objects.
Located in /Db/Xml/XmlContentStore.php (line 42)
Class | Description |
---|---|
![]() |
The Zend_Db_Xml_XmlContentStore_Db2 represents a DB2 repository for XML Documents. |
Zend_Db_Xml_XmlContentStore constructor
Removes the XML data represented by an Zend_Db_Xml_XmlContent object from the persistence layer. An array of Zend_Db_Xml_XmlContent objects can also be passed in.
Removes the XML data given the id of the XML document
Finds Zend_Db_Xml_XmlContent documents that match items in array
Returns the Zend_Db_Xml_XmlContent object associated with given id
Saves the XML data represented by an Zend_Db_Xml_XmlContent object into the persistence layer. An array of Zend_Db_Xml_XmlContent objects can also be passed in.
Convenience method to insert a DOM directly into the persistence layer
Returns all documents in the content store
Replaces existing XML data represented by an Zend_Db_Xml_XmlContent object in the persistence layer. An array of Zend_Db_Xml_XmlContent objects can also be passed in.
Documentation generated on Wed, 21 Feb 2007 12:03:16 -0800 by phpDocumentor 1.3.1