protected DummyParser(IProperties<String> properties) throws SAXException {
   super(Utils.createXMLReader(false, true));
   this.properties = properties;
 }