Moodle  2.2.1
http://www.collinsharper.com
SimplePie_Decode_HTML_Entities Class Reference

Public Member Functions

 __construct ($data)
 parse ()
 consume ()
 consume_range ($chars)
 unconsume ()
 entity ()

Data Fields

 $data = ''
 $consumed = ''
 $position = 0

Detailed Description

Definition at line 10906 of file simplepie.class.php.


Constructor & Destructor Documentation

__construct ( data)

Create an instance of the class with the input data

public

Parameters:
string$dataInput data

Definition at line 10938 of file simplepie.class.php.


Member Function Documentation

consume ( )

Consume the next byte

private

Returns:
mixed The next byte, or false, if there is no more data

Definition at line 10966 of file simplepie.class.php.

consume_range ( chars)

Consume a range of characters

private

Parameters:
string$charsCharacters to consume
Returns:
mixed A series of characters that match the range, or false

Definition at line 10986 of file simplepie.class.php.

entity ( )

Decode an entity

private

Definition at line 11017 of file simplepie.class.php.

Here is the call graph for this function:

parse ( )

Parse the input data

public

Returns:
string Output data

Definition at line 10949 of file simplepie.class.php.

unconsume ( )

Unconsume one byte

private

Definition at line 11006 of file simplepie.class.php.


Field Documentation

$consumed = ''

Definition at line 10922 of file simplepie.class.php.

$data = ''

Definition at line 10914 of file simplepie.class.php.

$position = 0

Definition at line 10930 of file simplepie.class.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations