Searched defs:getAttributes (Results 1 - 13 of 13) sorted by path

/libcore/luni/src/main/java/java/net/
H A DJarURLConnection.java92 public Attributes getAttributes() throws java.io.IOException { method in class:JarURLConnection
94 return (jEntry == null) ? null : jEntry.getAttributes();
/libcore/luni/src/main/java/java/sql/
H A DDatabaseMetaData.java521 public ResultSet getAttributes(String catalog, String schemaPattern, method in interface:DatabaseMetaData
H A DStruct.java50 public Object[] getAttributes() throws SQLException; method in interface:Struct
66 public Object[] getAttributes(Map<String, Class<?>> theMap) method in interface:Struct
/libcore/luni/src/main/java/java/text/
H A DAttributedCharacterIterator.java182 public Map<Attribute, Object> getAttributes(); method in interface:AttributedCharacterIterator
H A DAttributedString.java231 public Map<Attribute, Object> getAttributes() { method in class:AttributedString.AttributedIterator
/libcore/luni/src/main/java/java/util/jar/
H A DJarEntry.java80 public Attributes getAttributes() throws IOException { method in class:JarEntry
88 return attributes = manifest.getAttributes(getName());
H A DManifest.java139 public Attributes getAttributes(String name) { method in class:Manifest
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
H A DAuthenticatedAttributes.java44 public List<AttributeTypeAndValue> getAttributes() { method in class:AuthenticatedAttributes
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs8/
H A DPrivateKeyInfo.java80 public List getAttributes() { method in class:PrivateKeyInfo
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DElementImpl.java123 public NamedNodeMap getAttributes() { method in class:ElementImpl
H A DNodeImpl.java82 public NamedNodeMap getAttributes() { method in class:NodeImpl
511 NamedNodeMap attributes = node.getAttributes();
576 NamedNodeMap attributes = node.getAttributes();
624 values.add(element.getAttributes());
/libcore/luni/src/main/java/org/w3c/dom/
H A DNode.java264 public NamedNodeMap getAttributes(); method in interface:Node
/libcore/luni/src/test/java/libcore/java/text/
H A DOldAttributedStringTest.java214 public Map getAttributes() { method in class:OldAttributedStringTest.testAttributedCharacterIterator

Completed in 1089 milliseconds