[ Index ] |
|
Code source de Joomla 1.0.13 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Author: | John Heinstein <johnkarl@nbnet.nb.ca> |
Copyright: | (C) 2004 John Heinstein. All rights reserved |
Version: | 1.01 |
Poids: | 267 lignes (8 kb) |
Inclus ou requis: | 4 fois |
Référencé: | 0 fois |
Nécessite: | 2 fichiers includes/domit/php_file_utilities.php includes/domit/xml_domit_nodemaps.php |
UIDGenerator:: (2 méthodes):
UIDGenerator()
generateUID()
DOMIT_DOMException:: (4 méthodes):
raiseException()
setErrorHandler()
setErrorMode()
setErrorLog()
DOMIT_DOMImplementation:: (3 méthodes):
hasFeature()
createDocument()
createDocumentType()
Classe: DOMIT_DOMException - X-Ref
A DOMIT! exception handling classraiseException($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 |
Classe: DOMIT_DOMImplementation - X-Ref
A class representing the DOM Implementation nodehasFeature($feature, $version = null) X-Ref |
Pas de 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 |
Généré le : Wed Nov 21 14:43:32 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |