예제 #1
0
 public void startDocument(LocatorEx loc, NamespaceContext nsContext) throws SAXException {
   next.startDocument(loc, nsContext);
 }
예제 #2
0
 public void startDocument() throws SAXException {
   next.startDocument(loc, null);
 }