Searched defs:getAttributeValue (Results 1 - 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/pkcs/
H A DPKCS9Attributes.java297 public Object getAttributeValue(ObjectIdentifier oid) method in class:PKCS9Attributes
311 public Object getAttributeValue(String name) throws IOException { method in class:PKCS9Attributes
318 return getAttributeValue(oid);
/libcore/xml/src/main/java/org/xmlpull/v1/
H A DXmlPullParser.java796 * @see #getAttributeValue
882 String getAttributeValue(int index); method in interface:XmlPullParser
900 String getAttributeValue(String namespace, method in interface:XmlPullParser
/libcore/luni/src/test/java/libcore/xml/
H A DXmlPullParserFactoryTest.java342 public String getAttributeValue(int index) { method in class:XmlPullParserFactoryTest.XmlPullParserStub
346 public String getAttributeValue(String namespace, String name) { method in class:XmlPullParserFactoryTest.XmlPullParserStub
/libcore/xml/src/main/java/org/kxml2/io/
H A DKXmlParser.java1163 if (getAttributeValue(null, entry.getKey()) != null) {
2025 public String getAttributeValue(int index) { method in class:KXmlParser
2032 public String getAttributeValue(String namespace, String name) { method in class:KXmlParser

Completed in 138 milliseconds