Class SimplePie_XML_Declaration_Parser
Parses the XML Declaration
public
|
|
public
boolean
|
|
public
boolean
|
|
public
integer
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
public
string
|
$version | '1.0' |
#
XML Version |
public
string
|
$encoding | 'UTF-8' |
#
Encoding |
public
boolean
|
$standalone | false |
#
Standalone |
public
string
|
$state | 'before_version_name' |
#
Current state of the state machine |
public
string
|
$data | '' |
#
Input data |
public
integer
|
$data_length | 0 |
#
Input data length (to avoid calling strlen() everytime this is needed) |
public
integer
|
$position | 0 |
#
Current position of the pointer |