|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Data Structures | |
| class | XML_Parser |
| class | XML_Parser_Error |
Namespaces | |
| namespace | XML_Parser |
Enumerations | |
| enum | XML_PARSER_ERROR_NO_RESOURCE |
| enum | XML_PARSER_ERROR_UNSUPPORTED_MODE |
| enum | XML_PARSER_ERROR_INVALID_ENCODING |
| enum | XML_PARSER_ERROR_FILE_NOT_READABLE |
| enum | XML_PARSER_ERROR_INVALID_INPUT |
| enum | XML_PARSER_ERROR_REMOTE |
specified file could not be read
Definition at line 75 of file Parser.php.
invalid encoding was given
Definition at line 70 of file Parser.php.
invalid input
Definition at line 80 of file Parser.php.
uses PEAR's error handling resource could not be created
Definition at line 60 of file Parser.php.
remote file cannot be retrieved in safe mode
Definition at line 85 of file Parser.php.
unsupported mode
Definition at line 65 of file Parser.php.