| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Author: | John Heinstein <johnkarl@nbnet.nb.ca> |
| Copyright: | (C) 2004 John Heinstein. All rights reserved |
| Version: | 1.01 |
| File Size: | 267 lines (8 kb) |
| Included or required: | 4 times |
| Referenced: | 0 times |
| Includes or requires: | 2 files libraries/domit/php_file_utilities.php libraries/domit/xml_domit_nodemaps.php |
UIDGenerator:: (2 methods):
UIDGenerator()
generateUID()
DOMIT_DOMException:: (4 methods):
raiseException()
setErrorHandler()
setErrorMode()
setErrorLog()
DOMIT_DOMImplementation:: (3 methods):
hasFeature()
createDocument()
createDocumentType()
Class: DOMIT_DOMException - X-Ref
A DOMIT! exception handling class| raiseException($errorNum, $errorString) X-Ref |
| Raises the specified exception param: int The error number param: string A string explanation of the error |
| setErrorHandler($method) X-Ref |
| custom handler for DOM errors param: object A reference to the custom error handler |
| setErrorMode($mode) X-Ref |
| Set error mode param: int The DOM error mode |
| setErrorLog($doLogErrors, $logfile) X-Ref |
| Set error mode param: boolean True if errors should be logged param: string Absolute or relative path to log file |
Class: DOMIT_DOMImplementation - X-Ref
A class representing the DOM Implementation node| hasFeature($feature, $version = null) X-Ref |
| No description |
| createDocument($namespaceURI, $qualifiedName, &$docType) X-Ref |
| Creates a new DOMIT_Document node and appends a documentElement with the specified info param: string The namespaceURI of the documentElement param: string The $qualifiedName of the documentElement param: Object A document type node return: Object The new document fragment node |
| createDocumentType($qualifiedName, $publicID, $systemID) X-Ref |
| Creates a new DOMIT_DocumentType node (not yet implemented!) param: string The $qualifiedName param: string The $publicID param: string The $systemID return: Object The new document type node |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |