Searched refs:NDATA (Results 1 – 1 of 1) sorted by relevance
78 private static final char[] NDATA = new char[]{ 'N', 'D', 'A', 'T', 'A' }; field in KXmlParser932 if (peekCharacter() == NDATA[0]) { in readEntityDeclaration()933 read(NDATA); in readEntityDeclaration()