[ class tree: OpenID ] [ index: OpenID ] [ all elements ]

Class: Auth_Yadis_dom

Source Location: /zp-extensions/federated_logon/Auth/Yadis/XML.php

Class Auth_Yadis_dom

Class Overview

This concrete implementation of Auth_Yadis_XMLParser implements

the appropriate API for the 'dom' extension which is typically packaged with PHP 5. This class will be used whenever the 'dom' extension is detected. See the Auth_Yadis_XMLParser class for details on this class's methods.

Located in /zp-extensions/federated_logon/Auth/Yadis/XML.php [line 219]

Auth_Yadis_XMLParser
   |
   --Auth_Yadis_dom

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Auth_Yadis_XMLParser

Auth_Yadis_XMLParser::attributes()
Return the attributes of a specified node.
Auth_Yadis_XMLParser::content()
Return the textual content of a specified node.
Auth_Yadis_XMLParser::evalXPath()
Evaluate an XPath expression and return the resulting node list. This should be overridden by subclasses.
Auth_Yadis_XMLParser::init()
Initialize an instance of Auth_Yadis_XMLParser with some XML and namespaces. This SHOULD NOT be overridden by subclasses.
Auth_Yadis_XMLParser::registerNamespace()
Register a namespace with the XML parser. This should be overridden by subclasses.
Auth_Yadis_XMLParser::setXML()
Set this parser object's XML payload. This should be overridden by subclasses.

[ Top ]
Method Summary
Auth_Yadis_dom   Auth_Yadis_dom()  
void   attributes()  
void   content()  
void   &evalXPath()  
void   registerNamespace()  
void   setXML()  

[ Top ]
Methods
Constructor Auth_Yadis_dom  [line 220]

  Auth_Yadis_dom Auth_Yadis_dom( )



[ Top ]
attributes  [line 283]

  void attributes( $node  )

Parameters:
   $node: 


Redefinition of:
Auth_Yadis_XMLParser::attributes()
Return the attributes of a specified node.

[ Top ]
content  [line 276]

  void content( $node  )

Parameters:
   $node: 


Redefinition of:
Auth_Yadis_XMLParser::content()
Return the textual content of a specified node.

[ Top ]
evalXPath  [line 255]

  void &evalXPath( $xpath, [ $node = null]  )

Parameters:
   $xpath: 
   $node: 


Redefinition of:
Auth_Yadis_XMLParser::evalXPath()
Evaluate an XPath expression and return the resulting node list. This should be overridden by subclasses.

[ Top ]
registerNamespace  [line 250]

  void registerNamespace( $prefix, $uri  )

Parameters:
   $prefix: 
   $uri: 


Redefinition of:
Auth_Yadis_XMLParser::registerNamespace()
Register a namespace with the XML parser. This should be overridden by subclasses.

[ Top ]
setXML  [line 228]

  void setXML( $xml_string  )

Parameters:
   $xml_string: 


Redefinition of:
Auth_Yadis_XMLParser::setXML()
Set this parser object's XML payload. This should be overridden by subclasses.

[ Top ]

Documentation generated on Tue, 20 Dec 2011 16:08:20 +0100 by phpDocumentor 1.4.3