API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
& DOMIT_DOMImplementation::createDocument | ( | $ | namespaceURI, |
$ | qualifiedName, | ||
&$ | docType | ||
) |
Creates a new DOMIT_Document node and appends a documentElement with the specified info
string | The namespaceURI of the documentElement |
string | The $qualifiedName of the documentElement |
Object | A document type node |
& DOMIT_DOMImplementation::createDocumentType | ( | $ | qualifiedName, |
$ | publicID, | ||
$ | systemID | ||
) |
Creates a new DOMIT_DocumentType node (not yet implemented!)
string | The $qualifiedName |
string | The $publicID |
string | The $systemID |
Références DOMIT_DOMException::raiseException().
DOMIT_DOMImplementation::hasFeature | ( | $ | feature, |
$ | version = null |
||
) |
Références $version.