org.apache.wicket.ajax.json
Class XMLTokener

java.lang.Object
  extended by org.apache.wicket.ajax.json.JSONTokener
      extended by org.apache.wicket.ajax.json.XMLTokener

Deprecated. since 6.27.0/7.7.0 for legal reasons.

@Deprecated
public class XMLTokener
extends JSONTokener


Field Summary
static HashMap entity
          Deprecated.  
 
Constructor Summary
XMLTokener(String s)
          Deprecated.  
 
Method Summary
 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.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

entity

public static final HashMap entity
Deprecated. 
Constructor Detail

XMLTokener

public XMLTokener(String s)
Deprecated. 
Method Detail

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.