[Zend_Db_Xml] element index

Package indexes

All elements
a b c d e f g h i k l m n r s u v x z _
_
top
Variable $_conn
Represents a connection handle to the persistence layer
Variable $_docIndex
Variable $_docs
Variable $_table
Table name
Method __construct
Zend_Db_Xml_XmlIterator constructor
Method __construct
Zend_Db_Xml_XmlContentStore constructor
Method __construct
Zend_Db_Xml_XmlContent constructor
Method __construct
Zend_Db_Xml_XmlContentStore_Db2 constructor
a
top
Variable $about
Variable $attachment
Method add
Add an Zend_Db_Xml_XmlContent to list
Class Constant DATA
b
top
Class Constant ABOUT
c
top
Method checkTable
Helper function
Method count
Get the number of documents in the list
Method createDocument
Convenience method to create an Zend_Db_Xml_XmlContent() object
Method createTable
Create the table if it does not exist
Method current
Required by the Iterator interface
d
top
Variable $data
Page Db2.php
Db2.php in Db2.php
Method delete
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.
Method delete
Method deleteById
Removes the XML data given the id of the XML document
Method deleteById
e
top
Method executeSQLPredicateQuery
Method executeXPathPredicateQuery
Execute a simple search using an XPath expression
Method exportToFile
Save the DOM to a file in the local directory path
Method exportToSimpleXML
Convenience method to get a SimpleXML object representation of a DOM
Method exportToString
Convenience method to get a string representation of a DOM Same as saveXML()
f
top
Method find
Finds Zend_Db_Xml_XmlContent documents that match items in array
Method find
Method findAnywhere
Method findById
Returns the Zend_Db_Xml_XmlContent object associated with given id
Method findById
g
top
Method generateSearchString
helper function
Method getAbout
returns the $about XML document
Method getAttachment
Retrieve the attachment associated with this XML content object
Method getData
return $data
Method getDOM
Convenience method to get a DOM
Method getDOMAsMap
Retrieve the DOM from either DATA or ABOUT as an array
Method getXmlResult
Convert an array into an Zend_Db_Xml_XmlContent object
h
top
Method hasAttachment
returns true if an attachment has been set for this XML content object, false otherwise
i
top
Variable $id
Zend_Db_Xml_XmlContent::$id in XmlContent.php
Method importSimpleXML
Convert SimpleXML object, $sXML, into a DOM
Method importString
Convert the string parameter, $str, into a DOM
Method importXMLFile
Open the file associated with file at local path, $fXML.
Method importXMLFileStream
$fsXML is a file stream. Convert the stream to a DOM
Method insert
Method insert
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.
Method insertDOM
Convenience method to insert a DOM directly into the persistence layer
k
top
Method key
Required by the Iterator interface
l
top
Class Constant BLOB_SIZE
m
top
Class Constant XML_SIZE
n
top
Method next
Required by the Iterator interface
r
top
Method reset
Method rewind
Required by the Iterator interface
s
top
Method saveXML
Convenience method to get a string representation of a DOM
Method selectAll
Returns all documents in the content store
Method selectAll
Method setAbout
replaces the existing $about document with the DOMDocument parameter
Method setAttachment
set the attachment associated with this XML content object
Method setData
set the $data document for this object
Method setDOM
convenience method for setting a DOM
Method setDOMFromMap
Set the DOM for either DATA or ABOUT from an array
Method setId
set the XML content document id with $id
u
top
Method update
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.
Method update
v
top
Method valid
Required by the Iterator interface
x
top
Page XmlContent.php
XmlContent.php in XmlContent.php
Page XmlContentStore.php
XmlContentStore.php in XmlContentStore.php
Page XmlException.php
XmlException.php in XmlException.php
Page XmlIterator.php
XmlIterator.php in XmlIterator.php
Page XmlUtil.php
XmlUtil.php in XmlUtil.php
z
top
Class Zend_Db_Xml_XmlContent
Zend_Db_Xml_XmlContent in XmlContent.php
The Zend_Db_Xml_XmlContent class is a class representing an XML Document.
Class Zend_Db_Xml_XmlContentStore
Zend_Db_Xml_XmlContentStore in XmlContentStore.php
The Zend_Db_Xml_XmlContentStore is an abstract class which represents a repository for XML Documents.
Class Zend_Db_Xml_XmlContentStore_Db2
The Zend_Db_Xml_XmlContentStore_Db2 represents a DB2 repository for XML Documents.
Class Zend_Db_Xml_XmlException
Zend_Db_Xml_XmlException in XmlException.php
Class Zend_Db_Xml_XmlIterator
Zend_Db_Xml_XmlIterator in XmlIterator.php
Zend_Db_Xml_XmlIterator is an iterable collection of Zend_Db_Xml_XmlContent objects.
Class Zend_Db_Xml_XmlUtil
Zend_Db_Xml_XmlUtil in XmlUtil.php
Zend_Db_Xml_XmlUtil provides a set of utility convenience methods to convert to/from various XML representations and Zend_Db_Xml_XmlContent
a b c d e f g h i k l m n r s u v x z _