Class SimplePie_XML_Declaration_Parser

Description

Parses the XML Declaration

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


	
			
Variable Summary
 string $encoding
 string $version
Method Summary
 SimplePie_XML_Declaration_Parser SimplePie_XML_Declaration_Parser (string $data)
 void encoding_equals ()
 void encoding_name ()
 void encoding_value ()
 void get_value ()
 bool parse ()
 void standalone_name ()
 void version_equals ()
 void version_name ()
 void version_value ()
Variables
string $encoding = 'UTF-8' (line 13760)

Encoding

  • access: public
bool $standalone = false (line 13768)

Standalone

  • access: public
string $version = '1.0' (line 13752)

XML Version

  • access: public
Methods
Constructor SimplePie_XML_Declaration_Parser (line 13808)

Create an instance of the class with the input data

  • access: public
SimplePie_XML_Declaration_Parser SimplePie_XML_Declaration_Parser (string $data)
  • string $data: Input data
before_version_name (line 13884)
void before_version_name ()
encoding_equals (line 13958)
void encoding_equals ()
encoding_name (line 13944)
void encoding_name ()
encoding_value (line 13972)
void encoding_value ()
get_value (line 13867)

Read value

void get_value ()
parse (line 13820)

Parse the input data

  • return: true on success, false on failure
  • access: public
bool parse ()
skip_whitespace (line 13857)

Advance past any whitespace

  • return: Number of whitespace characters passed
int skip_whitespace ()
standalone_equals (line 14006)
void standalone_equals ()
standalone_name (line 13992)
void standalone_name ()
standalone_value (line 14020)
void standalone_value ()
version_equals (line 13910)
void version_equals ()
version_name (line 13896)
void version_name ()
version_value (line 13924)
void version_value ()

Documentation generated on Tue, 19 Nov 2013 15:13:50 +0100 by phpDocumentor 1.4.3