Example usage for Java org.json XMLTokener fields, constructors, methods, implement or subclass
The text is from its open source code.
void | back() Back up one character. |
boolean | more() Determine if the source string still contains characters that next() can consume. |
char | next() Get the next character in the source string. |
String | nextCDATA() Get the text in the CDATA block. |
Object | nextContent() Get the next XML outer token, trimming whitespace. |
Object | nextMeta() Returns the next XML meta token. |
Object | nextToken() Get the next XML Token. |
boolean | skipPast(String to) Skip characters until past the requested string. |
JSONException | syntaxError(String message) Make a JSONException to signal a syntax error. |