interface XAttributeList in module com::sun::star::xml::sax:: |
interface XAttributeList : com::sun::star::uno::XInterface ;
specifies an element's attributes.
This interface describes a name-type-value triple which describes a single attribute of a tag. Implementors are encouraged to implement the XCloneable interface also to allow the user to make a copy of the instance.
This interface is an IDL version of the Java interface org.xml.sax.AttributeList .
Method Summary |
|
getLength | |
getNameByIndex | |
getTypeByIndex | |
getTypeByName | |
getValueByIndex | |
getValueByName | |
Method Details |
|||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.