Struct xpcom::interfaces::nsIDOMComment [] [src]

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

interface nsIDOMComment : nsIDOMCharacterData

Methods

impl nsIDOMComment
[src]

[src]

Cast this nsIDOMComment to one of its base interfaces.

Methods from Deref<Target = nsIDOMCharacterData>

[src]

Cast this nsIDOMCharacterData to one of its base interfaces.

[src]

/**
 * The nsIDOMCharacterData interface extends nsIDOMNode with a set of
 * attributes and methods for accessing character data in the DOM.
 *
 * For more information on this interface please see
 * http://www.w3.org/TR/DOM-Level-2-Core/
 */

attribute DOMString data;

[src]

/**
 * The nsIDOMCharacterData interface extends nsIDOMNode with a set of
 * attributes and methods for accessing character data in the DOM.
 *
 * For more information on this interface please see
 * http://www.w3.org/TR/DOM-Level-2-Core/
 */

attribute DOMString data;

[src]

readonly attribute unsigned long length;

[src]

DOMString substringData (in unsigned long offset, in unsigned long count) raises (DOMException);

[src]

void appendData (in DOMString arg) raises (DOMException);

[src]

void insertData (in unsigned long offset, in DOMString arg) raises (DOMException);

[src]

void deleteData (in unsigned long offset, in unsigned long count) raises (DOMException);

[src]

void replaceData (in unsigned long offset, in unsigned long count, in DOMString arg) raises (DOMException);

Trait Implementations

impl XpCom for nsIDOMComment
[src]

IID: nsIID = nsID(3884347384, 47100, 18767, [135, 192, 251, 1, 125, 138, 77, 48])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMComment
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.