Uses of Class
org.apache.wicket.ajax.json.XMLTokener

Packages that use XMLTokener
org.apache.wicket.ajax.json   
 

Uses of XMLTokener in org.apache.wicket.ajax.json
 

Methods in org.apache.wicket.ajax.json with parameters of type XMLTokener
static JSONArray JSONML.toJSONArray(XMLTokener x)
          Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
static JSONObject JSONML.toJSONObject(XMLTokener x)
          Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.