TYPO3 CMS  TYPO3_6-2
Auth_Yadis_domxml Class Reference
Inheritance diagram for Auth_Yadis_domxml:
Auth_Yadis_XMLParser

Public Member Functions

 Auth_Yadis_domxml ()
 
 setXML ($xml_string)
 
 registerNamespace ($prefix, $uri)
 
evalXPath ($xpath, $node=null)
 
 content ($node)
 
 attributes ($node)
 
- Public Member Functions inherited from Auth_Yadis_XMLParser
 init ($xml_string, $namespace_map)
 
 registerNamespace ($prefix, $uri)
 
 setXML ($xml_string)
 
evalXPath ($xpath, $node=null)
 
 content ($node)
 
 attributes ($node)
 

Detailed Description

Definition at line 136 of file XML.php.

Member Function Documentation

◆ attributes()

Auth_Yadis_domxml::attributes (   $node)

Definition at line 193 of file XML.php.

References $result.

◆ Auth_Yadis_domxml()

Auth_Yadis_domxml::Auth_Yadis_domxml ( )

Definition at line 137 of file XML.php.

◆ content()

Auth_Yadis_domxml::content (   $node)

Definition at line 186 of file XML.php.

◆ evalXPath()

& Auth_Yadis_domxml::evalXPath (   $xpath,
  $node = null 
)

Definition at line 165 of file XML.php.

References $result.

◆ registerNamespace()

Auth_Yadis_domxml::registerNamespace (   $prefix,
  $uri 
)

Definition at line 160 of file XML.php.

◆ setXML()

Auth_Yadis_domxml::setXML (   $xml_string)

Definition at line 145 of file XML.php.