public class XMLTokener extends JSONTokener
| 构造器和说明 |
|---|
XMLTokener(String s) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
nextCDATA() |
Object |
nextContent() |
Object |
nextEntity(char ampersand) |
Object |
nextMeta() |
Object |
nextToken() |
boolean |
skipPast(String to) |
public XMLTokener(String s)
public String nextCDATA() throws JSONException
public Object nextContent() throws JSONException
public Object nextEntity(char ampersand) throws JSONException
public Object nextMeta() throws JSONException
public Object nextToken() throws JSONException
public boolean skipPast(String to) throws JSONException
Copyright © 2015. All rights reserved.