Struct xpcom::interfaces::nsIDOMDocumentType [] [src]

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

interface nsIDOMDocumentType : nsIDOMNode

Methods

impl nsIDOMDocumentType
[src]

[src]

Cast this nsIDOMDocumentType to one of its base interfaces.

impl nsIDOMDocumentType
[src]

[src]

/**
 * Each Document has a doctype attribute whose value is either null
 * or a DocumentType object.
 * The nsIDOMDocumentType interface in the DOM Core provides an
 * interface to the list of entities that are defined for the document.
 *
 * For more information on this interface please see
 * http://www.w3.org/TR/DOM-Level-2-Core/
 */

readonly attribute DOMString name;

[src]

readonly attribute DOMString publicId;

[src]

readonly attribute DOMString systemId;

[src]

readonly attribute DOMString internalSubset;

Methods from Deref<Target = nsIDOMNode>

[src]

Cast this nsIDOMNode to one of its base interfaces.

[src]

readonly attribute DOMString nodeName;

[src]

attribute DOMString nodeValue;

[src]

attribute DOMString nodeValue;

[src]

readonly attribute unsigned short nodeType;

[src]

readonly attribute nsIDOMNode parentNode;

[src]

readonly attribute nsIDOMNodeList childNodes;

[src]

readonly attribute nsIDOMNode firstChild;

[src]

readonly attribute nsIDOMNode lastChild;

[src]

readonly attribute nsIDOMNode previousSibling;

[src]

readonly attribute nsIDOMNode nextSibling;

[src]

readonly attribute nsIDOMDocument ownerDocument;

[src]

nsIDOMNode removeChild (in nsIDOMNode oldChild) raises (DOMException);

[src]

boolean hasChildNodes ();

[src]

readonly attribute DOMString namespaceURI;

[src]

readonly attribute DOMString prefix;

[src]

readonly attribute DOMString localName;

[src]

attribute DOMString textContent;

[src]

attribute DOMString textContent;

Trait Implementations

impl XpCom for nsIDOMDocumentType
[src]

IID: nsIID = nsID(3446958009, 3878, 18311, [163, 89, 102, 232, 11, 168, 219, 146])

[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 nsIDOMDocumentType
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMDocumentType
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.