API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
Auth_Yadis_domxml::attributes | ( | $ | node | ) |
Return the attributes of a specified node.
mixed | $node | A node object from a previous call to $this->evalXPath(). |
Réimplémentée à partir de Auth_Yadis_XMLParser.
Auth_Yadis_domxml::Auth_Yadis_domxml | ( | ) |
Auth_Yadis_domxml::content | ( | $ | node | ) |
Return the textual content of a specified node.
mixed | $node | A node object from a previous call to $this->evalXPath(). |
Réimplémentée à partir de Auth_Yadis_XMLParser.
& Auth_Yadis_domxml::evalXPath | ( | $ | xpath, |
$ | node = null |
||
) |
Evaluate an XPath expression and return the resulting node list. This should be overridden by subclasses.
string | $xpath | The XPath expression to be evaluated. |
mixed | $node | A node object resulting from a previous evalXPath call. This node, if specified, provides the context for the evaluation of this xpath expression. |
Réimplémentée à partir de Auth_Yadis_XMLParser.
Références $n.
Auth_Yadis_domxml::registerNamespace | ( | $ | prefix, |
$ | uri | ||
) |
Register a namespace with the XML parser. This should be overridden by subclasses.
string | $prefix | The namespace prefix to appear in XML tag names. |
string | $uri | The namespace URI to be used to identify the namespace in the XML. |
Réimplémentée à partir de Auth_Yadis_XMLParser.
Références $uri.
Auth_Yadis_domxml::setXML | ( | $ | xml_string | ) |
Set this parser object's XML payload. This should be overridden by subclasses.
Réimplémentée à partir de Auth_Yadis_XMLParser.