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

Référence de la classe Auth_Yadis_dom

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

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

Auth_Yadis_dom::attributes ( node)

Return the attributes of a specified node.

Paramètres:
mixed$nodeA node object from a previous call to $this->evalXPath().
Renvoie:
array $attrs An array mapping attribute names to values.

Réimplémentée à partir de Auth_Yadis_XMLParser.

Références $i.

Auth_Yadis_dom::Auth_Yadis_dom ( )
Auth_Yadis_dom::content ( node)

Return the textual content of a specified node.

Paramètres:
mixed$nodeA node object from a previous call to $this->evalXPath().
Renvoie:
string $content The content of this node.

Réimplémentée à partir de Auth_Yadis_XMLParser.

& Auth_Yadis_dom::evalXPath ( xpath,
node = null 
)

Evaluate an XPath expression and return the resulting node list. This should be overridden by subclasses.

Paramètres:
string$xpathThe XPath expression to be evaluated.
mixed$nodeA node object resulting from a previous evalXPath call. This node, if specified, provides the context for the evaluation of this xpath expression.
Renvoie:
array $node_list An array of matching opaque node objects to be used with other methods of this parser class.

Réimplémentée à partir de Auth_Yadis_XMLParser.

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

Auth_Yadis_dom::registerNamespace ( prefix,
uri 
)

Register a namespace with the XML parser. This should be overridden by subclasses.

Paramètres:
string$prefixThe namespace prefix to appear in XML tag names.
string$uriThe namespace URI to be used to identify the namespace in the XML.
Renvoie:
boolean $result True if the registration succeeded; false otherwise.

Réimplémentée à partir de Auth_Yadis_XMLParser.

Références $uri.

Auth_Yadis_dom::setXML ( xml_string)

Set this parser object's XML payload. This should be overridden by subclasses.

Paramètres:
string$xml_stringThe XML string to pass to this object's XML parser.
Renvoie:
boolean $result True if the initialization succeeded; false otherwise.

Réimplémentée à partir de Auth_Yadis_XMLParser.


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