Struct xpcom::interfaces::nsIDOMProcessingInstruction [] [src]

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

interface nsIDOMProcessingInstruction : nsIDOMCharacterData

Methods

impl nsIDOMProcessingInstruction
[src]

[src]

Cast this nsIDOMProcessingInstruction to one of its base interfaces.

impl nsIDOMProcessingInstruction
[src]

[src]

/**
 * The nsIDOMProcessingInstruction interface represents a
 * "processing instruction", used in XML as a way to keep processor-specific
 * information in the text of the document.
 *
 * For more information on this interface please see
 * http://www.w3.org/TR/DOM-Level-2-Core/ and
 * http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html
 */

readonly attribute DOMString target;

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

IID: nsIID = nsID(1511235063, 1232, 17293, [189, 24, 216, 18, 37, 100, 37, 143])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMProcessingInstruction
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.