Searched defs:getAttribute (Results 1 - 15 of 15) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
H A DDocumentBuilderFactoryImpl.java38 public Object getAttribute(String name) throws IllegalArgumentException { method in class:DocumentBuilderFactoryImpl
/libcore/ojluni/src/main/java/java/nio/file/
H A DFileStore.java205 * boolean compression = (Boolean)fs.getAttribute("zfs:compression");
220 public abstract Object getAttribute(String attribute) throws IOException; method in class:FileStore
H A DFiles.java1837 * int uid = (Integer)Files.getAttribute(path, "unix:uid");
1862 public static Object getAttribute(Path path, String attribute, method in class:Files
/libcore/luni/src/main/java/javax/xml/transform/
H A DTransformerFactory.java307 public abstract Object getAttribute(String name); method in class:TransformerFactory
/libcore/ojluni/src/main/java/java/text/
H A DAttributedCharacterIterator.java276 public Object getAttribute(Attribute attribute); method in interface:AttributedCharacterIterator
H A DAttributedString.java277 Object value = text.getAttribute(attributeKey);
611 private synchronized Object getAttribute(Attribute attribute, int runIndex) { method in class:AttributedString
628 Object value = getAttribute(attribute, runIndex);
635 valuesMatch(value, getAttribute(attribute, currIndex - 1))) {
649 valuesMatch(value, getAttribute(attribute, currIndex + 1))) {
669 if (!valuesMatch(getAttribute(key, runIndex1), getAttribute(key, runIndex2))) {
881 Object value = getAttribute(attribute);
885 valuesMatch(value, AttributedString.this.getAttribute(attribute, runIndex - 1))) {
922 Object value = getAttribute(attribut
992 public Object getAttribute(Attribute attribute) { method in class:AttributedString.AttributedStringIterator
[all...]
/libcore/ojluni/src/main/java/sun/security/pkcs/
H A DPKCS9Attributes.java264 public PKCS9Attribute getAttribute(ObjectIdentifier oid) { method in class:PKCS9Attributes
271 public PKCS9Attribute getAttribute(String name) { method in class:PKCS9Attributes
286 attribs[j] = getAttribute(PKCS9Attribute.PKCS9_OIDS[i]);
300 Object value = getAttribute(oid).getValue();
334 value = getAttribute(PKCS9Attribute.PKCS9_OIDS[i]);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DAttributedStringTest.java63 public Object getAttribute(AttributedCharacterIterator.Attribute p) { method in class:AttributedStringTest.testAttributedCharacterIterator
/libcore/luni/src/main/java/javax/xml/parsers/
H A DDocumentBuilderFactory.java295 public abstract Object getAttribute(String name) method in class:DocumentBuilderFactory
/libcore/luni/src/main/java/org/w3c/dom/
H A DElement.java53 public String getAttribute(String name); method in interface:Element
/libcore/ojluni/src/main/java/sun/nio/fs/
H A DUnixFileStore.java143 public Object getAttribute(String attribute) throws IOException { method in class:UnixFileStore
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
H A DDocumentBuilderFactoryTest.java77 * javax.xml.parsers.DocumentBuilderFactory#getAttribute(String).
88 // assertEquals(values[i], dbf.getAttribute(attributes[i]));
108 // dbf.getAttribute(badAttributes[i]);
339 // assertEquals(values[i], dbf.getAttribute(attributes[i]));
681 dbf.getAttribute("foo");
956 public Object getAttribute(String name) { method in class:DocumentBuilderFactoryTest.DocumentBuilderFactoryChild
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DElementImpl.java82 public String getAttribute(String name) { method in class:ElementImpl
145 if (name.equals(getAttribute("id"))) {
/libcore/luni/src/test/java/libcore/java/text/
H A DOldAttributedStringTest.java210 public Object getAttribute(AttributedCharacterIterator.Attribute p) { method in class:OldAttributedStringTest.testAttributedCharacterIterator
430 .getAttribute(aci[0]).equals("value1"));
432 .getAttribute(aci[1]).equals("value2"));
434 .getAttribute(aci[2]) == null);
462 .getAttribute(aci[0]) == null);
464 .getAttribute(aci[1]) == null);
466 .getAttribute(aci[2]) == null);
471 .getAttribute(aci[0]).equals("value1"));
473 .getAttribute(aci[1]).equals("value2"));
475 .getAttribute(ac
[all...]
/libcore/ojluni/src/main/java/java/security/
H A DProvider.java1574 public final String getAttribute(String name) { method in class:Provider.Service
1796 s = getAttribute("SupportedKeyFormats");
1800 s = getAttribute("SupportedKeyClasses");

Completed in 350 milliseconds