Exemplo n.º 1
0
 @Override
 public void startElement(String namespaceURI, String localName, String qName, Attributes atts)
     throws SAXException {
   super.startElement(namespaceURI, localName, qName, atts);
   mVisited = true;
 }
Exemplo n.º 2
0
 @Override
 public void reset() {
   mVisited = false;
   super.reset();
 }