Class xml_domit_rss_simpleelement
Represents a simple RSS element, without attributes and only a single child text node.

isPublic? no
isAbstract? no

Inheritance tree:


xml_domit_rss_base
|
xml_domit_rss_elementindexer
|
xml_domit_rss_simpleelement

Known subclasses:

None

Source file: xml_domit_rss_shared.php




Constructor



Public Constants



Private Constants



Public Fields



Private Fields



Public Methods
getElementText
Gets a text representation of the element.

Signature: getElementText()

Returns:

string - A text representation of the element.

Example:

Returns a text representation of the element.

$text =& $mySimpleElement->getElementText();




Private Methods

Documentation generated by ClassyDoc, using the DOMIT! and SAXY parsers.
Please visit Engage Interactive to download free copies.