Ejemplo n.º 1
0
 public void startElement(String uri, String localname, String qName, Attributes attributes)
     throws SAXException {
   elementCount++;
   if (elementCount > 1) super.startElement(uri, localname, qName, attributes);
 }