WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMDocumentXBL

IID:1a38762b-4da5-4f61-80fb-9317e198cb92
Inherits From:nsISupports

This interface is implemented by the following components:


Methods

void addBinding ( nsIDOMElement elt , DOMString bindingURL ) nsIDOMElement getAnonymousElementByAttribute ( nsIDOMElement elt , DOMString attrName , DOMString attrValue ) nsIDOMNodeList getAnonymousNodes ( nsIDOMElement elt ) nsIDOMElement getBindingParent ( nsIDOMNode node ) void loadBindingDocument ( DOMString documentURL ) void removeBinding ( nsIDOMElement elt , DOMString bindingURL )

void addBinding ( nsIDOMElement elt , DOMString bindingURL )

Arguments:
elt
bindingURL

nsIDOMElement getAnonymousElementByAttribute ( nsIDOMElement elt , DOMString attrName , DOMString attrValue )

Arguments:
elt
attrName
attrValue

nsIDOMNodeList getAnonymousNodes ( nsIDOMElement elt )

Arguments:
elt

nsIDOMElement getBindingParent ( nsIDOMNode node )

Arguments:
node

void loadBindingDocument ( DOMString documentURL )

Arguments:
documentURL

void removeBinding ( nsIDOMElement elt , DOMString bindingURL )

Arguments:
elt
bindingURL

Reference documentation is generated from Mozilla's source.