Class SimplePie_XML_Declaration_Parser
Parses the XML Declaration
Package: SimplePie\Parsing
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Located at vendor/simplepie/simplepie/library/SimplePie/XML/Declaration/Parser.php
Copyright: 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue
License: BSD License
Author: Ryan Parman
Author: Geoffrey Sneddon
Author: Ryan McCue
Located at vendor/simplepie/simplepie/library/SimplePie/XML/Declaration/Parser.php
Methods summary
public
|
|
public
boolean
|
|
public
boolean
|
|
public
integer
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
Magic methods summary
Properties summary
public
string
|
$version |
#
XML Version |
public
string
|
$encoding |
#
Encoding |
public
boolean
|
$standalone |
#
Standalone |
public
string
|
$state |
#
Current state of the state machine |
public
string
|
$data |
#
Input data |
public
integer
|
$data_length |
#
Input data length (to avoid calling strlen() everytime this is needed) |
public
integer
|
$position |
#
Current position of the pointer |