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.

@mozilla.org/saxparser/attributes;1

This component implements the following interfaces:

Properties

readonly PRInt32 nsISAXAttributes.length

Return the number of attributes in the list. Once you know the number of attributes, you can iterate through the list.

Methods

InterfaceMethod
nsISAXMutableAttributes void addAttribute ( AString uri , AString localName , AString qName , AString type , AString value )
nsISAXMutableAttributes void clear ( )
nsISAXAttributes PRInt32 getIndexFromName ( AString uri , AString localName )
nsISAXAttributes PRInt32 getIndexFromQName ( AString qName )
nsISAXAttributes AString getLocalName ( PRUint32 index )
nsISAXAttributes AString getQName ( PRUint32 index )
nsISAXAttributes AString getType ( PRUint32 index )
nsISAXAttributes AString getTypeFromName ( AString uri , AString localName )
nsISAXAttributes AString getTypeFromQName ( AString qName )
nsISAXAttributes AString getURI ( PRUint32 index )
nsISAXAttributes AString getValue ( PRUint32 index )
nsISAXAttributes AString getValueFromName ( AString uri , AString localName )
nsISAXAttributes AString getValueFromQName ( AString qName )
nsISAXMutableAttributes void removeAttribute ( PRUint32 index )
nsISAXMutableAttributes void setAttribute ( PRUint32 index , AString uri , AString localName , AString qName , AString type , AString value )
nsISAXMutableAttributes void setAttributes ( nsISAXAttributes attributes )
nsISAXMutableAttributes void setLocalName ( PRUint32 index , AString localName )
nsISAXMutableAttributes void setQName ( PRUint32 index , AString qName )
nsISAXMutableAttributes void setType ( PRUint32 index , AString type )
nsISAXMutableAttributes void setURI ( PRUint32 index , AString uri )
nsISAXMutableAttributes void setValue ( PRUint32 index , AString value )

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com