nsIXTFElement
| IID: | 4f144387-796d-4baf-8641-5db45dba1808 |
| Inherits From: | nsISupports |
Constants
Properties
readonly nsIDOMAttr accesskeyNode
Returns accesskey attribute node.
readonly PRBool isAttributeHandler
Methods
void attributeRemoved ( nsIAtom name )
void attributeSet ( nsIAtom name , AString newValue )
void beginAddingChildren ( )
void childAppended ( nsIDOMNode child )
void childInserted ( nsIDOMNode child , PRUint32 index )
void childRemoved ( PRUint32 index )
void cloneState ( nsIDOMElement element )
void documentChanged ( nsIDOMDocument newDoc )
void doneAddingChildren ( )
void getScriptingInterfaces ( out PRUint32 count , out nsIIDPtr array )
PRBool handleDefault ( nsIDOMEvent event )
void onCreated ( nsIXTFElementWrapper wrapper )
void onDestroyed ( )
void parentChanged ( nsIDOMElement newParent )
void performAccesskey ( )
void willAppendChild ( nsIDOMNode child )
void willChangeDocument ( nsIDOMDocument newDoc )
void willChangeParent ( nsIDOMElement newParent )
void willInsertChild ( nsIDOMNode child , PRUint32 index )
void willRemoveAttribute ( nsIAtom name )
void willRemoveChild ( PRUint32 index )
void willSetAttribute ( nsIAtom name , AString newValue )
void attributeRemoved ( nsIAtom name )
- Arguments:
- name
void attributeSet ( nsIAtom name , AString newValue )
- Arguments:
- name
- newValue
void childAppended ( nsIDOMNode child )
- Arguments:
- child
void childInserted ( nsIDOMNode child , PRUint32 index )
- Arguments:
- child
- index
void cloneState ( nsIDOMElement element )
- Arguments:
- element
void documentChanged ( nsIDOMDocument newDoc )
- Arguments:
- newDoc
PRBool handleDefault ( nsIDOMEvent event )
- Arguments:
- event
void onCreated ( nsIXTFElementWrapper wrapper )
- Arguments:
- wrapper
void parentChanged ( nsIDOMElement newParent )
- Arguments:
- newParent
void willAppendChild ( nsIDOMNode child )
- Arguments:
- child
void willChangeDocument ( nsIDOMDocument newDoc )
- Arguments:
- newDoc
void willChangeParent ( nsIDOMElement newParent )
- Arguments:
- newParent
void willInsertChild ( nsIDOMNode child , PRUint32 index )
- Arguments:
- child
- index
void willRemoveAttribute ( nsIAtom name )
- Arguments:
- name
void willSetAttribute ( nsIAtom name , AString newValue )
- Arguments:
- name
- newValue
References
This interface is returned from the following methods:
nsIXTFElementFactory.createElement
Reference documentation is generated from Mozilla's source.
