Zend Framework
1.12
|
Public Member Functions | |
__construct (DomDocument $dom, $type=null, DOMXPath $xpath=null) | |
Constructor. | |
getDomDocument () | |
Get the DOM. | |
getEncoding () | |
Get the Feed's encoding. | |
getType () | |
Get the feed type. | |
toArray () | |
Return the feed as an array. | |
setXpath (DOMXPath $xpath) | |
Set the XPath query. | |
getXpath () | |
Get the DOMXPath object. | |
getXpathPrefix () | |
Get the XPath prefix. | |
setXpathPrefix ($prefix) | |
Set the XPath prefix. | |
Protected Member Functions | |
_registerNamespaces () | |
Register the default namespaces for the current feed format. | |
Protected Attributes | |
$_data = array() | |
$_domDocument = null | |
$_xpath = null | |
$_xpathPrefix = '' | |
__construct | ( | DomDocument | $dom, |
$type = null , |
|||
DOMXPath | $xpath = null |
||
) |
Constructor.
Zend_Feed_Abstract | $feed | The source Zend_Feed object |
string | $type | Feed type |
|
abstractprotected |
Register the default namespaces for the current feed format.
getDomDocument | ( | ) |
Get the DOM.
getEncoding | ( | ) |
Get the Feed's encoding.
getType | ( | ) |
Get the feed type.
getXpath | ( | ) |
Get the DOMXPath object.
getXpathPrefix | ( | ) |
Get the XPath prefix.
setXpath | ( | DOMXPath | $xpath | ) |
setXpathPrefix | ( | $prefix | ) |
Set the XPath prefix.
toArray | ( | ) |
Return the feed as an array.
|
protected |
|
protected |
|
protected |
|
protected |