Go to the source code of this file.
|
| fromxml ($dbaccess, $xml, $famid, $encoded=false) |
|
| _fromxml ($xml, &$idoc) |
|
| recreate_balise_ouvrante ($name, $attrs) |
|
| recreate_balise_fermante ($name) |
|
| startElementXml ($parser, $name, $attrs) |
|
| endElement ($parser, $name) |
|
| characterDataXml ($parser, $data) |
|
| recup_argument_from_xml ($xml, $nom_arg) |
|
_fromxml |
( |
|
$xml, |
|
|
& |
$idoc |
|
) |
| |
characterDataXml |
( |
|
$parser, |
|
|
|
$data |
|
) |
| |
endElement |
( |
|
$parser, |
|
|
|
$name |
|
) |
| |
fromxml |
( |
|
$dbaccess, |
|
|
|
$xml, |
|
|
|
$famid, |
|
|
|
$encoded = false |
|
) |
| |
construct document from xml
- Parameters
-
string | $dbaccess | database specification |
string | $xml | the xml structure |
string | $famid | identificator of family (need correspond to xml) |
bool | $encoded | true is xml is encoded |
- Returns
- Doc the document (view like a temporary document);
new doc
Definition at line 28 of file fdl_xml.php.
recreate_balise_fermante |
( |
|
$name | ) |
|
recreate_balise_ouvrante |
( |
|
$name, |
|
|
|
$attrs |
|
) |
| |
recup_argument_from_xml |
( |
|
$xml, |
|
|
|
$nom_arg |
|
) |
| |
startElementXml |
( |
|
$parser, |
|
|
|
$name, |
|
|
|
$attrs |
|
) |
| |