Searched refs:saxParser (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DSubversionHistoryParser.java57 private SAXParser saxParser = null; field in class:SubversionHistoryParser
135 saxParser = null;
137 saxParser = factory.newSAXParser();
188 saxParser.parse(new BufferedInputStream(input), handler);
H A DSubversionRepository.java325 SAXParser saxParser = null;
327 saxParser = factory.newSAXParser();
359 saxParser.parse(in, handler);

Completed in 12 milliseconds