Implements interfaces:
Wraps a DOMElement allowing for SimpleXML-like access to attributes.
Located in /Feed/Element.php (line 32)
Class | Description |
---|---|
![]() |
The Zend_Feed_Abstract class is an abstract class representing feeds. |
![]() |
Zend_Feed_Entry_Abstract represents a single entry in an Atom or RSS feed. |
Zend_Feed_Element constructor.
Appends this element to its parent if necessary.
Get a DOM representation of the element
Returns the underlying DOM object, which can then be manipulated with full DOM methods.
Get encoding
Required by the ArrayAccess interface.
Required by the ArrayAccess interface.
Required by the ArrayAccess interface.
Required by the ArrayAccess interface.
Get an XML string representation of this element
Returns a string of this element's XML, including the XML prologue.
Get the XML for only this element
Returns a string of this element's XML without prologue.
Update the object from a DOM element
Take a DOMElement object, which may be originally from a call to getDOM() or may be custom created, and use it as the DOM tree for this Zend_Feed_Element.
Set encoding
Set the parent element of this object to another Zend_Feed_Element.
Finds children with tagnames matching $var
Similar to SimpleXML's children() method.
Get the value of an element with method syntax.
Map method calls to get the string value of the requested element. If there are multiple elements that match, this will return an array of those objects.
Map variable access onto the underlying entry representation.
Get-style access returns a Zend_Feed_Element representing the child element accessed. To get string values, use method syntax with the __call() overriding.
Map isset calls onto the underlying entry representation.
Map variable sets onto the underlying entry representation.
Returns the nodeValue of this element when this object is used in a string context.
Remove all children matching $var.
Documentation generated on Mon, 21 Jun 2010 15:18:50 -0400 by phpDocumentor 1.4.3