Searched defs:getAttributes (Results 1 - 15 of 15) 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.java268 public Attributes getAttributes() throws IOException { method in class:JarURLConnection
270 return e != null ? e.getAttributes() : null;
/libcore/ojluni/src/main/java/java/util/jar/
H A DJarEntry.java85 public Attributes getAttributes() throws IOException { method in class:JarEntry
H A DJarFile.java261 public Attributes getAttributes() throws IOException { method in class:JarFile.JarFileEntry
264 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.java240 public Map<Attribute,Object> getAttributes(); method in interface:AttributedCharacterIterator
H A DAttributedString.java106 Map attrs = iterator.getAttributes();
943 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.java237 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/luni/src/main/java/org/w3c/dom/
H A DNode.java264 public NamedNodeMap getAttributes(); method in interface:Node

Completed in 593 milliseconds