ILIAS
Release_4_0_x_branch Revision 61816
|
Go to the source code of this file.
Data Structures | |
class | php4DOMAttr |
class | php4DOMDocument |
class | php4DOMElement |
php4DomElement More... | |
class | php4DOMNode |
php4DOMNode More... | |
class | php4DomProcessingInstruction |
class | php4DOMText |
class | php4DOMNodelist |
class | php4DOMXPath |
Functions | |
domxml_new_doc ($version) | |
domxml_new_xmldoc ($version) | |
domxml_open_file ($filename, $mode=DOMXML_LOAD_PARSING, &$error=null) | |
domxml_open_mem ($str, $mode=DOMXML_LOAD_PARSING, &$error=null) | |
html_doc ($html_doc, $from_file=false) | |
html_doc_file ($filename) | |
xmldoc ($str) | |
xmldocfile ($filename) | |
xpath_eval ($xpath_context, $eval_str, $contextnode=null) | |
xpath_new_context ($dom_document) | |
xpath_register_ns ($xpath_context, $prefix, $namespaceURI) | |
_entityDecode ($text) | |
_error_report ($error) |
Variables | |
const | DOMXML_LOAD_PARSING = 0 |
const | DOMXML_LOAD_VALIDATING = 1 |
const | DOMXML_LOAD_RECOVERING = 2 |
const | DOMXML_LOAD_SUBSTITUTE_ENTITIES = 4 |
const | DOMXML_LOAD_DONT_KEEP_BLANKS = 16 |
_entityDecode | ( | $text | ) |
Definition at line 93 of file domxml-php4-to-php5.php.
Referenced by php4DOMNode\new_child(), and php4DOMNode\set_content().
_error_report | ( | $error | ) |
Definition at line 94 of file domxml-php4-to-php5.php.
References $error.
domxml_new_doc | ( | $version | ) |
Definition at line 52 of file domxml-php4-to-php5.php.
domxml_new_xmldoc | ( | $version | ) |
Definition at line 53 of file domxml-php4-to-php5.php.
domxml_open_file | ( | $filename, | |
$mode = DOMXML_LOAD_PARSING , |
|||
& | $error = null |
||
) |
Definition at line 54 of file domxml-php4-to-php5.php.
References $error, and $filename.
domxml_open_mem | ( | $str, | |
$mode = DOMXML_LOAD_PARSING , |
|||
& | $error = null |
||
) |
Definition at line 67 of file domxml-php4-to-php5.php.
References $error.
html_doc | ( | $html_doc, | |
$from_file = false |
|||
) |
Definition at line 80 of file domxml-php4-to-php5.php.
References $result.
Referenced by html_doc_file().
html_doc_file | ( | $filename | ) |
Definition at line 87 of file domxml-php4-to-php5.php.
References $filename, and html_doc().
xmldoc | ( | $str | ) |
Definition at line 88 of file domxml-php4-to-php5.php.
References domxml_open_mem().
xmldocfile | ( | $filename | ) |
Definition at line 89 of file domxml-php4-to-php5.php.
References $filename, and domxml_open_file().
xpath_eval | ( | $xpath_context, | |
$eval_str, | |||
$contextnode = null |
|||
) |
Definition at line 90 of file domxml-php4-to-php5.php.
xpath_new_context | ( | $dom_document | ) |
Definition at line 91 of file domxml-php4-to-php5.php.
xpath_register_ns | ( | $xpath_context, | |
$prefix, | |||
$namespaceURI | |||
) |
Definition at line 92 of file domxml-php4-to-php5.php.
const DOMXML_LOAD_DONT_KEEP_BLANKS = 16 |
Definition at line 50 of file domxml-php4-to-php5.php.
Referenced by php4DOMDocument\php4DOMDocument().
const DOMXML_LOAD_PARSING = 0 |
Definition at line 45 of file domxml-php4-to-php5.php.
Referenced by ilPageObject\copyXmlContent(), ilPageLayout\generatePreview(), ilPCTable\importHtml(), ilDOMXML\loadDocument(), ilPageObject\pasteContents(), ilPCDataTable\setData(), and ilPCParagraph\setText().
const DOMXML_LOAD_RECOVERING = 2 |
Definition at line 47 of file domxml-php4-to-php5.php.
Referenced by php4DOMDocument\php4DOMDocument().
const DOMXML_LOAD_SUBSTITUTE_ENTITIES = 4 |
Definition at line 48 of file domxml-php4-to-php5.php.
Referenced by php4DOMDocument\php4DOMDocument().
const DOMXML_LOAD_VALIDATING = 1 |
Definition at line 46 of file domxml-php4-to-php5.php.
Referenced by ilPageObject\buildDom(), ilSoapUserAdministration\importUsers(), ilDOMXML\loadDocument(), php4DOMDocument\php4DOMDocument(), and ilSoapUtils\validateXML().