XPathMatcher matcher = fMatcherStack.getMatcherAt(i);
if (DEBUG_IDENTITY_CONSTRAINTS) {
String text = new String(chars, offset, length);
System.out.println("<IC>: "+matcher.toString()+"#characters("+text+")");
}
matcher.characters(chars, offset, length);
}
if (fGrammar != null && fValidating) {
fGrammar.getElementDecl(fCurrentElementIndex, fTempElementDecl);
fCurrentDV = fTempElementDecl.datatypeValidator;