Struct xpcom::interfaces::nsIDOMDocumentFragment [] [src]

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

interface nsIDOMDocumentFragment : nsIDOMNode

Methods

impl nsIDOMDocumentFragment
[src]

[src]

Cast this nsIDOMDocumentFragment to one of its base interfaces.

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

IID: nsIID = nsID(1223396722, 38331, 16430, [168, 252, 242, 177, 135, 171, 203, 219])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMDocumentFragment
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.