// ignore key
private final String IGNORE = " standalone=\"no\"?>";
@Override
public int read() throws IOException {
if (IGNORE.equals(internal.readAhead(IGNORE.length()))) {
// ignore everything except the last two characters
internal.read(IGNORE.length() - 2);
}
// return the next character