org.apache.wicket.ajax.json
Class XMLTokener
java.lang.Object
org.apache.wicket.ajax.json.JSONTokener
org.apache.wicket.ajax.json.XMLTokener
Deprecated. since 6.27.0/7.7.0 for legal reasons.
@Deprecated
public class XMLTokener
- extends JSONTokener
| Methods inherited from class org.apache.wicket.ajax.json.JSONTokener |
back, dehexchar, end, more, next, next, next, nextClean, nextString, nextTo, nextTo, nextValue, skipTo, syntaxError, toString |
entity
public static final HashMap entity
- Deprecated.
XMLTokener
public XMLTokener(String s)
- Deprecated.
nextCDATA
public String nextCDATA()
throws JSONException
- Deprecated.
- Throws:
JSONException
nextContent
public Object nextContent()
throws JSONException
- Deprecated.
- Throws:
JSONException
nextEntity
public Object nextEntity(char ampersand)
throws JSONException
- Deprecated.
- Throws:
JSONException
nextMeta
public Object nextMeta()
throws JSONException
- Deprecated.
- Throws:
JSONException
nextToken
public Object nextToken()
throws JSONException
- Deprecated.
- Throws:
JSONException
skipPast
public boolean skipPast(String to)
throws JSONException
- Deprecated.
- Description copied from class:
JSONTokener
- Advances past all input up to and including the next occurrence of
thru. If the
remaining input doesn't contain thru, the input is exhausted.
- Overrides:
skipPast in class JSONTokener
- Parameters:
to - The string to skip over.
- Returns:
-
- Throws:
JSONException
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.