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

Class: XML_Feed_Parser2

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

Class Overview

XML_Feed_Parser
   |
   --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.


Author(s):

Version:

  • Release: @package_version@

Methods


Inherited Variables

Inherited Methods

Class: XML_Feed_Parser

XML_Feed_Parser::__construct()
Detects feed types and instantiate appropriate objects.
XML_Feed_Parser::current()
Return XML_Feed_Type object for current element
XML_Feed_Parser::getEntryById()
Provides access to entries by ID if one is specified in the source feed.
XML_Feed_Parser::getEntryByOffset()
Retrieve entry by numeric offset, starting from zero.
XML_Feed_Parser::initialize()
Detects feed types and instantiate appropriate objects.
XML_Feed_Parser::key()
For iteration -- returns the key for the current stage in the array.
XML_Feed_Parser::next()
Provides iteration functionality.
XML_Feed_Parser::rewind()
For iteration -- resets the internal counter to the beginning.
XML_Feed_Parser::setFeed()
XML_Feed_Parser::valid()
For iteration -- tells whether we have reached the end.
XML_Feed_Parser::version()
Retrieve version details from feed type class.
XML_Feed_Parser::__call()
Proxy to allow feed element names to be used as method names
XML_Feed_Parser::__get()
Proxy to allow feed element names to be used as attribute names
XML_Feed_Parser::__toString()
Returns a string representation of the feed.

Class Details

[line 45]
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.


[ Top ]


Method Detail

__construct (Constructor)   [line 52]

XML_Feed_Parser2 __construct( )

A variant of XML_Feed_Parser which does no work in the constructor.

Overrides XML_Feed_Parser::__construct() (Detects feed types and instantiate appropriate objects.)
[ Top ]


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