���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/ezcomponents/Feed/src/interfaces/parser.php
���ѧ٧ѧ�
<?php /** * File containing the ezcFeedParser interface. * * @package Feed * @version 1.3 * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License * @filesource */ /** * Interface for feed parsers. * * Currently implemented for these feed types: * - RSS1 ({@link ezcFeedRss1}) * - RSS2 ({@link ezcFeedRss2}) * - ATOM ({@link ezcFeedAtom}) * * The implementing classes must implement these methods: * - canParse() - Returns true if the class can parse the provided XML document. * - parse() - Parse the provided XML document and return an ezcFeed object. * * @package Feed * @version 1.3 */ interface ezcFeedParser { /** * Returns true if the parser can parse the provided XML document object, * false otherwise. * * @param DOMDocument $xml The XML document object to check for parseability * @return bool */ public static function canParse( DOMDocument $xml ); /** * Parses the provided XML document object and returns an ezcFeed object * from it. * * @throws ezcFeedParseErrorException * If an error was encountered during parsing. * * @param DOMDocument $xml The XML document object to parse * @return ezcFeed */ public function parse( DOMDocument $xml ); } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�