@Deprecated public class XMLTokener extends JSONTokener
| Constructor and Description |
|---|
XMLTokener(String s)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
nextCDATA()
Deprecated.
|
Object |
nextContent()
Deprecated.
|
Object |
nextEntity(char ampersand)
Deprecated.
|
Object |
nextMeta()
Deprecated.
|
Object |
nextToken()
Deprecated.
|
boolean |
skipPast(String to)
Deprecated.
Advances past all input up to and including the next occurrence of
thru. |
public static final HashMap entity
public XMLTokener(String s)
public String nextCDATA() throws JSONException
JSONExceptionpublic Object nextContent() throws JSONException
JSONExceptionpublic Object nextEntity(char ampersand) throws JSONException
JSONExceptionpublic Object nextMeta() throws JSONException
JSONExceptionpublic Object nextToken() throws JSONException
JSONExceptionpublic boolean skipPast(String to) throws JSONException
JSONTokenerthru. If the
remaining input doesn't contain thru, the input is exhausted.skipPast in class JSONTokenerto - The string to skip over.JSONExceptionCopyright © 2006–2021 Apache Software Foundation. All rights reserved.