nsIDOMDocumentXBL
IID: | c7c0ae9b-a0ba-4f4e-9f2c-c18deb62ee8b |
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 )
nsIDOMDocument 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
nsIDOMDocument loadBindingDocument ( DOMString documentURL )
- Arguments:
- documentURL
void removeBinding ( nsIDOMElement elt , DOMString bindingURL )
- Arguments:
- elt
- bindingURL
Reference documentation is generated from Mozilla's source.