Struct xpcom::interfaces::nsIDOMDOMImplementation [] [src]

#[repr(C)]
pub struct nsIDOMDOMImplementation { /* fields omitted */ }

interface nsIDOMDOMImplementation : nsISupports

Methods

impl nsIDOMDOMImplementation
[src]

[src]

Cast this nsIDOMDOMImplementation to one of its base interfaces.

impl nsIDOMDOMImplementation
[src]

[src]

/**
 * The nsIDOMDOMImplementation interface provides a number of methods for
 * performing operations that are independent of any particular instance
 * of the document object model.
 *
 * For more information on this interface please see
 * http://www.w3.org/TR/DOM-Level-2-Core/
 */

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

[src]

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

[src]

nsIDOMDocument createDocument (in DOMString namespaceURI, in DOMString qualifiedName, in nsIDOMDocumentType doctype) raises (DOMException);

[src]

/**
   * Returns an HTML document with a basic DOM already constructed and with an
   * appropriate title element.
   *
   * @param title the title of the Document
   * @see <http://www.whatwg.org/html/#creating-documents>
   */

nsIDOMDocument createHTMLDocument ([Null (Stringify)] in DOMString title);

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIDOMDOMImplementation
[src]

IID: nsIID = nsID(61273460, 39404, 17144, [158, 108, 129, 42, 74, 155, 203, 247])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIDOMDOMImplementation
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMDOMImplementation
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.