Methods Summary |
---|
public boolean | getAttributeBooleanValue(int index, boolean defaultValue)
throw new UnsupportedOperationException();
|
public boolean | getAttributeBooleanValue(java.lang.String namespace, java.lang.String attribute, boolean defaultValue)
throw new UnsupportedOperationException();
|
public int | getAttributeCount()
throw new UnsupportedOperationException();
|
public float | getAttributeFloatValue(java.lang.String namespace, java.lang.String attribute, float defaultValue)
throw new UnsupportedOperationException();
|
public float | getAttributeFloatValue(int index, float defaultValue)
throw new UnsupportedOperationException();
|
public int | getAttributeIntValue(java.lang.String namespace, java.lang.String attribute, int defaultValue)
throw new UnsupportedOperationException();
|
public int | getAttributeIntValue(int index, int defaultValue)
throw new UnsupportedOperationException();
|
public int | getAttributeListValue(int index, java.lang.String[] options, int defaultValue)
throw new UnsupportedOperationException();
|
public int | getAttributeListValue(java.lang.String namespace, java.lang.String attribute, java.lang.String[] options, int defaultValue)
throw new UnsupportedOperationException();
|
public java.lang.String | getAttributeName(int index)
throw new UnsupportedOperationException();
|
public int | getAttributeNameResource(int index)
throw new UnsupportedOperationException();
|
public int | getAttributeResourceValue(java.lang.String namespace, java.lang.String attribute, int defaultValue)
throw new UnsupportedOperationException();
|
public int | getAttributeResourceValue(int index, int defaultValue)
throw new UnsupportedOperationException();
|
public int | getAttributeUnsignedIntValue(java.lang.String namespace, java.lang.String attribute, int defaultValue)
throw new UnsupportedOperationException();
|
public int | getAttributeUnsignedIntValue(int index, int defaultValue)
throw new UnsupportedOperationException();
|
public java.lang.String | getAttributeValue(java.lang.String namespace, java.lang.String name)
if (BridgeConstants.NS_RESOURCES.equals(namespace)) {
return mAttributes.get(name);
}
return null;
|
public java.lang.String | getAttributeValue(int index)
throw new UnsupportedOperationException();
|
public java.lang.String | getClassAttribute()
throw new UnsupportedOperationException();
|
public java.lang.String | getIdAttribute()
throw new UnsupportedOperationException();
|
public int | getIdAttributeResourceValue(int defaultValue)
throw new UnsupportedOperationException();
|
public java.lang.String | getPositionDescription()
throw new UnsupportedOperationException();
|
public int | getStyleAttribute()
throw new UnsupportedOperationException();
|