Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/auth/cas/CAS/CAS/domxml-php4-to-php5.php File Reference

Go to the source code of this file.

Data Structures

class  php4DOMAttr
class  php4DOMDocument
class  php4DOMElement
class  php4DOMNode
class  php4DomProcessingInstruction
class  php4DOMText
class  php4DOMNodelist
class  php4DOMXPath

Enumerations

enum  DOMXML_LOAD_PARSING
enum  DOMXML_LOAD_VALIDATING
enum  DOMXML_LOAD_RECOVERING
enum  DOMXML_LOAD_SUBSTITUTE_ENTITIES
enum  DOMXML_LOAD_DONT_KEEP_BLANKS

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)

Enumeration Type Documentation

Definition at line 50 of file domxml-php4-to-php5.php.

Definition at line 45 of file domxml-php4-to-php5.php.

Definition at line 47 of file domxml-php4-to-php5.php.

Definition at line 46 of file domxml-php4-to-php5.php.


Function Documentation

_entityDecode ( text)

Definition at line 93 of file domxml-php4-to-php5.php.

Here is the caller graph for this function:

_error_report ( error)

Definition at line 94 of file domxml-php4-to-php5.php.

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.

Here is the caller graph for this function:

domxml_open_mem ( str,
mode = DOMXML_LOAD_PARSING,
&$  error = null 
)

Definition at line 67 of file domxml-php4-to-php5.php.

Here is the caller graph for this function:

html_doc ( html_doc,
from_file = false 
)

Definition at line 80 of file domxml-php4-to-php5.php.

Here is the caller graph for this function:

html_doc_file ( filename)

Definition at line 87 of file domxml-php4-to-php5.php.

Here is the call graph for this function:

xmldoc ( str)

Definition at line 88 of file domxml-php4-to-php5.php.

Here is the call graph for this function:

xmldocfile ( filename)

Definition at line 89 of file domxml-php4-to-php5.php.

Here is the call graph for this function:

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.

 All Data Structures Namespaces Files Functions Variables Enumerations