public void startDocument(LocatorEx loc, NamespaceContext nsContext) throws SAXException {
   next.startDocument(loc, nsContext);
 }
 public void startDocument() throws SAXException {
   next.startDocument(loc, null);
 }