Liste de tous les membres
Additional Inherited Members |
| $_errors = array() |
Documentation des constructeurs et destructeur
JSimpleXML::__construct |
( |
|
$options = null | ) |
|
Documentation des fonctions membres
JSimpleXML::_characterData |
( |
|
$parser, |
|
|
|
$data |
|
) |
| |
|
protected |
Handler function for the character data within a tag
- Paramètres:
-
resource | $parser | The XML parser. |
string | $data | The CDATA for the element. |
- Renvoie:
- void
- Obsolète:
- 12.1
- Depuis:
- 11.1
Références $tag, JLog\add(), et JLog\WARNING.
JSimpleXML::_endElement |
( |
|
$parser, |
|
|
|
$name |
|
) |
| |
|
protected |
Handler function for the end of a tag
- Paramètres:
-
resource | $parser | The XML parser. |
string | $name | The name of the element. |
- Renvoie:
- void
- Obsolète:
- 12.1
- Depuis:
- 11.1
Références JLog\add(), et JLog\WARNING.
JSimpleXML::_getStackLocation |
( |
| ) |
|
|
protected |
JSimpleXML::_handleError |
( |
|
$code, |
|
|
|
$line, |
|
|
|
$col |
|
) |
| |
|
protected |
JSimpleXML::_parse |
( |
|
$data = '' | ) |
|
|
protected |
JSimpleXML::_startElement |
( |
|
$parser, |
|
|
|
$name, |
|
|
|
$attrs = array() |
|
) |
| |
|
protected |
Handler function for the start of a tag
- Paramètres:
-
resource | $parser | The XML parser. |
string | $name | The name of the element. |
array | $attrs | A key-value array (optional) of the attributes for the element. |
- Renvoie:
- void
- Depuis:
- 11.1
- Obsolète:
- 12.1
Références $count, $name, JLog\add(), et JLog\WARNING.
JSimpleXML::getParser |
( |
| ) |
|
JSimpleXML::importDOM |
( |
|
$node, |
|
|
|
$classname = null |
|
) |
| |
JSimpleXML::loadFile |
( |
|
$path, |
|
|
|
$classname = null |
|
) |
| |
Interprets an XML file into an object
This function will convert the well-formed XML document in the file specified by filename to an object of class JSimpleXMLElement. If any errors occur during file access or interpretation, the function returns FALSE.
- Paramètres:
-
string | $path | Path to XML file containing a well-formed XML document |
string | $classname | currently ignored |
- Renvoie:
- boolean True if successful, false if file empty
- Obsolète:
- 12.1 Use simplexml_load_file instead
- Voir également:
- http://www.php.net/manual/en/function.simplexml-load-file.php
- Depuis:
- 11.1
Références $path, JLog\add(), et JLog\WARNING.
JSimpleXML::loadString |
( |
|
$string, |
|
|
|
$classname = null |
|
) |
| |
JSimpleXML::setParser |
( |
|
$parser | ) |
|
Documentation des données membres
JSimpleXML::$_parser = null |
|
private |
JSimpleXML::$_stack = array() |
|
private |
JSimpleXML::$document = null |
La documentation de cette classe a été générée à partir du fichier suivant :