Home
last modified time | relevance | path

Searched defs:getAttribute (Results 1 – 14 of 14) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DDocumentBuilderFactoryImpl.java38 public Object getAttribute(String name) throws IllegalArgumentException { in getAttribute() method in DocumentBuilderFactoryImpl
/libcore/luni/src/main/java/java/text/
DAttributedCharacterIterator.java172 public Object getAttribute(Attribute attribute); in getAttribute() method
DAttributedString.java217 public Object getAttribute( in getAttribute() method in AttributedString.AttributedIterator
/libcore/luni/src/main/java/javax/xml/transform/
DTransformerFactory.java307 public abstract Object getAttribute(String name); in getAttribute() method in TransformerFactory
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DAttributedStringTest.java63 public Object getAttribute(AttributedCharacterIterator.Attribute p) { in getAttribute() method in AttributedStringTest.testAttributedCharacterIterator
/libcore/luni/src/main/java/javax/xml/parsers/
DDocumentBuilderFactory.java295 public abstract Object getAttribute(String name) in getAttribute() method in DocumentBuilderFactory
/libcore/luni/src/main/java/org/w3c/dom/
DElement.java53 public String getAttribute(String name); in getAttribute() method
/libcore/luni/src/main/java/libcore/icu/
DNativeCollation.java27 public static native int getAttribute(long address, int type); in getAttribute() method in NativeCollation
DRuleBasedCollatorICU.java90 public int getAttribute(int type) { in getAttribute() method in RuleBasedCollatorICU
DNativeDecimalFormat.java624 private static native int getAttribute(long addr, int symbol); in getAttribute() method in NativeDecimalFormat
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DDocumentBuilderFactoryTest.java956 public Object getAttribute(String name) { in getAttribute() method in DocumentBuilderFactoryTest.DocumentBuilderFactoryChild
/libcore/luni/src/test/java/libcore/java/text/
DOldAttributedStringTest.java210 public Object getAttribute(AttributedCharacterIterator.Attribute p) { in getAttribute() method in OldAttributedStringTest.testAttributedCharacterIterator
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DElementImpl.java82 public String getAttribute(String name) { in getAttribute() method in ElementImpl
/libcore/luni/src/main/java/java/security/
DProvider.java1032 public final String getAttribute(String name) { in getAttribute() method in Provider.Service