586. Class

586.1. Zend\Feed\Reader\Extension\AbstractEntry

586.1.1. Methods

586.1.1.1. setEntryElement

setEntryElement()

Set the entry DOMElement

Has side effect of setting the DOMDocument for the entry.

Parameters:DOMElement
Return type:AbstractEntry

586.1.1.2. getEntryElement

getEntryElement()

Get the entry DOMElement

Return type:DOMElement

586.1.1.3. setEntryKey

setEntryKey()

Set the entry key

Parameters:string
Return type:AbstractEntry

586.1.1.4. getDomDocument

getDomDocument()

Get the DOM

Return type:DOMDocument

586.1.1.5. getEncoding

getEncoding()

Get the Entry’s encoding

Return type:string

586.1.1.6. setType

setType()

Set the entry type

Has side effect of setting xpath prefix

Parameters:string
Return type:AbstractEntry

586.1.1.7. getType

getType()

Get the entry type

Return type:string

586.1.1.8. setXpath

setXpath()

Set the XPath query

Parameters:DOMXPath
Return type:AbstractEntry

586.1.1.9. getXpath

getXpath()

Get the XPath query object

Return type:DOMXPath

586.1.1.10. toArray

toArray()

Serialize the entry to an array

Return type:array

586.1.1.11. getXpathPrefix

getXpathPrefix()

Get the XPath prefix

Return type:string

586.1.1.12. setXpathPrefix

setXpathPrefix()

Set the XPath prefix

Parameters:string
Return type:AbstractEntry

586.1.1.13. registerNamespaces

registerNamespaces()

Register XML namespaces

Return type:void