Esempio n. 1
0
 // Implements org.xml.sax.XMLReader interface.
 public boolean getFeature(String name)
     throws SAXNotRecognizedException, SAXNotSupportedException {
   return _parser.getFeature(name);
 }