Home | History | Annotate | Download | only in util

Lines Matching refs:getAttributeValue

41     public String getAttributeValue(int index) {
42 return mParser.getAttributeValue(index);
45 public String getAttributeValue(String namespace, String name) {
46 return mParser.getAttributeValue(namespace, name);
60 getAttributeValue(namespace, attribute), options, defaultValue);
66 getAttributeValue(namespace, attribute), defaultValue);
72 getAttributeValue(namespace, attribute), defaultValue);
78 getAttributeValue(namespace, attribute), defaultValue);
84 getAttributeValue(namespace, attribute), defaultValue);
89 String s = getAttributeValue(namespace, attribute);
99 getAttributeValue(index), options, defaultValue);
104 getAttributeValue(index), defaultValue);
109 getAttributeValue(index), defaultValue);
114 getAttributeValue(index), defaultValue);
119 getAttributeValue(index), defaultValue);
123 String s = getAttributeValue(index);
131 return getAttributeValue(null, "id");
135 return getAttributeValue(null, "class");