Class Services_Yadis_dom

Description

This concrete implementation of Services_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 Services_Yadis_XMLParser class for details on this class's methods.

Located in /Yadis/XML.php (line 214)

Services_Yadis_XMLParser
   |
   --Services_Yadis_dom
Method Summary
Services_Yadis_dom Services_Yadis_dom ()
void attributes (mixed $node)
void content (mixed $node)
void &evalXPath (mixed $xpath, [mixed $node = null])
void registerNamespace (mixed $prefix, mixed $uri)
void setXML (mixed $xml_string)
Methods
Constructor Services_Yadis_dom (line 215)
Services_Yadis_dom Services_Yadis_dom ()
attributes (line 274)
void attributes (mixed $node)

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

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

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

Redefinition of:
Services_Yadis_XMLParser::registerNamespace()
Register a namespace with the XML parser. This should be overridden by subclasses.
setXML (line 223)
void setXML (mixed $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, 07 Aug 2006 14:52:33 -0700 by phpDocumentor 1.2.3