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