/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_getXMLParser (line 320)

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 303)

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

Documentation generated on Mon, 07 Aug 2006 14:52:33 -0700 by phpDocumentor 1.2.3