Struct xpcom::interfaces::nsIDOMNodeFilter [] [src]

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

interface nsIDOMNodeFilter : nsISupports

Methods

impl nsIDOMNodeFilter
[src]

[src]

Cast this nsIDOMNodeFilter to one of its base interfaces.

impl nsIDOMNodeFilter
[src]

FILTER_ACCEPT: i64 = 1

FILTER_REJECT: i64 = 2

FILTER_SKIP: i64 = 3

SHOW_ALL: i64 = 4294967295

SHOW_ELEMENT: i64 = 1

SHOW_ATTRIBUTE: i64 = 2

SHOW_TEXT: i64 = 4

SHOW_CDATA_SECTION: i64 = 8

SHOW_ENTITY_REFERENCE: i64 = 16

SHOW_ENTITY: i64 = 32

SHOW_PROCESSING_INSTRUCTION: i64 = 64

SHOW_COMMENT: i64 = 128

SHOW_DOCUMENT: i64 = 256

SHOW_DOCUMENT_TYPE: i64 = 512

SHOW_DOCUMENT_FRAGMENT: i64 = 1024

SHOW_NOTATION: i64 = 2048

[src]

short acceptNode (in nsIDOMNode n);

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

IID: nsIID = nsID(3832690504, 7633, 4530, [142, 230, 134, 106, 83, 42, 98, 55])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMNodeFilter
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.