Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Yadis

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 Class Services_Yadis_domxml

Description

This concrete implementation of Services_Yadis_XMLParser implements

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

Located in /openid/Services/Yadis/XML.php (line 136)

Class Services_Yadis_XMLParser

Class Services_Yadis_domxml
Method Summary
Constructor Services_Yadis_domxml Services_Yadis_domxml ()
Method void attributes ( $node)
Method void content ( $node)
Method void &evalXPath ( $xpath, [ $node = null])
Method void registerNamespace ( $prefix,  $uri)
Method void setXML ( $xml_string)
Methods
Constructor Services_Yadis_domxml (line 137)
Services_Yadis_domxml Services_Yadis_domxml ()
attributes (line 188)
void attributes ( $node)
  • $node

Redefinition of:
Services_Yadis_XMLParser::attributes()
Return the attributes of a specified node.
content (line 181)
void content ( $node)
  • $node

Redefinition of:
Services_Yadis_XMLParser::content()
Return the textual content of a specified node.
evalXPath (line 165)
void &evalXPath ( $xpath, [ $node = null])
  • $xpath
  • $node

Redefinition of:
Services_Yadis_XMLParser::evalXPath()
Evaluate an XPath expression and return the resulting node list. This should be overridden by subclasses.
registerNamespace (line 160)
void registerNamespace ( $prefix,  $uri)
  • $prefix
  • $uri

Redefinition of:
Services_Yadis_XMLParser::registerNamespace()
Register a namespace with the XML parser. This should be overridden by subclasses.
setXML (line 145)
void setXML ( $xml_string)
  • $xml_string

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

Inherited Methods

Inherited From Services_Yadis_XMLParser

 Services_Yadis_XMLParser::attributes()
 Services_Yadis_XMLParser::content()
 Services_Yadis_XMLParser::evalXPath()
 Services_Yadis_XMLParser::init()
 Services_Yadis_XMLParser::registerNamespace()
 Services_Yadis_XMLParser::setXML()

Documentation generated on Mon, 05 Mar 2007 21:31:48 +0000 by phpDocumentor 1.3.1