SimplePie_XML_Declaration_Parser
class SimplePie_XML_Declaration_Parser
Located at : UKNOWVA_ROOT/libraries/simplepie/simplepie.php
Parses the XML Declaration
Properties
string | $version | XML Version | |
string | $encoding | Encoding | |
bool | $standalone | Standalone | |
string | $state | Current state of the state machine | |
string | $data | Input data | |
int | $data_length | Input data length (to avoid calling strlen() everytime this is needed) | |
int | $position | Current position of the pointer |
Methods
SimplePie_XML_Declaration_Parser(string $data)
Create an instance of the class with the input data
bool
parse()
Parse the input data
bool
has_data()
Check whether there is data beyond the pointer
int
skip_whitespace()
Advance past any whitespace
get_value()
Read value
before_version_name()
No description
version_name()
No description
version_equals()
No description
version_value()
No description
encoding_name()
No description
encoding_equals()
No description
encoding_value()
No description
standalone_name()
No description
standalone_equals()
No description
standalone_value()
No description
Details
at line 13803
SimplePie_XML_Declaration_Parser(string $data)
Create an instance of the class with the input data
at line 13815
bool
parse()
Parse the input data
at line 13842
bool
has_data()
Check whether there is data beyond the pointer
at line 13852
int
skip_whitespace()
Advance past any whitespace
at line 13862
get_value()
Read value