/Auth/Yadis/XML.php

Description

XML-parsing classes to wrap the domxml and DOM extensions for PHP 4 and 5, respectively.

Classes
Class Description
Auth_Yadis_XMLParser The base class for wrappers for available PHP XML-parsing
Auth_Yadis_domxml This concrete implementation of Auth_Yadis_XMLParser implements
Auth_Yadis_dom This concrete implementation of Auth_Yadis_XMLParser implements
Functions
Auth_Yadis_getSupportedExtensions (line 319)
void Auth_Yadis_getSupportedExtensions ()
Auth_Yadis_getXMLParser (line 331)

Returns an instance of a Auth_Yadis_XMLParser subclass based on the availability of PHP extensions for XML parsing. If Auth_Yadis_setDefaultParser has been called, the parser used in that call will be returned instead.

void Auth_Yadis_getXMLParser ()
Auth_Yadis_setDefaultParser (line 313)

Set a default parser to override the extension-driven selection of available parser classes. This is helpful in a test environment or one in which multiple parsers can be used but one is more desirable.

void Auth_Yadis_setDefaultParser (Auth_Yadis_XMLParser $parser)

Documentation generated on Thu, 05 May 2011 19:14:25 -0400 by phpDocumentor 1.4.3