587. Class

587.1. Zend\Feed\Reader\Extension\AbstractFeed

587.1.1. Methods

587.1.1.1. setDomDocument

setDomDocument()

Set the DOM document

Parameters:DOMDocument
Return type:AbstractFeed

587.1.1.2. getDomDocument

getDomDocument()

Get the DOM

Return type:DOMDocument

587.1.1.3. getEncoding

getEncoding()

Get the Feed’s encoding

Return type:string

587.1.1.4. setType

setType()

Set the feed type

Parameters:string
Return type:AbstractFeed

587.1.1.5. getType

getType()

Get the feed type

If null, it will attempt to autodetect the type.

Return type:string

587.1.1.6. toArray

toArray()

Return the feed as an array

Return type:array

587.1.1.7. setXpath

setXpath()

Set the XPath query

Parameters:DOMXPath
Return type:AbstractEntry

587.1.1.8. getXpath

getXpath()

Get the DOMXPath object

Return type:string

587.1.1.9. getXpathPrefix

getXpathPrefix()

Get the XPath prefix

Return type:string

587.1.1.10. setXpathPrefix

setXpathPrefix()

Set the XPath prefix

Parameters:string
Return type:void

587.1.1.11. registerNamespaces

registerNamespaces()

Register the default namespaces for the current feed format