API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe xml_domit_rss_base

Graphe d'héritage de xml_domit_rss_base:

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des fonctions membres

xml_domit_rss_base::get ( htmlSafe = false,
subEntities = false 
)

Generates a string representation of the node and its children

Paramètres:
booleanTrue if HTML readable output is desired
booleanTrue if illegal xml characters in text nodes and attributes should be converted to entities
Renvoie:
string The string representation
xml_domit_rss_base::getAttribute ( attr)

Retrieves the text of the named attribute, checking first if the attribute exists

Paramètres:
stringThe attribute name
Renvoie:
string The attribute value, or an empty string

Référencé par xml_domit_rss_cloud::getDomain(), xml_domit_rss_category::getDomain(), xml_domit_rss_enclosure::getLength(), xml_domit_rss_cloud::getPath(), xml_domit_rss_cloud::getPort(), xml_domit_rss_cloud::getProtocol(), xml_domit_rss_cloud::getRegisterProcedure(), xml_domit_rss_enclosure::getType(), xml_domit_rss_source::getUrl(), et xml_domit_rss_enclosure::getUrl().

Voici le graphe d'appel pour cette fonction :

xml_domit_rss_base::getNode ( )

Retrieves the underlying DOMIT node

Renvoie:
Object The underlying DOMIT node

Réimplémentée dans xml_domit_rss_base_document.

xml_domit_rss_base::hasAttribute ( attr)

Checks whether the named attribute exists

Paramètres:
stringThe attribute name
Renvoie:
boolean True if the attribute exists
xml_domit_rss_base::isRSSDefined ( elementName)

Tests whether the named element is predefined by the RSS spec

Paramètres:
stringThe element name
Renvoie:
boolean True if the element is predefined by the RSS spec
xml_domit_rss_base::isSimpleRSSElement ( elementName)

Tests whether the named element has a single child text node

Paramètres:
stringThe element name
Renvoie:
boolean True if the named element has a single child text node
xml_domit_rss_base::toNormalizedString ( htmlSafe = false,
subEntities = false 
)

Generates a normalized (formatted for readability) representation of the node and its children

Paramètres:
booleanTrue if HTML readable output is desired
booleanTrue if illegal xml characters in text nodes and attributes should be converted to entities
Renvoie:
string The formatted string representation

Documentation des données membres

xml_domit_rss_base::$node = null
xml_domit_rss_base::$rssDefinedElements = array()

La documentation de cette classe a été générée à partir du fichier suivant :