Zend Framework
1.12
|
Public Member Functions | |
__construct (DOMElement $entry, $entryKey, $type=null) | |
Constructor. | |
getDomDocument () | |
Get the DOM. | |
getEncoding () | |
Get the Entry's encoding. | |
getType () | |
Get the entry type. | |
setXpath (DOMXPath $xpath) | |
Set the XPath query. | |
getXpath () | |
Get the XPath query object. | |
toArray () | |
Serialize the entry to an array. | |
getXpathPrefix () | |
Get the XPath prefix. | |
setXpathPrefix ($prefix) | |
Set the XPath prefix. | |
Protected Member Functions | |
_registerNamespaces () | |
Register XML namespaces. | |
Protected Attributes | |
$_data = array() | |
$_domDocument = null | |
$_entry = null | |
$_entryKey = 0 | |
$_xpath = null | |
$_xpathPrefix = '' | |
__construct | ( | DOMElement | $entry, |
$entryKey, | |||
$type = null |
|||
) |
|
abstractprotected |
Register XML namespaces.
getDomDocument | ( | ) |
Get the DOM.
getEncoding | ( | ) |
Get the Entry's encoding.
getType | ( | ) |
Get the entry type.
getXpath | ( | ) |
Get the XPath query object.
getXpathPrefix | ( | ) |
Get the XPath prefix.
setXpath | ( | DOMXPath | $xpath | ) |
setXpathPrefix | ( | $prefix | ) |
toArray | ( | ) |
Serialize the entry to an array.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |