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