Searched refs:Parser (Results 1 – 17 of 17) sorted by relevance
8 import org.xml.sax.Parser;78 public static Parser makeParser () in makeParser()117 public static Parser makeParser (String className) in makeParser()123 return (Parser) NewInstance.newInstance ( in makeParser()
18 import org.xml.sax.Parser;53 public class XMLReaderAdapter implements Parser, ContentHandler
18 import org.xml.sax.Parser;122 public ParserAdapter (Parser parser) in ParserAdapter()136 private void setup (Parser parser) in setup()833 private Parser parser = null;
24 import org.xml.sax.Parser;38 private Parser parser;71 public Parser getParser() { in getParser()
24 import org.xml.sax.Parser;32 public class DoNothingParser implements Parser {
24 import org.xml.sax.Parser;32 class NoAccessParser implements Parser {
24 import org.xml.sax.Parser;32 public class NoInstanceParser implements Parser {
27 import org.xml.sax.Parser;31 public class MockParser implements Parser {
28 import org.xml.sax.Parser;352 Parser parser = this.getParser(); in parse()402 public abstract org.xml.sax.Parser getParser() throws SAXException; in getParser()
53 public interface Parser interface
22 import com.android.ahat.heapdump.Parser;217 return Parser.parseHeapDump(file, new ProguardMap()); in fetchHeapDump()
35 import org.xml.sax.Parser;62 private Parser parser = new MockParser(logger);
584 new Parser(str).parse(false); in URI()669 new Parser(s).parse(true); in URI()742 new Parser(s).parse(false); in URI()813 new Parser(toString(scheme, ssp, in URI()911 new Parser(string).parse(true); in parseServerAuthority()1658 new Parser(string).parse(false); in readObject()2882 private class Parser { class2887 Parser(String s) { in Parser() method in URI.Parser
29 import org.xml.sax.Parser;63 public Parser getParser() throws SAXException { in getParser()839 Parser parser = spf.newSAXParser().getParser(); in testGetParser()
684 private class Parser { class in URI686 Parser(java.lang.String s) { in Parser() method in URI.Parser
314 "luni/src/main/java/org/xml/sax/Parser.java",
20440 method public abstract org.xml.sax.Parser getParser() throws org.xml.sax.SAXException;21521 @Deprecated public interface Parser {21761 ctor public ParserAdapter(org.xml.sax.Parser);21787 …method @Deprecated public static org.xml.sax.Parser makeParser() throws java.lang.ClassCastExcepti…21788 …method @Deprecated public static org.xml.sax.Parser makeParser(String) throws java.lang.ClassCastE…21829 public class XMLReaderAdapter implements org.xml.sax.ContentHandler org.xml.sax.Parser {