Searched defs:getAttributes (Results 1 - 17 of 17) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
H A DStruct.java79 Object[] getAttributes() throws SQLException; method in interface:Struct
104 Object[] getAttributes(java.util.Map<String,Class<?>> map) method in interface:Struct
H A DDatabaseMetaData.java2968 * returned by the method <code>getAttributes</code>.
2977 * returned by the method <code>getAttributes</code>.
2987 * returned by the method <code>getAttributes</code>.
3069 ResultSet getAttributes(String catalog, String schemaPattern, method in interface:DatabaseMetaData
/libcore/ojluni/src/main/java/java/net/
H A DJarURLConnection.java264 public Attributes getAttributes() throws IOException { method in class:JarURLConnection
266 return e != null ? e.getAttributes() : null;
/libcore/ojluni/src/main/java/java/util/jar/
H A DJarEntry.java86 public Attributes getAttributes() throws IOException { method in class:JarEntry
H A DJarFile.java280 public Attributes getAttributes() throws IOException { method in class:JarFile.JarFileEntry
283 return man.getAttributes(getName());
H A DManifest.java110 * {@code getAttributes(null)} is invoked on a {@code Manifest}
116 * {@code getAttributes(null)} will return the just-{@code put}
125 public Attributes getAttributes(String name) { method in class:Manifest
246 Attributes attr = getAttributes(name);
/libcore/ojluni/src/main/java/java/text/
H A DAttributedCharacterIterator.java267 public Map<Attribute,Object> getAttributes(); method in interface:AttributedCharacterIterator
H A DAttributedString.java106 Map<Attribute,Object> attrs = iterator.getAttributes();
955 public Map<Attribute,Object> getAttributes() { method in class:AttributedString.AttributedStringIterator
/libcore/ojluni/src/main/java/sun/security/pkcs/
H A DPKCS9Attributes.java279 public PKCS9Attribute[] getAttributes() { method in class:PKCS9Attributes
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DAttributedStringTest.java66 public Map getAttributes() { method in class:AttributedStringTest.testAttributedCharacterIterator
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
H A DURLJarFile.java264 public Attributes getAttributes() throws IOException { method in class:URLJarFile.URLJarFileEntry
/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/test/java/libcore/java/text/
H A DOldAttributedStringTest.java214 public Map getAttributes() { method in class:OldAttributedStringTest.testAttributedCharacterIterator
/libcore/ojluni/src/main/java/java/nio/file/
H A DFileTreeWalker.java201 private BasicFileAttributes getAttributes(Path file, boolean canUseCached) method in class:FileTreeWalker
276 attrs = getAttributes(entry, canUseCached);
/libcore/luni/src/main/java/org/w3c/dom/
H A DNode.java264 public NamedNodeMap getAttributes(); method in interface:Node
/libcore/ojluni/src/main/java/java/security/
H A DKeyStore.java461 public default Set<Attribute> getAttributes() { method in interface:KeyStore.Entry
645 public Set<Attribute> getAttributes() { method in class:KeyStore.PrivateKeyEntry
736 public Set<Attribute> getAttributes() { method in class:KeyStore.SecretKeyEntry
820 public Set<Attribute> getAttributes() { method in class:KeyStore.TrustedCertificateEntry

Completed in 432 milliseconds