示例#1
0
 @Override
 public State next(char c, ParserData data, XMLParser xmlparser) {
   xmlparser.onEnd(data);
   return INVALID_END;
 }