Home
last modified time | relevance | path

Searched defs:getFeature (Results 1 – 25 of 38) sorted by relevance

12

/libcore/luni/src/main/java/org/w3c/dom/
DDOMImplementation.java133 public Object getFeature(String feature, in getFeature() method
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DDocumentBuilderFactoryImpl.java43 public boolean getFeature(String name) throws ParserConfigurationException { in getFeature() method in DocumentBuilderFactoryImpl
DSAXParserFactoryImpl.java42 public boolean getFeature(String name) throws SAXNotRecognizedException { in getFeature() method in SAXParserFactoryImpl
/libcore/dom/src/test/java/org/w3c/domts/
DJTidyDOMImplementation.java127 public Object getFeature(String feature, String version) { in getFeature() method in JTidyDOMImplementation
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDOMImplementationImpl.java87 public Object getFeature(String feature, String version) { in getFeature() method in DOMImplementationImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
DMockFilter.java49 public boolean getFeature(String name) throws SAXNotRecognizedException, in getFeature() method in MockFilter
DNoSubclassXMLReader.java47 public boolean getFeature(String name) { in getFeature() method in NoSubclassXMLReader
DNoAccessXMLReader.java47 public boolean getFeature(String name) { in getFeature() method in NoAccessXMLReader
DDoNothingXMLReader.java47 public boolean getFeature(String name) { in getFeature() method in DoNothingXMLReader
DNoInstanceXMLReader.java50 public boolean getFeature(String name) { in getFeature() method in NoInstanceXMLReader
DMockReader.java77 public boolean getFeature(String name) throws SAXNotRecognizedException, in getFeature() method in MockReader
/libcore/luni/src/main/java/javax/xml/validation/
DValidatorHandler.java349 …public boolean getFeature(String name) throws SAXNotRecognizedException, SAXNotSupportedException { in getFeature() method in ValidatorHandler
DValidator.java341 …public boolean getFeature(String name) throws SAXNotRecognizedException, SAXNotSupportedException { in getFeature() method in Validator
DSchemaFactory.java267 …public boolean getFeature(String name) throws SAXNotRecognizedException, SAXNotSupportedException { in getFeature() method in SchemaFactory
/libcore/luni/src/test/java/libcore/javax/xml/validation/
DValidatorTest.java53 public void getFeature() { in getFeature() method in ValidatorTest
DValidatorHandlerTest.java53 public void getFeature() { in getFeature() method in ValidatorHandlerTest
/libcore/luni/src/main/java/javax/xml/xpath/
DXPathFactory.java250 public abstract boolean getFeature(String name) in getFeature() method in XPathFactory
/libcore/luni/src/main/java/org/xml/sax/
DXMLReader.java125 public boolean getFeature (String name) in getFeature() method
/libcore/luni/src/main/java/javax/xml/parsers/
DSAXParserFactory.java236 public abstract boolean getFeature(String name) in getFeature() method in SAXParserFactory
DDocumentBuilderFactory.java343 public abstract boolean getFeature(String name) in getFeature() method in DocumentBuilderFactory
/libcore/luni/src/test/java/libcore/javax/xml/xpath/
DXPathFactoryTest.java40 public boolean getFeature(String name) { return true; } in getFeature() method in XPathFactoryTest.XPathFactoryForTest
/libcore/luni/src/main/java/javax/xml/transform/
DTransformerFactory.java284 public abstract boolean getFeature(String name); in getFeature() method in TransformerFactory
/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlPullParserFactory.java67 public boolean getFeature(String name) { in getFeature() method in XmlPullParserFactory
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserFactoryTest.java434 public boolean getFeature(String name) throws in getFeature() method in SAXParserFactoryTest.MySAXParserFactory
/libcore/luni/src/test/java/libcore/javax/xml/transform/sax/
DSAXSourceTest.java118 public boolean getFeature(String name) in getFeature() method in SAXSourceTest.XMLReaderImpl

12