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 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 SimplePie/XML/Declaration/Parser.php
public
|
#
__construct( string $data )
Create an instance of the class with the input data Parameters
|
public
boolean
|
|
public
boolean
|
|
public
integer
|
#
skip_whitespace( )
Advance past any whitespace Returnsinteger Number of whitespace characters passed |
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 |