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.
nsIXTFAttributeHandler
| IID: | 72152f7f-7e8d-43fd-8477-3f29ae8d240d |
| Inherits From: | nsISupports |
Methods
AString getAttribute ( nsIAtom name )
PRUint32 getAttributeCount ( )
nsIAtom getAttributeNameAt ( PRUint32 index )
PRBool handlesAttribute ( nsIAtom name )
PRBool hasAttribute ( nsIAtom name )
void removeAttribute ( nsIAtom name )
void setAttribute ( nsIAtom name , AString newValue )
AString getAttribute ( nsIAtom name )
- Arguments:
- name
nsIAtom getAttributeNameAt ( PRUint32 index )
- Arguments:
- index
PRBool handlesAttribute ( nsIAtom name )
- Arguments:
- name
PRBool hasAttribute ( nsIAtom name )
- Arguments:
- name
void removeAttribute ( nsIAtom name )
- Arguments:
- name
void setAttribute ( nsIAtom name , AString newValue )
- Arguments:
- name
- newValue
Reference documentation is generated from Mozilla's source.
