Mac OS X Reference Library Apple Developer
Search

DOMImplementation

Module:
core
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

createCSSStyleSheet
createDocument
createDocumentType
createHTMLDocument
hasFeature

createCSSStyleSheet



CSSStyleSheet createCSSStyleSheet(
    in DOMString title, 
    in DOMString media) raises(DOMException); 

createDocument



Document createDocument(
    in DOMString namespaceURI, 
    in DOMString qualifiedName, 
    in DocumentType doctype) raises(DOMException); 

createDocumentType



DocumentType createDocumentType(
    in DOMString qualifiedName, 
    in DOMString publicId, 
    in DOMString systemId) raises(DOMException); 

createHTMLDocument



HTMLDocument createHTMLDocument(
    in DOMString title); 

hasFeature



boolean hasFeature(
    in DOMString feature, 
    in DOMString version); 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27