switch(decodeNonIdentifyingStringOnFirstBit()) {
case NISTRING_STRING:
final String data = new String(_charBuffer, 0, _charBufferLength);
if (_addToTable) {
_v.otherString.add(new CharArrayString(data));
}
try {
_contentHandler.processingInstruction(target, data);
} catch (SAXException e) {
throw new FastInfosetException("processProcessingII", e);