android.util
Interface AttributeSet

All Known Subinterfaces:
XmlResourceParser

public interface AttributeSet


Method Summary
 boolean getAttributeBooleanValue(int index, boolean defaultValue)
           
 boolean getAttributeBooleanValue(String namespace, String attribute, boolean defaultValue)
           
 int getAttributeCount()
           
 float getAttributeFloatValue(int index, float defaultValue)
           
 float getAttributeFloatValue(String namespace, String attribute, float defaultValue)
           
 int getAttributeIntValue(int index, int defaultValue)
           
 int getAttributeIntValue(String namespace, String attribute, int defaultValue)
           
 int getAttributeListValue(int index, String[] options, int defaultValue)
           
 int getAttributeListValue(String namespace, String attribute, String[] options, int defaultValue)
           
 String getAttributeName(int index)
           
 int getAttributeNameResource(int index)
           
 int getAttributeResourceValue(int index, int defaultValue)
           
 int getAttributeResourceValue(String namespace, String attribute, int defaultValue)
           
 int getAttributeUnsignedIntValue(int index, int defaultValue)
           
 int getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue)
           
 String getAttributeValue(int index)
           
 String getAttributeValue(String namespace, String name)
           
 String getClassAttribute()
           
 String getIdAttribute()
           
 int getIdAttributeResourceValue(int defaultValue)
           
 String getPositionDescription()
           
 int getStyleAttribute()
           
 

Method Detail

getAttributeCount

int getAttributeCount()

getAttributeName

String getAttributeName(int index)

getAttributeValue

String getAttributeValue(int index)

getAttributeValue

String getAttributeValue(String namespace,
                         String name)

getPositionDescription

String getPositionDescription()

getAttributeNameResource

int getAttributeNameResource(int index)

getAttributeListValue

int getAttributeListValue(String namespace,
                          String attribute,
                          String[] options,
                          int defaultValue)

getAttributeBooleanValue

boolean getAttributeBooleanValue(String namespace,
                                 String attribute,
                                 boolean defaultValue)

getAttributeResourceValue

int getAttributeResourceValue(String namespace,
                              String attribute,
                              int defaultValue)

getAttributeIntValue

int getAttributeIntValue(String namespace,
                         String attribute,
                         int defaultValue)

getAttributeUnsignedIntValue

int getAttributeUnsignedIntValue(String namespace,
                                 String attribute,
                                 int defaultValue)

getAttributeFloatValue

float getAttributeFloatValue(String namespace,
                             String attribute,
                             float defaultValue)

getAttributeListValue

int getAttributeListValue(int index,
                          String[] options,
                          int defaultValue)

getAttributeBooleanValue

boolean getAttributeBooleanValue(int index,
                                 boolean defaultValue)

getAttributeResourceValue

int getAttributeResourceValue(int index,
                              int defaultValue)

getAttributeIntValue

int getAttributeIntValue(int index,
                         int defaultValue)

getAttributeUnsignedIntValue

int getAttributeUnsignedIntValue(int index,
                                 int defaultValue)

getAttributeFloatValue

float getAttributeFloatValue(int index,
                             float defaultValue)

getIdAttribute

String getIdAttribute()

getClassAttribute

String getClassAttribute()

getIdAttributeResourceValue

int getIdAttributeResourceValue(int defaultValue)

getStyleAttribute

int getStyleAttribute()


Copyright © 2008-2012. All Rights Reserved.