Struct xpcom::interfaces::nsIXSLTProcessorPrivate [] [src]

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

interface nsIXSLTProcessorPrivate : nsISupports

Methods

impl nsIXSLTProcessorPrivate
[src]

[src]

Cast this nsIXSLTProcessorPrivate to one of its base interfaces.

impl nsIXSLTProcessorPrivate
[src]

DISABLE_ALL_LOADS: i64 = 1
/**
   * Disables all loading of external documents, such as from
   * <xsl:import> and document()
   * Defaults to off and is *not* reset by calls to reset()
   */

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

IID: nsIID = nsID(3101108215, 26612, 19905, [163, 24, 236, 12, 135, 40, 8, 22])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIXSLTProcessorPrivate
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.