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

E

end() - Method in class org.json.Scanner
Determine if the scanner is at the end of the stream.
endArray() - Method in class org.json.JSONWriter
End an array.
endObject() - Method in class org.json.JSONWriter
End an object.
endStructure(Appendable) - Method in class org.json.write.NullStructureWriter
Throws a JSONException to indicate this writer can't write an end structure.
endStructure(Appendable) - Method in class org.json.write.SimpleStructureWriter
Throws a JSONException to indicate this writer can't write an end structure.
endStructure(Appendable) - Method in interface org.json.write.StructureWriter
End the structure represented by this object, either a JSON Object or a JSON Array.
entity - Static variable in class org.json.XMLTokener
The table of entity values.
entries(Map<?, ?>) - Method in class org.json.JSONWriter
Append a sequence of keys and values in an object.
EQ - Static variable in class org.json.XML
The Character '='.
equals(Object) - Method in class org.json.stream.BuilderLimits
 
escape(String) - Static method in class org.json.Cookie
Produce a copy of a string in which the characters '+', '%', '=', ';' and control characters are replaced with "%hh".
escape(String) - Static method in class org.json.XML
Replace special characters with XML escapes: & (ampersand) is replaced by &amp; < (less than) is replaced by &lt; > (greater than) is replaced by &gt; " (double quote) is replaced by &quot;
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links