Home
last modified time | relevance | path

Searched defs:getProperty (Results 1 – 25 of 37) sorted by relevance

12

/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DSAXParserImpl.java80 public Object getProperty(String name) throws SAXNotRecognizedException, in getProperty() method in SAXParserImpl
/libcore/ojluni/annotations/mmodule/java/lang/
DSystem.annotated.java69 public static java.lang.String getProperty(java.lang.String key) { throw new RuntimeException("Stub… in getProperty() method in System
71 public static java.lang.String getProperty(java.lang.String key, java.lang.String def) { throw new … in getProperty() method in System
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DSystem.annotated.java69 @libcore.util.Nullable public static java.lang.String getProperty(@libcore.util.NonNull java.lang.S… in getProperty() method in System
71 @libcore.util.Nullable public static java.lang.String getProperty(@libcore.util.NonNull java.lang.S… in getProperty() method in System
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
DMockFilter.java55 public Object getProperty(String name) throws SAXNotRecognizedException, in getProperty() method in MockFilter
DNoSubclassXMLReader.java51 public Object getProperty(String name) { in getProperty() method in NoSubclassXMLReader
DDoNothingXMLReader.java51 public Object getProperty(String name) { in getProperty() method in DoNothingXMLReader
DNoAccessXMLReader.java51 public Object getProperty(String name) { in getProperty() method in NoAccessXMLReader
DNoInstanceXMLReader.java54 public Object getProperty(String name) { in getProperty() method in NoInstanceXMLReader
DMockReader.java82 public Object getProperty(String name) throws SAXNotRecognizedException, in getProperty() method in MockReader
/libcore/luni/src/main/java/javax/xml/validation/
DValidatorHandler.java448 …public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException { in getProperty() method in ValidatorHandler
DValidator.java439 …public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException { in getProperty() method in Validator
DSchemaFactory.java374 …public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException { in getProperty() method in SchemaFactory
/libcore/luni/src/main/java/org/xml/sax/
DXMLReader.java181 public Object getProperty (String name) in getProperty() method
/libcore/ojluni/annotations/hiddenapi/java/util/
DProperties.java108 public java.lang.String getProperty(java.lang.String key) { in getProperty() method in Properties
112 public java.lang.String getProperty(java.lang.String key, java.lang.String defaultValue) { in getProperty() method in Properties
/libcore/luni/src/test/java/tests/org/w3c/dom/
DDocumentBuilderSetting.java258 public final String getProperty() { in getProperty() method in DocumentBuilderSetting
/libcore/dom/src/test/java/org/w3c/domts/
DDocumentBuilderSetting.java259 public final String getProperty() { in getProperty() method in DocumentBuilderSetting
/libcore/ojluni/src/main/java/sun/util/logging/
DLoggingProxy.java67 public String getProperty(String key); in getProperty() method
/libcore/ojluni/src/main/java/java/util/logging/
DLoggingProxyImpl.java114 public String getProperty(String key) { in getProperty() method in LoggingProxyImpl
/libcore/ojluni/src/main/java/java/util/
DProperties.java983 public String getProperty(String key) { in getProperty() method in Properties
1002 public String getProperty(String key, String defaultValue) { in getProperty() method in Properties
/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlSerializer.java89 Object getProperty(String name); in getProperty() method
DXmlPullParser.java456 Object getProperty(String name); in getProperty() method
/libcore/luni/src/main/java/javax/xml/parsers/
DSAXParser.java470 public abstract Object getProperty(String name) in getProperty() method in SAXParser
/libcore/luni/src/test/java/libcore/xml/
DXmlPullParserFactoryTest.java151 public Object getProperty(String name) { in getProperty() method in XmlPullParserFactoryTest.XmlSerializerStub
239 public Object getProperty(String name) { in getProperty() method in XmlPullParserFactoryTest.XmlPullParserStub
/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatReader.java141 public Object getProperty(String name) in getProperty() method in ExpatReader
/libcore/luni/src/main/java/org/xml/sax/helpers/
DXMLFilterImpl.java222 public Object getProperty (String name) in getProperty() method in XMLFilterImpl

12