Beispiel #1
0
  @Override
  public void endDocument() throws SAXException {
    map.clear();
    eventHandler = null;

    super.endDocument();
  }
Beispiel #2
0
 @Override
 public void startDocument(ValidationEventHandler eventHandler) throws SAXException {
   super.startDocument(eventHandler);
   this.eventHandler = eventHandler;
 }