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

/opengrok/src/org/opensolaris/opengrok/history/
H A DSubversionHistoryParser.java54 private SAXParser saxParser = null; field in class:SubversionHistoryParser
134 saxParser = null;
136 saxParser = factory.newSAXParser();
187 saxParser.parse(new BufferedInputStream(input), handler);
H A DSubversionRepository.java361 SAXParser saxParser = null;
363 saxParser = factory.newSAXParser();
390 saxParser.parse(in, handler);

Completed in 9 milliseconds