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