Exemplo n.º 1
0
 /** Start element. */
 public void startElement(QName element, XMLAttributes attributes, Augmentations augs)
     throws XNIException {
   if (fElementDepth <= fRemovalElementDepth && handleOpenTag(element, attributes)) {
     super.startElement(element, attributes, augs);
   }
   fElementDepth++;
 }