Java org.json XMLTokener fields, constructors, methods, implement or subclass

Example usage for Java org.json XMLTokener fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.json XMLTokener.

The text is from its open source code.

Method

voidback()
Back up one character.
booleanmore()
Determine if the source string still contains characters that next() can consume.
charnext()
Get the next character in the source string.
StringnextCDATA()
Get the text in the CDATA block.
ObjectnextContent()
Get the next XML outer token, trimming whitespace.
ObjectnextMeta()
Returns the next XML meta token.
ObjectnextToken()
Get the next XML Token.
booleanskipPast(String to)
Skip characters until past the requested string.
JSONExceptionsyntaxError(String message)
Make a JSONException to signal a syntax error.