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

File: Parser2.php

Source Location: /XML_Feed_Parser-1.0.5/XML/Feed/Parser2.php

Classes:

XML_Feed_Parser2
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('XML/Feed/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('XML/Feed/Parser/Exception.php') [line 34]
We will throw exceptions when errors occur.

Documentation generated on Mon, 11 Mar 2019 15:47:22 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.