예제 #1
0
 public boolean isUniqueProblem(final SAXParseException e) {
   String error = myHandler.buildMessageString(e);
   if (ourErrorsSet.contains(error)) return false;
   ourErrorsSet.add(error);
   return true;
 }
예제 #2
0
 public void startProcessing() {
   myHandler.doParse();
 }