Definition at line 136 of file XML.php.
◆ attributes()
Auth_Yadis_domxml::attributes |
( |
|
$node | ) |
|
Definition at line 193 of file XML.php.
References $result.
196 $arr = $node->attributes();
200 foreach ($arr as $attrnode) {
201 $result[$attrnode->name] = $attrnode->value;
◆ Auth_Yadis_domxml()
Auth_Yadis_domxml::Auth_Yadis_domxml |
( |
| ) |
|
Definition at line 137 of file XML.php.
142 $this->errors = array();
◆ content()
Auth_Yadis_domxml::content |
( |
|
$node | ) |
|
Definition at line 186 of file XML.php.
189 return $node->get_content();
◆ evalXPath()
& Auth_Yadis_domxml::evalXPath |
( |
|
$xpath, |
|
|
|
$node = null |
|
) |
| |
Definition at line 165 of file XML.php.
References $n, and $result.
168 $result = @$this->xpath->xpath_eval($xpath, $node);
170 $result = @$this->xpath->xpath_eval($xpath);
◆ registerNamespace()
Auth_Yadis_domxml::registerNamespace |
( |
|
$prefix, |
|
|
|
$uri |
|
) |
| |
◆ setXML()
Auth_Yadis_domxml::setXML |
( |
|
$xml_string | ) |
|
Definition at line 145 of file XML.php.
References DOMXML_LOAD_PARSING, and domxml_open_mem().
147 $this->xml = $xml_string;
155 $this->xpath = $this->doc->xpath_new_context();
const DOMXML_LOAD_PARSING
domxml_open_mem($str, $mode=DOMXML_LOAD_PARSING, &$error=NULL)
The documentation for this class was generated from the following file:
- Services/OpenId/lib/Auth/Yadis/XML.php