예제 #1
0
 /** reset all XML 1.0 components before parsing and namespace context */
 protected void reset() throws XNIException {
   int count = fComponents.size();
   for (int i = 0; i < count; i++) {
     XMLComponent c = (XMLComponent) fComponents.get(i);
     c.reset(this);
   }
 } // reset()