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