Class xml_domit_rss_attrhandler
A base class that provides attribute indexing functionality to RSS classes.

isPublic? no
isAbstract? no

Inheritance tree:

xml_domit_rss_attrhandler (top level class)

Known subclasses:

None

Source file: xml_domit_rss.php




Constructor



Public Constants



Private Constants



Public Fields



Private Fields



Public Methods
getAttribute
Reads in RSS text from a file and parses it.

Signature: getAttribute($attr)

Parameters:

String attr - The attribute name.

Returns:

String - The attribute value.




Private Methods
_getAttributeText
Gets the text of the named attribute, checking first if the attribute exists.

Signature: _getAttributeText($attr)

Parameters:

String attr - The attribute name.

Returns:

String - The attribute value, or an empty string.


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