/Services/Yadis/XML.php

Description

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

Classes
Class Description
Services_Yadis_XMLParser The base class for wrappers for available PHP XML-parsing
Services_Yadis_domxml This concrete implementation of Services_Yadis_XMLParser implements
Services_Yadis_dom This concrete implementation of Services_Yadis_XMLParser implements
Functions
Services_Yadis_getSupportedExtensions (line 310)
void Services_Yadis_getSupportedExtensions ()
Services_Yadis_getXMLParser (line 326)

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

void &Services_Yadis_getXMLParser ()
Services_Yadis_setDefaultParser (line 304)

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 Services_Yadis_setDefaultParser ( &$parser, Services_Yadis_XMLParser $parser)

Documentation generated on Mon, 10 Sep 2007 13:29:30 -0700 by phpDocumentor 1.3.2