String text = _charSeq.reloadAtt(index, CharSeqTrimWS.XMLWHITESPACE_TRIM).toString();
byte[] buf = Base64.decode(text.getBytes());
if (buf!=null)
return new ByteArrayInputStream(buf);
else
throw new InvalidLexicalValueException("invalid base64Binary value", _charSeq.getLocation());
}