Package android.util
Interface AttributeSet
- All Known Subinterfaces:
XmlResourceParser
- All Known Implementing Classes:
AndroidManifestResourceParser,AXmlResourceParser
public interface AttributeSet
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetAttributeBooleanValue(int index, boolean defaultValue) booleangetAttributeBooleanValue(String namespace, String attribute, boolean defaultValue) intfloatgetAttributeFloatValue(int index, float defaultValue) floatgetAttributeFloatValue(String namespace, String attribute, float defaultValue) intgetAttributeIntValue(int index, int defaultValue) intgetAttributeIntValue(String namespace, String attribute, int defaultValue) intgetAttributeListValue(int index, String[] options, int defaultValue) intgetAttributeListValue(String namespace, String attribute, String[] options, int defaultValue) getAttributeName(int index) intgetAttributeNameResource(int index) intgetAttributeResourceValue(int index, int defaultValue) intgetAttributeResourceValue(String namespace, String attribute, int defaultValue) intgetAttributeUnsignedIntValue(int index, int defaultValue) intgetAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) getAttributeValue(int index) getAttributeValue(String namespace, String attribute) intgetAttributeValueData(int index) intgetAttributeValueType(int index) intgetIdAttributeResourceValue(int index) int
-
Method Details
-
getAttributeCount
int getAttributeCount() -
getAttributeName
-
getAttributeValue
-
getPositionDescription
String getPositionDescription() -
getAttributeNameResource
int getAttributeNameResource(int index) -
getAttributeListValue
-
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
-
getAttributeListValue
-
getAttributeBooleanValue
-
getAttributeResourceValue
-
getAttributeIntValue
-
getAttributeUnsignedIntValue
-
getAttributeFloatValue
-
getAttributeValueType
int getAttributeValueType(int index) -
getAttributeValueData
int getAttributeValueData(int index)
-