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

Référence de la classe xml_domit_rss_elementindexer

Graphe d'héritage de xml_domit_rss_elementindexer:
Graphe de collaboration de xml_domit_rss_elementindexer:

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des fonctions membres

xml_domit_rss_elementindexer::_getElementText ( index,
&$  myArray 
)

Gets the text at the specified index

Paramètres:
mixedThe index or name of the requested element
arrayThe indexing array from which to extract data
Renvoie:
string The element text, or an empty string

Références $i, et $total.

Référencé par getElementText(), et getElementTextAt().

Voici le graphe d'appel pour cette fonction :

xml_domit_rss_elementindexer::addIndexedElement ( &$  node)

Adds a custom element (one not defined by the RSS specs, e..g., dc:creator) to the indexer

Paramètres:
ObjectA DOMIT! node representing the custom element

Références xml_domit_rss_base::$node.

Référencé par _init(), xml_domit_rss_textinput::_init(), xml_domit_rss_image::_init(), xml_domit_rss_item::_init(), xml_domit_rss_channel::_init(), et xml_domit_rss_document::_init().

Voici le graphe d'appel pour cette fonction :

& xml_domit_rss_elementindexer::getElement ( elementName)

Gets a reference to an element with the specified name

Paramètres:
stringThe name of the requested element
Renvoie:
mixed A reference to an element with the specified name, or the text of the element if it is a text node

Réimplémentée dans xml_domit_rss_collection.

Références xml_domit_rss_exception::raiseException().

Référencé par xml_domit_rss_channel::getCloud(), xml_domit_rss_item::getEnclosure(), xml_domit_rss_item::getGUID(), xml_domit_rss_channel::getImage(), xml_domit_rss_channel::getSkipDays(), xml_domit_rss_channel::getSkipHours(), xml_domit_rss_item::getSource(), et xml_domit_rss_channel::getTextInput().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

& xml_domit_rss_elementindexer::getElementAt ( index)

Gets a reference to an element at the specified index

Paramètres:
intThe index of the requested element
Renvoie:
mixed A reference to an element at the specified index, or the text of the element if it is a text node

Réimplémentée dans xml_domit_rss_collection.

Références indexNumerically(), et xml_domit_rss_exception::raiseException().

Voici le graphe d'appel pour cette fonction :

xml_domit_rss_elementindexer::getElementList ( )

Gets a named list of existing elements as a child of the current element

Renvoie:
array A named list of existing elements
xml_domit_rss_elementindexer::getElementText ( elementName)

Gets the text of the specified element

Paramètres:
stringThe name of the requested element
Renvoie:
string The element text, or an empty string

Références _getElementText().

Référencé par xml_domit_rss_item::getAuthor(), xml_domit_rss_item::getComments(), xml_domit_rss_channel::getCopyright(), xml_domit_rss_item_lite::getDescription(), xml_domit_rss_channel_lite::getDescription(), xml_domit_rss_textinput::getDescription(), xml_domit_rss_image::getDescription(), xml_domit_rss_item::getDescription(), xml_domit_rss_channel::getDescription(), xml_domit_rss_channel::getDocs(), xml_domit_rss_channel::getGenerator(), xml_domit_rss_image::getHeight(), xml_domit_rss_channel::getLanguage(), xml_domit_rss_channel::getLastBuildDate(), xml_domit_rss_item_lite::getLink(), xml_domit_rss_channel_lite::getLink(), xml_domit_rss_textinput::getLink(), xml_domit_rss_image::getLink(), xml_domit_rss_item::getLink(), xml_domit_rss_channel::getLink(), xml_domit_rss_channel::getManagingEditor(), xml_domit_rss_textinput::getName(), xml_domit_rss_item::getPubDate(), xml_domit_rss_channel::getPubDate(), xml_domit_rss_channel::getRating(), xml_domit_rss_item_lite::getTitle(), xml_domit_rss_channel_lite::getTitle(), xml_domit_rss_textinput::getTitle(), xml_domit_rss_image::getTitle(), xml_domit_rss_item::getTitle(), xml_domit_rss_channel::getTitle(), xml_domit_rss_channel::getTTL(), xml_domit_rss_image::getUrl(), xml_domit_rss_channel::getWebMaster(), et xml_domit_rss_image::getWidth().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

xml_domit_rss_elementindexer::getElementTextAt ( index)

Gets the text at the specified index

Paramètres:
intThe index of the requested element
Renvoie:
string The element text, or an empty string

Références _getElementText(), et indexNumerically().

Voici le graphe d'appel pour cette fonction :

xml_domit_rss_elementindexer::hasElement ( elementName)

Indicates whether a particular element exists

Paramètres:
stringThe name of the requested element
Renvoie:
boolean True if an element with the specified name exists

Référencé par xml_domit_rss_channel::getCloud(), xml_domit_rss_item::getEnclosure(), xml_domit_rss_item::getGUID(), xml_domit_rss_channel::getImage(), xml_domit_rss_channel::getSkipDays(), xml_domit_rss_channel::getSkipHours(), xml_domit_rss_item::getSource(), et xml_domit_rss_channel::getTextInput().

Voici le graphe d'appel pour cette fonction :

xml_domit_rss_elementindexer::indexNumerically ( )

Populates an integer-based index for elements if one isn't already present.

Référencé par getElementAt(), et getElementTextAt().

Voici le graphe d'appel pour cette fonction :

xml_domit_rss_elementindexer::isCollection ( elementName)

Indicates whether the requested element is actually a collection of elements of the same type

Paramètres:
stringThe name of the requested element
Renvoie:
boolean True if a collection of elements exists
xml_domit_rss_elementindexer::isCustomRSSElement ( elementName)

Indicates whether the requested element is a DOMIT! node (alias for isNode)

Paramètres:
stringThe name of the requested element
Renvoie:
boolean True if the requested element is a DOMIT! node

Références isNode().

Voici le graphe d'appel pour cette fonction :

xml_domit_rss_elementindexer::isNode ( elementName)

Indicates whether the requested element is a DOMIT! node

Paramètres:
stringThe name of the requested element
Renvoie:
boolean True if the requested element is a DOMIT! node

Référencé par isCustomRSSElement().

Voici le graphe d'appel pour cette fonction :


Documentation des données membres

xml_domit_rss_elementindexer::$DOMIT_RSS_indexer = array()
xml_domit_rss_elementindexer::$DOMIT_RSS_numericalIndexer

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