XML_Feed_Parser
[ class tree: XML_Feed_Parser ] [ index: XML_Feed_Parser ] [ all elements ]

File: Parser.php

Source Location: /XML_Feed_Parser-0.2.8alpha/Parser.php

Classes:

XML_Feed_Parser
This is the core of the XML_Feed_Parser package. It identifies feed types and abstracts access to them. It is an iterator, allowing for easy access to the entire feed.

Page Details:

Key gateway class for XML_Feed_Parser package

PHP versions 5

LICENSE: This source file is subject to version 3.0 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.

Includes:

require_once('Parser/Type.php') [line 29]
XML_Feed_Parser_Type is an abstract class required by all of our feed types. It makes sense to load it here to keep the other files clean.
require_once('Parser/Exception.php') [line 34]
We will throw exceptions when errors occur.

Documentation generated on Mon, 26 Dec 2005 13:00:16 -0500 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.