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

Class: XML_Feed_Parser_RSS09Element

Source Location: /XML_Feed_Parser-0.2.6alpha/Parser/RSS09Element.php

Class Overview

XML_Feed_Parser_RSS09
   |
   --XML_Feed_Parser_RSS09Element

RSS0.9 Element class for XML_Feed_Parser


Author(s):

Version:

  • CVS: $Id: RSS09Element.php,v 1.1 2005/10/20 15:30:35 jystewart Exp $

Copyright:

  • 2005 James Stewart <james@jystewart.net>

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 32]
RSS0.9 Element class for XML_Feed_Parser

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.



[ Top ]


Class Variables

$map = array(
       'title' => array('Text'),'link'=>array('Link'))

[line 45]

Our specific element map
  • Access: protected

Type:   array


[ Top ]

$parent =

[line 39]

This will be a reference to the parent object for when we want

to use a 'fallback' rule

  • Access: protected

Type:   XML_Feed_Parser_RSS09


[ Top ]



Method Detail

__construct (Constructor)   [line 55]

XML_Feed_Parser_RSS09Element __construct( DOMElement $element, XML_Feed_Parser_RSS1 $parent, [ $xmlBase = ''])

Store useful information for later.

Parameters:

DOMElement   $element   —  - this item as a DOM element
XML_Feed_Parser_RSS1   $parent   —  - the feed of which this is a member
   $xmlBase   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:12:09 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.