Struct xpcom::interfaces::nsIDOMHTMLFormElement [] [src]

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

interface nsIDOMHTMLFormElement : nsISupports

Methods

impl nsIDOMHTMLFormElement
[src]

[src]

Cast this nsIDOMHTMLFormElement to one of its base interfaces.

impl nsIDOMHTMLFormElement
[src]

[src]

/**
 * The nsIDOMHTMLFormElement interface is the interface to a [X]HTML
 * form element.
 *
 * This interface is trying to follow the DOM Level 2 HTML specification:
 * http://www.w3.org/TR/DOM-Level-2-HTML/
 *
 * with changes from the work-in-progress WHATWG HTML specification:
 * http://www.whatwg.org/specs/web-apps/current-work/
 */

attribute DOMString acceptCharset;

[src]

/**
 * The nsIDOMHTMLFormElement interface is the interface to a [X]HTML
 * form element.
 *
 * This interface is trying to follow the DOM Level 2 HTML specification:
 * http://www.w3.org/TR/DOM-Level-2-HTML/
 *
 * with changes from the work-in-progress WHATWG HTML specification:
 * http://www.whatwg.org/specs/web-apps/current-work/
 */

attribute DOMString acceptCharset;

[src]

attribute DOMString action;

[src]

attribute DOMString action;

[src]

attribute DOMString autocomplete;

[src]

attribute DOMString autocomplete;

[src]

attribute DOMString enctype;

[src]

attribute DOMString enctype;

[src]

attribute DOMString encoding;

[src]

attribute DOMString encoding;

[src]

attribute DOMString method;

[src]

attribute DOMString method;

[src]

attribute DOMString name;

[src]

attribute DOMString name;

[src]

attribute boolean noValidate;

[src]

attribute boolean noValidate;

[src]

attribute DOMString target;

[src]

attribute DOMString target;

[src]

readonly attribute long length;

[src]

void submit ();

[src]

void reset ();

[src]

boolean checkValidity ();

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

IID: nsIID = nsID(2912627408, 40233, 17398, [177, 162, 161, 253, 36, 98, 126, 107])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMHTMLFormElement
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.