Esempio n. 1
0
 /**
  * <i>[SAX ContentHandler interface support]</i> Receives notification of ignorable whitespace
  * in element content.
  */
 public void ignorableWhitespace(char ch[], int start, int length) throws SAXException {
   this.ensureInitialization();
   super.ignorableWhitespace(ch, start, length);
 }