public void processingInstruction(String s, String s1) throws SAXException {
   consumer.processingInstruction(s, s1);
 }