public void characters(XMLString text, Augmentations augs)
throws XNIException {
if (!fIgnoreChars) {
final Element currentElement = (Element) fDOMValidatorHelper.getCurrentElement();
currentElement.appendChild(fDocument.createTextNode(text.toString()));
}
}
public void ignorableWhitespace(XMLString text, Augmentations augs)
throws XNIException {