StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.xml.sax
Interface XAttributeList

All Superinterfaces:
com.sun.star.uno.XInterface

public abstract interface XAttributeList
extends com.sun.star.uno.XInterface


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
 
Method Summary
abstract  short getLength()
           
abstract  java.lang.String getNameByIndex(short s)
           
abstract  java.lang.String getTypeByIndex(short s)
           
abstract  java.lang.String getTypeByName(java.lang.String s)
           
abstract  java.lang.String getValueByIndex(short s)
           
abstract  java.lang.String getValueByName(java.lang.String s)
           
 

Field Detail

UIK

public static final com.sun.star.uno.Uik UIK

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA
Method Detail

getLength

public abstract short getLength()
                         throws com.sun.star.uno.RuntimeException

getNameByIndex

public abstract java.lang.String getNameByIndex(short s)
                                         throws com.sun.star.uno.RuntimeException

getTypeByIndex

public abstract java.lang.String getTypeByIndex(short s)
                                         throws com.sun.star.uno.RuntimeException

getTypeByName

public abstract java.lang.String getTypeByName(java.lang.String s)
                                        throws com.sun.star.uno.RuntimeException

getValueByIndex

public abstract java.lang.String getValueByIndex(short s)
                                          throws com.sun.star.uno.RuntimeException

getValueByName

public abstract java.lang.String getValueByName(java.lang.String s)
                                         throws com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc