Class SimplePie_Decode_HTML_Entities

Description

Decode HTML Entities

This implements HTML5 as of revision 967 (2007-06-28)

Located in /libraries/simplepie/simplepie.php (line 11371)


	
			
Variable Summary
string $consumed
string $data
int $position
Method Summary
SimplePie_Decode_HTML_Entities SimplePie_Decode_HTML_Entities (string $data)
mixed consume ()
mixed consume_range (string $chars)
void entity ()
string parse ()
void unconsume ()
Variables
string $consumed = '' (line 11387)

Currently consumed bytes

  • access: private
string $data = '' (line 11379)

Data to be parsed

  • access: private
int $position = 0 (line 11395)

Position of the current byte being parsed

  • access: private
Methods
Constructor SimplePie_Decode_HTML_Entities (line 11403)

Create an instance of the class with the input data

  • access: public
SimplePie_Decode_HTML_Entities SimplePie_Decode_HTML_Entities (string $data)
  • string $data: Input data
consume (line 11431)

Consume the next byte

  • return: The next byte, or false, if there is no more data
  • access: private
mixed consume ()
consume_range (line 11451)

Consume a range of characters

  • return: A series of characters that match the range, or false
  • access: private
mixed consume_range (string $chars)
  • string $chars: Characters to consume
entity (line 11482)

Decode an entity

  • access: private
void entity ()
parse (line 11414)

Parse the input data

  • return: Output data
  • access: public
string parse ()
unconsume (line 11471)

Unconsume one byte

  • access: private
void unconsume ()

Documentation generated on Mon, 25 Jun 2012 13:59:34 -0500 by phpDocumentor 1.4.4