Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
SimplePie_XML_Declaration_Parser ($data) | |
parse () | |
has_data () | |
skip_whitespace () | |
get_value () | |
before_version_name () | |
version_name () | |
version_equals () | |
version_value () | |
encoding_name () | |
encoding_equals () | |
encoding_value () | |
standalone_name () | |
standalone_equals () | |
standalone_value () |
Attributs publics | |
$version = '1.0' | |
$encoding = 'UTF-8' | |
$standalone = false | |
$state = 'before_version_name' | |
$data = '' | |
$data_length = 0 | |
$position = 0 |
Définition à la ligne 13744 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::before_version_name | ( | ) |
Définition à la ligne 13884 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::encoding_equals | ( | ) |
Définition à la ligne 13958 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::encoding_name | ( | ) |
Définition à la ligne 13944 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::encoding_value | ( | ) |
Définition à la ligne 13972 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::get_value | ( | ) |
Read value
Définition à la ligne 13867 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::has_data | ( | ) |
Check whether there is data beyond the pointer
private
Définition à la ligne 13847 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::parse | ( | ) |
Parse the input data
public
Définition à la ligne 13820 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::SimplePie_XML_Declaration_Parser | ( | $data | ) |
Create an instance of the class with the input data
public
string | $data | Input data |
Définition à la ligne 13808 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::skip_whitespace | ( | ) |
Advance past any whitespace
Définition à la ligne 13857 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::standalone_equals | ( | ) |
Définition à la ligne 14006 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::standalone_name | ( | ) |
Définition à la ligne 13992 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::standalone_value | ( | ) |
Définition à la ligne 14020 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::version_equals | ( | ) |
Définition à la ligne 13910 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::version_name | ( | ) |
Définition à la ligne 13896 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::version_value | ( | ) |
Définition à la ligne 13924 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::$data = '' |
Définition à la ligne 13784 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::$data_length = 0 |
Définition à la ligne 13792 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::$encoding = 'UTF-8' |
Définition à la ligne 13760 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::$position = 0 |
Définition à la ligne 13800 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::$standalone = false |
Définition à la ligne 13768 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::$state = 'before_version_name' |
Définition à la ligne 13776 du fichier simplepie.php.
SimplePie_XML_Declaration_Parser::$version = '1.0' |
Définition à la ligne 13752 du fichier simplepie.php.