Searched refs:fileParserThread (Results 1 – 1 of 1) sorted by relevance
57 new fileParserThread(args[i]).run(); in main()93 new fileParserThread(PathUtilities.getNormalizedPathString(s)).run(); in parseDirectory()154 public static class fileParserThread extends Thread { class in XMLValidator157 fileParserThread(String _filename) { in fileParserThread() method in XMLValidator.fileParserThread