Home
last modified time | relevance | path

Searched refs:getParser (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/javax/xml/parsers/
DSAXParser.java352 Parser parser = this.getParser(); in parse()
402 public abstract org.xml.sax.Parser getParser() throws SAXException; in getParser() method in SAXParser
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DSAXParserImpl.java71 public Parser getParser() { in getParser() method in SAXParserImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserTest.java63 public Parser getParser() throws SAXException { in getParser() method in SAXParserTest.MockSAXParser
839 Parser parser = spf.newSAXParser().getParser(); in testGetParser()
/libcore/api/
Dcurrent.txt20440 method public abstract org.xml.sax.Parser getParser() throws org.xml.sax.SAXException;