Package android.util

Interface AttributeSet

All Known Subinterfaces:
XmlResourceParser
All Known Implementing Classes:
AndroidManifestResourceParser, AXmlResourceParser

public interface AttributeSet
  • Method Details

    • getAttributeCount

      int getAttributeCount()
    • getAttributeName

      String getAttributeName(int index)
    • getAttributeValue

      String getAttributeValue(int index)
    • getPositionDescription

      String getPositionDescription()
    • getAttributeNameResource

      int getAttributeNameResource(int index)
    • 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 index)
    • getStyleAttribute

      int getStyleAttribute()
    • getAttributeValue

      String getAttributeValue(String namespace, String attribute)
    • 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)
    • getAttributeValueType

      int getAttributeValueType(int index)
    • getAttributeValueData

      int getAttributeValueData(int index)