A B C D E F G H I J K L M N O P Q R S T U V W

A

accumulate(String, Object) - Method in class org.json.JSONObject
Accumulate values under a key.
append(String, Object) - Method in class org.json.JSONObject
Append values to the array under a key.

B

back() - Method in class org.json.JSONTokener
Back up one character.

C

com.google.api - package com.google.api
 
com.google.api.detect - package com.google.api.detect
 
com.google.api.translate - package com.google.api.translate
 
com.tecnick.htmlutils.htmlentities - package com.tecnick.htmlutils.htmlentities
 

D

dehexchar(char) - Static method in class org.json.JSONTokener
Get the hex value of a character (base16).
Detect - Class in com.google.api.detect
Makes the Google Detect API available to Java applications.
Detect() - Constructor for class com.google.api.detect.Detect
 
DetectResult - Class in com.google.api.detect
Represents the result of a Detect query.
DetectResult(Language, boolean, double) - Constructor for class com.google.api.detect.DetectResult
 
doubleToString(double) - Static method in class org.json.JSONObject
Produce a string from a double.

E

ENCODING - Static variable in class com.google.api.GoogleAPI
 
execute(String) - Static method in class com.google.api.detect.Detect
Detects the language of a supplied String.
execute(String, Language, Language) - Static method in class com.google.api.translate.Translate
Translates text from a given Language to another given Language using Google Translate.
execute(String[], Language, Language) - Static method in class com.google.api.translate.Translate
Translates an array of text Strings from a given Language to another given Language using Google Translate.
execute(String, Language, Language[]) - Static method in class com.google.api.translate.Translate
Translates a String from a given Language to an Array of Languages using Google Translate.
execute(String[], Language[], Language[]) - Static method in class com.google.api.translate.Translate
Translates text from a given Language to another given Language using Google Translate.

F

Files - Class in com.google.api
 
fromString(String) - Static method in enum com.google.api.translate.Language
 

G

get(int) - Method in class org.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.json.JSONObject
Get the value object associated with a key.
getBoolean(int) - Method in class org.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.json.JSONObject
Get the boolean value associated with a key.
getCause() - Method in exception org.json.JSONException
 
getConfidence() - Method in class com.google.api.detect.DetectResult
 
getDouble(int) - Method in class org.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.json.JSONObject
Get the double value associated with a key.
getEntitiesTable() - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Get the html entities translation table.
getInt(int) - Method in class org.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.json.JSONObject
Get the int value associated with a key.
getJSONArray(int) - Method in class org.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.json.JSONObject
Get the JSONObject value associated with a key.
getLanguage() - Method in class com.google.api.detect.DetectResult
 
getLong(int) - Method in class org.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.json.JSONObject
Get the long value associated with a key.
getNames(JSONObject) - Static method in class org.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class org.json.JSONObject
Get an array of field names from an Object.
getString(int) - Method in class org.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.json.JSONObject
Get the string associated with a key.
GoogleAPI - Class in com.google.api
Makes generic Google API functionality available to specific API classes.
GoogleAPI() - Constructor for class com.google.api.GoogleAPI
 

H

has(String) - Method in class org.json.JSONObject
Determine if the JSONObject contains a specific key.
htmlAmpersand(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace & characters with & HTML entities.
htmlAngleBrackets(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace < > characters with &lt; &gt; entities.
htmlDoubleQuotes(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace double quotes characters with HTML entities.
HTMLEntities - Class in com.tecnick.htmlutils.htmlentities
Collection of static methods to convert special and extended characters into HTML entitities and vice versa.

Copyright (c) 2004-2005 Tecnick.com S.r.l (www.tecnick.com) Via Ugo Foscolo n.19 - 09045 Quartu Sant'Elena (CA) - ITALY - www.tecnick.com - info@tecnick.com
Project homepage: http://htmlentities.sourceforge.net
License: http://www.gnu.org/copyleft/lesser.html LGPL
HTMLEntities() - Constructor for class com.tecnick.htmlutils.htmlentities.HTMLEntities
Initialize HTML translation maps.
htmlentities(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Convert special and extended characters into HTML entitities.
htmlQuotes(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace single and double quotes characters with HTML entities.
htmlSingleQuotes(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace single quotes characters with HTML entities.

I

isNull(int) - Method in class org.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isReliable() - Method in class com.google.api.detect.DetectResult
 

J

join(String) - Method in class org.json.JSONArray
Make a string from the contents of this JSONArray.
JSONArray - Class in org.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class org.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class org.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Object) - Constructor for class org.json.JSONArray
Construct a JSONArray from an array
JSONException - Exception in org.json
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception org.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception org.json.JSONException
 
JSONObject - Class in org.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class org.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class org.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class org.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONString - Interface in org.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONTokener - Class in org.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(String) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from a string.

K

keys() - Method in class org.json.JSONObject
Get an enumeration of the keys of the JSONObject.

L

Language - Enum in com.google.api.translate
Defines language information for the Google Translate API.
length() - Method in class org.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.json.JSONObject
Get the number of keys stored in the JSONObject.

M

main(String[]) - Static method in class com.google.api.translate.TranslatorFrame
 
more() - Method in class org.json.JSONTokener
Determine if the source string still contains characters that next() can consume.

N

names() - Method in class org.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
next() - Method in class org.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.json.JSONTokener
Get the next n characters.
nextClean() - Method in class org.json.JSONTokener
Get the next char in the string, skipping whitespace and comments (slashslash, slashstar, and hash).
nextString(char) - Method in class org.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class org.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.json.JSONTokener
Get the text up but not including one of the specified delimeter characters or the end of line, whichever comes first.
nextValue() - Method in class org.json.JSONTokener
Get the next value.
NULL - Static variable in class org.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - Static method in class org.json.JSONObject
Produce a string from a Number.

O

opt(int) - Method in class org.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class org.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class org.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class org.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
org.json - package org.json
 

P

put(boolean) - Method in class org.json.JSONArray
Append a boolean value.
put(Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class org.json.JSONArray
Append a double value.
put(int) - Method in class org.json.JSONArray
Append an int value.
put(long) - Method in class org.json.JSONArray
Append an long value.
put(Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.json.JSONArray
Append an object value.
put(int, boolean) - Method in class org.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class org.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, Collection) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, boolean) - Method in class org.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class org.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject.
putOpt(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.

Q

quote(String) - Static method in class org.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

read(File) - Static method in class com.google.api.Files
Reads a file to a String.
referrer - Static variable in class com.google.api.GoogleAPI
The HTTP referrer attribute.
remove(String) - Method in class org.json.JSONObject
Remove a name and its value, if present.
retrieveJSON(URL) - Static method in class com.google.api.GoogleAPI
Forms an HTTP request, sends it using GET method and returns the result of the request as a JSONObject.
retrieveJSON(URL, String) - Static method in class com.google.api.GoogleAPI
Forms an HTTP request, sends it using POST method and returns the result of the request as a JSONObject.

S

setConfidence(double) - Method in class com.google.api.detect.DetectResult
 
setHttpReferrer(String) - Static method in class com.google.api.GoogleAPI
Sets the HTTP Referrer.
setLanguage(Language) - Method in class com.google.api.detect.DetectResult
 
setReliable(boolean) - Method in class com.google.api.detect.DetectResult
 
skipPast(String) - Method in class org.json.JSONTokener
Skip characters until past the requested string.
skipTo(char) - Method in class org.json.JSONTokener
Skip characters until the next character is the requested character.
sortedKeys() - Method in class org.json.JSONObject
Get an enumeration of the keys of the JSONObject.
syntaxError(String) - Method in class org.json.JSONTokener
Make a JSONException to signal a syntax error.

T

toJSONArray(JSONArray) - Method in class org.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(JSONArray) - Method in class org.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONString() - Method in interface org.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
toString() - Method in enum com.google.api.translate.Language
Returns the String representation of this language.
toString() - Method in class org.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class org.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class org.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class org.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.json.JSONTokener
Make a printable string of this JSONTokener.
Translate - Class in com.google.api.translate
Makes the Google Translate API available to Java applications.
Translate() - Constructor for class com.google.api.translate.Translate
 
translate(String, Language, Language) - Static method in class com.google.api.translate.Translate
Deprecated. Replaced by execute().
TranslatorFrame - Class in com.google.api.translate
 
TranslatorFrame() - Constructor for class com.google.api.translate.TranslatorFrame
Creates new form TranslatorFrame

U

unhtmlAmpersand(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace &amp; HTML entities with & characters.
unhtmlAngleBrackets(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace &lt; &gt; entities with < > characters.
unhtmlDoubleQuotes(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace single quotes HTML entities with equivalent character.
unhtmlentities(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Convert HTML entities to special and extended unicode characters equivalents.
unhtmlQuotes(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace single and double quotes HTML entities with equivalent characters.
unhtmlSingleQuotes(String) - Static method in class com.tecnick.htmlutils.htmlentities.HTMLEntities
Replace single quotes HTML entities with equivalent character.

V

validateReferrer() - Static method in class com.google.api.GoogleAPI
 
valueOf(String) - Static method in enum com.google.api.translate.Language
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.api.translate.Language
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(File, String) - Static method in class com.google.api.Files
Writes a String to a given file.
write(Writer) - Method in class org.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class org.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.

A B C D E F G H I J K L M N O P Q R S T U V W

Copyright © 2009-2010. All Rights Reserved.