Home
last modified time | relevance | path

Searched defs:getAttribute (Results 1 – 13 of 13) 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/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/libcore/icu/
DNativeCollation.java25 public static native int getAttribute(int 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(int addr, int symbol); in getAttribute() method in NativeDecimalFormat
/libcore/luni/src/main/java/org/w3c/dom/
DElement.java53 public String getAttribute(String name); in getAttribute() method
/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/test/java/tests/api/javax/xml/parsers/
DDocumentBuilderFactoryTest.java956 public Object getAttribute(String name) { in getAttribute() method in DocumentBuilderFactoryTest.DocumentBuilderFactoryChild
/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.java941 public final String getAttribute(String name) { in getAttribute() method in Provider.Service