Searched refs:END_CDATA (Results 1 – 1 of 1) sorted by relevance
66 private static final char[] END_CDATA = { ']', ']', '>' }; field in KXmlParser400 text = readUntil(END_CDATA, true); in next()