Searched defs:getAttribute (Results 1 - 13 of 13) 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/luni/src/main/java/java/text/
H A DAttributedCharacterIterator.java172 public Object getAttribute(Attribute attribute); method in interface:AttributedCharacterIterator
H A DAttributedString.java217 public Object getAttribute( method in class:AttributedString.AttributedIterator
413 Object value = iterator.getAttribute(attribute);
448 Object value = iterator.getAttribute(attribute);
/libcore/luni/src/main/java/javax/xml/transform/
H A DTransformerFactory.java307 public abstract Object getAttribute(String name); method in class:TransformerFactory
/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/libcore/icu/
H A DNativeCollation.java25 public static native int getAttribute(int address, int type); method in class:NativeCollation
H A DRuleBasedCollatorICU.java71 return NativeCollation.getAttribute(address, DECOMPOSITION_MODE);
79 return NativeCollation.getAttribute(address, STRENGTH);
90 public int getAttribute(int type) { method in class:RuleBasedCollatorICU
91 return NativeCollation.getAttribute(address, type);
H A DNativeDecimalFormat.java58 * getAttribute/setAttribute.
339 return getAttribute(this.address, UNUM_MAX_FRACTION_DIGITS);
343 return getAttribute(this.address, UNUM_MAX_INTEGER_DIGITS);
347 return getAttribute(this.address, UNUM_MIN_FRACTION_DIGITS);
351 return getAttribute(this.address, UNUM_MIN_INTEGER_DIGITS);
355 return getAttribute(this.address, UNUM_GROUPING_SIZE);
359 return getAttribute(this.address, UNUM_MULTIPLIER);
391 return getAttribute(this.address, UNUM_DECIMAL_ALWAYS_SHOWN) != 0;
399 return getAttribute(this.address, UNUM_PARSE_INT_ONLY) != 0;
403 return getAttribute(thi
629 private static native int getAttribute(long addr, int symbol); method in class:NativeDecimalFormat
[all...]
/libcore/luni/src/main/java/org/w3c/dom/
H A DElement.java53 public String getAttribute(String name); method in interface:Element
/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/luni/src/test/java/tests/api/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/java/security/
H A DProvider.java950 public final String getAttribute(String name) { method in class:Provider.Service

Completed in 86 milliseconds