Searched refs:NoopParser (Results 1 – 6 of 6) sorted by relevance
37 private IParser mCurrentParser = new NoopParser();117 if (item != null && !(mCurrentParser instanceof NoopParser)) { in runCurrentParser()
25 public class NoopParser implements IParser { class
63 addSectionParser(new NoopParser(), NOOP_SECTION_REGEX); in setup()
75 addSectionParser(new NoopParser(), NOOP_SECTION_REGEX); in setup()
72 addSectionParser(new NoopParser(), NOOP_SECTION_REGEX); in setup()
183 addSectionParser(new NoopParser(), NOOP_SECTION_REGEX); in setup()