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

A

AbstractDOMDocumentParser - Class in org.codehaus.jettison
An abstract JSON DOM parser
AbstractDOMDocumentParser(AbstractXMLInputFactory) - Constructor for class org.codehaus.jettison.AbstractDOMDocumentParser
 
AbstractDOMDocumentSerializer - Class in org.codehaus.jettison
An abstract JSON DOM serializer
AbstractDOMDocumentSerializer(OutputStream, AbstractXMLOutputFactory) - Constructor for class org.codehaus.jettison.AbstractDOMDocumentSerializer
 
AbstractXMLEventWriter - Class in org.codehaus.jettison
An XMLEventWriter that delegates to an XMLStreamWriter.
AbstractXMLEventWriter(XMLStreamWriter) - Constructor for class org.codehaus.jettison.AbstractXMLEventWriter
 
AbstractXMLInputFactory - Class in org.codehaus.jettison
 
AbstractXMLInputFactory() - Constructor for class org.codehaus.jettison.AbstractXMLInputFactory
 
AbstractXMLInputFactory(int) - Constructor for class org.codehaus.jettison.AbstractXMLInputFactory
 
AbstractXMLOutputFactory - Class in org.codehaus.jettison
 
AbstractXMLOutputFactory() - Constructor for class org.codehaus.jettison.AbstractXMLOutputFactory
 
AbstractXMLStreamReader - Class in org.codehaus.jettison
 
AbstractXMLStreamReader() - Constructor for class org.codehaus.jettison.AbstractXMLStreamReader
 
AbstractXMLStreamWriter - Class in org.codehaus.jettison
 
AbstractXMLStreamWriter() - Constructor for class org.codehaus.jettison.AbstractXMLStreamWriter
 
accumulate(String, Object) - Method in class org.codehaus.jettison.json.JSONObject
Accumulate values under a key.
add(XMLEvent) - Method in class org.codehaus.jettison.AbstractXMLEventWriter
 
add(XMLEventReader) - Method in class org.codehaus.jettison.AbstractXMLEventWriter
 
append(String, Object) - Method in class org.codehaus.jettison.json.JSONObject
Append values to the array under a key.
array() - Method in class org.codehaus.jettison.json.JSONWriter
Begin appending a new array.

B

back() - Method in class org.codehaus.jettison.json.JSONTokener
Back up one character.
BadgerFishConvention - Class in org.codehaus.jettison.badgerfish
 
BadgerFishConvention() - Constructor for class org.codehaus.jettison.badgerfish.BadgerFishConvention
 
BadgerFishDOMDocumentParser - Class in org.codehaus.jettison.badgerfish
JSON BadgerFish DOM parser
BadgerFishDOMDocumentParser() - Constructor for class org.codehaus.jettison.badgerfish.BadgerFishDOMDocumentParser
 
BadgerFishDOMDocumentSerializer - Class in org.codehaus.jettison.badgerfish
JSON BadgeFish DOM serializer
BadgerFishDOMDocumentSerializer(OutputStream) - Constructor for class org.codehaus.jettison.badgerfish.BadgerFishDOMDocumentSerializer
 
BadgerFishXMLInputFactory - Class in org.codehaus.jettison.badgerfish
 
BadgerFishXMLInputFactory() - Constructor for class org.codehaus.jettison.badgerfish.BadgerFishXMLInputFactory
 
BadgerFishXMLOutputFactory - Class in org.codehaus.jettison.badgerfish
 
BadgerFishXMLOutputFactory() - Constructor for class org.codehaus.jettison.badgerfish.BadgerFishXMLOutputFactory
 
BadgerFishXMLStreamReader - Class in org.codehaus.jettison.badgerfish
 
BadgerFishXMLStreamReader(JSONObject) - Constructor for class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader
 
BadgerFishXMLStreamWriter - Class in org.codehaus.jettison.badgerfish
 
BadgerFishXMLStreamWriter(Writer) - Constructor for class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
BadgerFishXMLStreamWriter(Writer, JSONObject) - Constructor for class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
BadgerFishXMLStreamWriter(Writer, JSONObject, FastStack) - Constructor for class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 

C

close() - Method in class org.codehaus.jettison.AbstractXMLEventWriter
 
close() - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader
 
close() - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
close() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamReader
 
close() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
Configuration - Class in org.codehaus.jettison.mapped
 
Configuration() - Constructor for class org.codehaus.jettison.mapped.Configuration
 
Configuration(Map) - Constructor for class org.codehaus.jettison.mapped.Configuration
 
Configuration(Map, List, List) - Constructor for class org.codehaus.jettison.mapped.Configuration
 
Convention - Interface in org.codehaus.jettison
 
convertToJSONPrimitive(String) - Method in class org.codehaus.jettison.mapped.DefaultConverter
 
convertToJSONPrimitive(String) - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
convertToJSONPrimitive(String) - Method in class org.codehaus.jettison.mapped.SimpleConverter
 
convertToJSONPrimitive(String) - Method in interface org.codehaus.jettison.mapped.TypeConverter
 
createAttributeKey(String, String, String) - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
createFilteredReader(XMLEventReader, EventFilter) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createFilteredReader(XMLStreamReader, StreamFilter) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createJSONObject(JSONTokener) - Method in class org.codehaus.jettison.mapped.MappedXMLInputFactory
 
createKey(String, String, String) - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
createNewJSONTokener(String) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createQName(String, Node) - Method in class org.codehaus.jettison.badgerfish.BadgerFishConvention
 
createQName(String, Node) - Method in interface org.codehaus.jettison.Convention
 
createQName(String, Node) - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
createXMLEventReader(InputStream, String) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createXMLEventReader(InputStream) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createXMLEventReader(Reader) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createXMLEventReader(Source) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createXMLEventReader(String, InputStream) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createXMLEventReader(String, Reader) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createXMLEventReader(XMLStreamReader) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createXMLEventWriter(OutputStream, String) - Method in class org.codehaus.jettison.AbstractXMLOutputFactory
 
createXMLEventWriter(OutputStream) - Method in class org.codehaus.jettison.AbstractXMLOutputFactory
 
createXMLEventWriter(Result) - Method in class org.codehaus.jettison.AbstractXMLOutputFactory
 
createXMLEventWriter(Writer) - Method in class org.codehaus.jettison.AbstractXMLOutputFactory
 
createXMLStreamReader(InputStream) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createXMLStreamReader(InputStream, String) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createXMLStreamReader(JSONTokener) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createXMLStreamReader(Reader) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createXMLStreamReader(Source) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createXMLStreamReader(String, InputStream) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createXMLStreamReader(String, Reader) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createXMLStreamReader(JSONTokener) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLInputFactory
 
createXMLStreamReader(JSONTokener) - Method in class org.codehaus.jettison.mapped.MappedXMLInputFactory
 
createXMLStreamWriter(OutputStream, String) - Method in class org.codehaus.jettison.AbstractXMLOutputFactory
 
createXMLStreamWriter(OutputStream) - Method in class org.codehaus.jettison.AbstractXMLOutputFactory
 
createXMLStreamWriter(Result) - Method in class org.codehaus.jettison.AbstractXMLOutputFactory
 
createXMLStreamWriter(Writer) - Method in class org.codehaus.jettison.AbstractXMLOutputFactory
 
createXMLStreamWriter(Writer) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLOutputFactory
 
createXMLStreamWriter(Writer) - Method in class org.codehaus.jettison.mapped.MappedXMLOutputFactory
 

D

DefaultConverter - Class in org.codehaus.jettison.mapped
Default converter that tries to convert value to appropriate primitive (if fails, returns original string)
DefaultConverter() - Constructor for class org.codehaus.jettison.mapped.DefaultConverter
 
dehexchar(char) - Static method in class org.codehaus.jettison.json.JSONTokener
Get the hex value of a character (base16).
doPut(String, Object, int, boolean) - Method in class org.codehaus.jettison.json.JSONObject
 
doubleToString(double) - Static method in class org.codehaus.jettison.json.JSONObject
Produce a string from a double.

E

empty() - Method in class org.codehaus.jettison.util.FastStack
 
endArray() - Method in class org.codehaus.jettison.json.JSONWriter
End an array.
endObject() - Method in class org.codehaus.jettison.json.JSONWriter
End an object.
ENFORCE_32BIT_INTEGER - Static variable in class org.codehaus.jettison.mapped.DefaultConverter
 
equals(Object) - Method in class org.codehaus.jettison.json.JSONArray
 
equals(Object) - Method in class org.codehaus.jettison.json.JSONObject
 
event - Variable in class org.codehaus.jettison.AbstractXMLStreamReader
 
EXPLICIT_NULL - Static variable in class org.codehaus.jettison.json.JSONObject
 

F

FastStack - Class in org.codehaus.jettison.util
 
FastStack() - Constructor for class org.codehaus.jettison.util.FastStack
 
flush() - Method in class org.codehaus.jettison.AbstractXMLEventWriter
 
flush() - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
flush() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 

G

get(int) - Method in class org.codehaus.jettison.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.codehaus.jettison.json.JSONObject
Get the value object associated with a key.
getArray() - Method in class org.codehaus.jettison.Node
 
getArrayIndex() - Method in class org.codehaus.jettison.Node
 
getAttributeCount() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getAttributeKey() - Method in class org.codehaus.jettison.mapped.Configuration
 
getAttributeLocalName(int) - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getAttributeName(int) - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getAttributeNamespace(int) - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getAttributePrefix(int) - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getAttributes() - Method in class org.codehaus.jettison.Node
 
getAttributesAsElements() - Method in class org.codehaus.jettison.mapped.Configuration
 
getAttributeType(int) - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getAttributeType(int) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader
 
getAttributeValue(int) - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getAttributeValue(String, String) - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getBoolean(int) - Method in class org.codehaus.jettison.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.codehaus.jettison.json.JSONObject
Get the boolean value associated with a key.
getCharacterEncodingScheme() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getCharacterEncodingScheme() - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader
 
getColumn() - Method in exception org.codehaus.jettison.json.JSONException
 
getConvention() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamReader
 
getConvention() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
getCurrentKey() - Method in class org.codehaus.jettison.Node
 
getCurrentNode() - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
getDouble(int) - Method in class org.codehaus.jettison.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.codehaus.jettison.json.JSONObject
Get the double value associated with a key.
getElementText() - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader
 
getElementText() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamReader
 
getEncoding() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getEventAllocator() - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
getEventType() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getIgnoredElements() - Method in class org.codehaus.jettison.mapped.Configuration
 
getIgnoredElements() - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
getInt(int) - Method in class org.codehaus.jettison.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.codehaus.jettison.json.JSONObject
Get the int value associated with a key.
getJSONArray(int) - Method in class org.codehaus.jettison.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.codehaus.jettison.json.JSONObject
Get the JSONArray value associated with a key.
getJsonNamespaceSeparator() - Method in class org.codehaus.jettison.mapped.Configuration
 
getJSONObject(int) - Method in class org.codehaus.jettison.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.codehaus.jettison.json.JSONObject
Get the JSONObject value associated with a key.
getKeys() - Method in class org.codehaus.jettison.Node
 
getLine() - Method in exception org.codehaus.jettison.json.JSONException
 
getLocalName() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getLocation() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getLong(int) - Method in class org.codehaus.jettison.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.codehaus.jettison.json.JSONObject
Get the long value associated with a key.
getName() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getName() - Method in class org.codehaus.jettison.Node
 
getNamespaceContext() - Method in class org.codehaus.jettison.AbstractXMLEventWriter
 
getNamespaceContext() - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader
 
getNamespaceContext() - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
getNamespaceContext() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamReader
 
getNamespaceContext() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
getNamespaceCount() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getNamespaceCount() - Method in class org.codehaus.jettison.Node
 
getNamespacePrefix(int) - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getNamespacePrefix(String) - Method in class org.codehaus.jettison.Node
 
getNamespacePrefix(int) - Method in class org.codehaus.jettison.Node
 
getNamespaceSeparator() - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
getNamespaceURI() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getNamespaceURI(int) - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getNamespaceURI(String) - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getNamespaceURI(String) - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
getNamespaceURI(String) - Method in class org.codehaus.jettison.Node
 
getNamespaceURI(int) - Method in class org.codehaus.jettison.Node
 
getNamespaceURI(String) - Method in class org.codehaus.jettison.XsonNamespaceContext
 
getNodes() - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
getObject() - Method in class org.codehaus.jettison.Node
 
getPIData() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getPITarget() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getPrefix(String) - Method in class org.codehaus.jettison.AbstractXMLEventWriter
 
getPrefix() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getPrefix(String) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
getPrefix(String) - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
getPrefix(String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
getPrefix(String) - Method in class org.codehaus.jettison.XsonNamespaceContext
 
getPrefixes(String) - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
getPrefixes(String) - Method in class org.codehaus.jettison.XsonNamespaceContext
 
getPrimitiveArrayKeys() - Method in class org.codehaus.jettison.mapped.Configuration
 
getPrimitiveArrayKeys() - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
getProperty(String) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
getProperty(String) - Method in class org.codehaus.jettison.AbstractXMLOutputFactory
 
getProperty(String) - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getProperty(String) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
getProperty(String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
getSerializedAsArrays() - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
getString(int) - Method in class org.codehaus.jettison.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.codehaus.jettison.json.JSONObject
Get the string associated with a key.
getText() - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader
 
getText() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamReader
 
getTextCharacters() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getTextKey() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
getTextLength() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getTextStart() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getThreshold() - Method in class org.codehaus.jettison.json.JSONTokener
 
getTypeConverter() - Method in class org.codehaus.jettison.mapped.Configuration
 
getVersion() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getXMLReporter() - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
getXMLResolver() - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
getXmlToJsonNamespaces() - Method in class org.codehaus.jettison.mapped.Configuration
 

H

has(String) - Method in class org.codehaus.jettison.json.JSONObject
Determine if the JSONObject contains a specific key.
hashCode() - Method in class org.codehaus.jettison.json.JSONArray
 
hashCode() - Method in class org.codehaus.jettison.json.JSONObject
 
hasName() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
hasNext() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
hasText() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 

I

isArrayKeysWithSlashAvailable() - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
isAttributeSpecified(int) - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
isAvoidArraySpecificEvents(String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamReader
 
isCharacters() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
isDropRootElement() - Method in class org.codehaus.jettison.mapped.Configuration
 
isDropRootElement() - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
isElement(String, String, String) - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
isEndElement() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
isEscapeForwardSlashAlways() - Method in class org.codehaus.jettison.json.JSONArray
 
isEscapeForwardSlashAlways() - Method in class org.codehaus.jettison.json.JSONObject
 
isEscapeForwardSlashAlways() - Method in class org.codehaus.jettison.mapped.Configuration
 
isEscapeForwardSlashAlways() - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
isIgnoreEmptyArrayValues() - Method in class org.codehaus.jettison.mapped.Configuration
 
isIgnoreEmptyArrayValues() - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
isIgnoreNamespaces() - Method in class org.codehaus.jettison.mapped.Configuration
 
isNull(int) - Method in class org.codehaus.jettison.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.codehaus.jettison.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isPropertySupported(String) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
isPropertySupported(String) - Method in class org.codehaus.jettison.AbstractXMLOutputFactory
 
isReadNullAsString() - Method in class org.codehaus.jettison.mapped.Configuration
 
isReadNullAsString() - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
isRootElementArrayWrapper() - Method in class org.codehaus.jettison.mapped.Configuration
 
isRootElementArrayWrapper() - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
isStandalone() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
isStartElement() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
isSupressAtAttributes() - Method in class org.codehaus.jettison.mapped.Configuration
 
isWhiteSpace() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
isWriteNullAsString() - Method in class org.codehaus.jettison.mapped.Configuration
 
isWriteNullAsString() - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 

J

join(String) - Method in class org.codehaus.jettison.json.JSONArray
Make a string from the contents of this JSONArray.
JSONArray - Class in org.codehaus.jettison.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.codehaus.jettison.json.JSONArray
Construct an empty JSONArray.
JSONArray(int) - Constructor for class org.codehaus.jettison.json.JSONArray
Construct an empty JSONArray with a given capacity.
JSONArray(JSONTokener) - Constructor for class org.codehaus.jettison.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.codehaus.jettison.json.JSONArray
Construct a JSONArray from a source sJSON text.
JSONArray(Collection) - Constructor for class org.codehaus.jettison.json.JSONArray
Construct a JSONArray from a Collection.
JSONException - Exception in org.codehaus.jettison.json
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception org.codehaus.jettison.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(String, int, int) - Constructor for exception org.codehaus.jettison.json.JSONException
 
JSONException(Throwable) - Constructor for exception org.codehaus.jettison.json.JSONException
 
JSONObject - Class in org.codehaus.jettison.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.codehaus.jettison.json.JSONObject
Construct an empty JSONObject.
JSONObject(List) - Constructor for class org.codehaus.jettison.json.JSONObject
 
JSONObject(boolean, List, boolean, boolean) - Constructor for class org.codehaus.jettison.json.JSONObject
 
JSONObject(JSONObject, String[]) - Constructor for class org.codehaus.jettison.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.codehaus.jettison.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class org.codehaus.jettison.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object, String[]) - Constructor for class org.codehaus.jettison.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class org.codehaus.jettison.json.JSONObject
Construct a JSONObject from a string.
JSONSequenceTooLargeException - Exception in org.codehaus.jettison
 
JSONSequenceTooLargeException(String) - Constructor for exception org.codehaus.jettison.JSONSequenceTooLargeException
 
JSONString - Interface in org.codehaus.jettison.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).
JSONStringer - Class in org.codehaus.jettison.json
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class org.codehaus.jettison.json.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in org.codehaus.jettison.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(String) - Constructor for class org.codehaus.jettison.json.JSONTokener
Construct a JSONTokener from a string.
JSONTokener(String, int) - Constructor for class org.codehaus.jettison.json.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in org.codehaus.jettison.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class org.codehaus.jettison.json.JSONWriter
Make a fresh JSONWriter.

K

key(String) - Method in class org.codehaus.jettison.json.JSONWriter
Append a key.
keys() - Method in class org.codehaus.jettison.json.JSONObject
Get an enumeration of the keys of the JSONObject.

L

length() - Method in class org.codehaus.jettison.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.codehaus.jettison.json.JSONObject
Get the number of keys stored in the JSONObject.

M

MappedDOMDocumentParser - Class in org.codehaus.jettison.mapped
JSON Mapped DOM parser
MappedDOMDocumentParser(Configuration) - Constructor for class org.codehaus.jettison.mapped.MappedDOMDocumentParser
 
MappedDOMDocumentSerializer - Class in org.codehaus.jettison.mapped
JSON Mapped DOM serializer
MappedDOMDocumentSerializer(OutputStream, Configuration) - Constructor for class org.codehaus.jettison.mapped.MappedDOMDocumentSerializer
 
MappedNamespaceConvention - Class in org.codehaus.jettison.mapped
 
MappedNamespaceConvention() - Constructor for class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
MappedNamespaceConvention(Configuration) - Constructor for class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
MappedXMLInputFactory - Class in org.codehaus.jettison.mapped
 
MappedXMLInputFactory(Map) - Constructor for class org.codehaus.jettison.mapped.MappedXMLInputFactory
 
MappedXMLInputFactory(Configuration) - Constructor for class org.codehaus.jettison.mapped.MappedXMLInputFactory
 
MappedXMLOutputFactory - Class in org.codehaus.jettison.mapped
 
MappedXMLOutputFactory(Map<?, ?>) - Constructor for class org.codehaus.jettison.mapped.MappedXMLOutputFactory
 
MappedXMLOutputFactory(Configuration) - Constructor for class org.codehaus.jettison.mapped.MappedXMLOutputFactory
 
MappedXMLStreamReader - Class in org.codehaus.jettison.mapped
 
MappedXMLStreamReader(JSONObject) - Constructor for class org.codehaus.jettison.mapped.MappedXMLStreamReader
 
MappedXMLStreamReader(JSONObject, MappedNamespaceConvention) - Constructor for class org.codehaus.jettison.mapped.MappedXMLStreamReader
 
MappedXMLStreamWriter - Class in org.codehaus.jettison.mapped
 
MappedXMLStreamWriter(MappedNamespaceConvention, Writer) - Constructor for class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
mode - Variable in class org.codehaus.jettison.json.JSONWriter
The current mode.
more() - Method in class org.codehaus.jettison.json.JSONTokener
Determine if the source string still contains characters that next() can consume.

N

names() - Method in class org.codehaus.jettison.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
newJSONArray() - Method in class org.codehaus.jettison.json.JSONTokener
 
newJSONObject() - Method in class org.codehaus.jettison.json.JSONTokener
 
next() - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader
 
next() - Method in class org.codehaus.jettison.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.codehaus.jettison.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.codehaus.jettison.json.JSONTokener
Get the next n characters.
next() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamReader
 
nextClean() - Method in class org.codehaus.jettison.json.JSONTokener
Get the next char in the string, skipping whitespace and comments (slashslash, slashstar, and hash).
nextString(char) - Method in class org.codehaus.jettison.json.JSONTokener
Return the characters up to the next close quote character.
nextTag() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
nextTo(char) - Method in class org.codehaus.jettison.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.codehaus.jettison.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.codehaus.jettison.json.JSONTokener
Get the next value.
node - Variable in class org.codehaus.jettison.AbstractXMLStreamReader
 
Node - Class in org.codehaus.jettison
 
Node(Node, String, JSONObject, Convention) - Constructor for class org.codehaus.jettison.Node
 
Node(String, Convention) - Constructor for class org.codehaus.jettison.Node
 
Node(JSONObject) - Constructor for class org.codehaus.jettison.Node
 
NULL - Static variable in class org.codehaus.jettison.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.codehaus.jettison.json.JSONObject
Produce a string from a Number.

O

object() - Method in class org.codehaus.jettison.json.JSONWriter
Begin appending a new object.
opt(int) - Method in class org.codehaus.jettison.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.codehaus.jettison.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.codehaus.jettison.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.codehaus.jettison.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.codehaus.jettison.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.codehaus.jettison.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.codehaus.jettison.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.codehaus.jettison.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.codehaus.jettison.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.codehaus.jettison.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.codehaus.jettison.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.codehaus.jettison.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.codehaus.jettison.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.codehaus.jettison.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.codehaus.jettison.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.codehaus.jettison.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.codehaus.jettison.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.codehaus.jettison.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.codehaus.jettison.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.codehaus.jettison.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.codehaus.jettison.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.codehaus.jettison.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.codehaus.jettison.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.codehaus.jettison.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.codehaus.jettison.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.codehaus.jettison.json.JSONObject
Get an optional string associated with a key.
org.codehaus.jettison - package org.codehaus.jettison
 
org.codehaus.jettison.badgerfish - package org.codehaus.jettison.badgerfish
 
org.codehaus.jettison.json - package org.codehaus.jettison.json
 
org.codehaus.jettison.mapped - package org.codehaus.jettison.mapped
 
org.codehaus.jettison.util - package org.codehaus.jettison.util
 

P

parse(InputStream) - Method in class org.codehaus.jettison.AbstractDOMDocumentParser
 
peek() - Method in class org.codehaus.jettison.util.FastStack
 
pop() - Method in class org.codehaus.jettison.util.FastStack
 
processAttributesAndNamespaces(Node, JSONObject) - Method in class org.codehaus.jettison.badgerfish.BadgerFishConvention
 
processAttributesAndNamespaces(Node, JSONObject) - Method in interface org.codehaus.jettison.Convention
 
processAttributesAndNamespaces(Node, JSONObject) - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
push(Object) - Method in class org.codehaus.jettison.util.FastStack
 
put(boolean) - Method in class org.codehaus.jettison.json.JSONArray
Append a boolean value.
put(Collection) - Method in class org.codehaus.jettison.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.codehaus.jettison.json.JSONArray
Append a double value.
put(int) - Method in class org.codehaus.jettison.json.JSONArray
Append an int value.
put(long) - Method in class org.codehaus.jettison.json.JSONArray
Append an long value.
put(Map) - Method in class org.codehaus.jettison.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.codehaus.jettison.json.JSONArray
Append an object value.
put(int, boolean) - Method in class org.codehaus.jettison.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class org.codehaus.jettison.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.codehaus.jettison.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.codehaus.jettison.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.codehaus.jettison.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class org.codehaus.jettison.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.codehaus.jettison.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, Collection) - Method in class org.codehaus.jettison.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.codehaus.jettison.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class org.codehaus.jettison.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.codehaus.jettison.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.codehaus.jettison.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class org.codehaus.jettison.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.codehaus.jettison.json.JSONObject
Put a key/value pair in the JSONObject.
putOpt(String, Object) - Method in class org.codehaus.jettison.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.codehaus.jettison.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.
quote(String, boolean) - Static method in class org.codehaus.jettison.json.JSONObject
 

R

remove(Object) - Method in class org.codehaus.jettison.json.JSONArray
 
remove(String) - Method in class org.codehaus.jettison.json.JSONObject
Remove a name and its value, if present.
require(int, String, String) - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
result() - Method in class org.codehaus.jettison.util.StringIndenter
get the result

S

serialize(Element) - Method in class org.codehaus.jettison.AbstractDOMDocumentSerializer
 
serializeAsArray(String) - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
seriliazeAsArray(String) - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
Deprecated.
since 1.2 because of misspelling. Use serializeAsArray(String name) instead.
setArray(JSONArray) - Method in class org.codehaus.jettison.Node
 
setArrayIndex(int) - Method in class org.codehaus.jettison.Node
 
setAttribute(QName, String) - Method in class org.codehaus.jettison.Node
 
setAttributeKey(String) - Method in class org.codehaus.jettison.mapped.Configuration
 
setAttributesAsElements(List) - Method in class org.codehaus.jettison.mapped.Configuration
 
setCurrentKey(String) - Method in class org.codehaus.jettison.Node
 
setDefaultNamespace(String) - Method in class org.codehaus.jettison.AbstractXMLEventWriter
 
setDefaultNamespace(String) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
setDefaultNamespace(String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
setDropRootElement(boolean) - Method in class org.codehaus.jettison.mapped.Configuration
 
setEnforce32BitInt(boolean) - Method in class org.codehaus.jettison.mapped.DefaultConverter
 
setEscapeForwardSlashAlways(boolean) - Method in class org.codehaus.jettison.json.JSONArray
 
setEscapeForwardSlashAlways(boolean) - Method in class org.codehaus.jettison.json.JSONObject
 
setEscapeForwardSlashAlways(boolean) - Method in class org.codehaus.jettison.mapped.Configuration
 
setEscapeForwardSlashAlways(boolean) - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
setEventAllocator(XMLEventAllocator) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
setIgnoredElements(List) - Method in class org.codehaus.jettison.mapped.Configuration
 
setIgnoreEmptyArrayValues(boolean) - Method in class org.codehaus.jettison.mapped.Configuration
 
setIgnoreNamespaces(boolean) - Method in class org.codehaus.jettison.mapped.Configuration
 
setJsonNamespaceSeparator(String) - Method in class org.codehaus.jettison.mapped.Configuration
 
setNamespace(String, String) - Method in class org.codehaus.jettison.Node
 
setNamespaceContext(NamespaceContext) - Method in class org.codehaus.jettison.AbstractXMLEventWriter
 
setNamespaceContext(NamespaceContext) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
setNamespaceContext(NamespaceContext) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
setNamespaces(Map) - Method in class org.codehaus.jettison.Node
 
setObject(JSONObject) - Method in class org.codehaus.jettison.Node
 
setPrefix(String, String) - Method in class org.codehaus.jettison.AbstractXMLEventWriter
 
setPrefix(String, String) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
setPrefix(String, String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
setPrimitiveArrayKeys(Set) - Method in class org.codehaus.jettison.mapped.Configuration
 
setProperty(String, Object) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
setProperty(String, Object) - Method in class org.codehaus.jettison.AbstractXMLOutputFactory
 
setReadNullAsEmptyString(boolean) - Method in class org.codehaus.jettison.mapped.Configuration
Deprecated.
setReadNullAsString(boolean) - Method in class org.codehaus.jettison.mapped.Configuration
 
setRootElementArrayWrapper(boolean) - Method in class org.codehaus.jettison.mapped.Configuration
 
setSupressAtAttributes(boolean) - Method in class org.codehaus.jettison.mapped.Configuration
 
setTypeConverter(TypeConverter) - Method in class org.codehaus.jettison.mapped.Configuration
 
setValueKey(String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamReader
 
setValueKey(String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
setWriteNullAsString(boolean) - Method in class org.codehaus.jettison.mapped.Configuration
 
setXMLReporter(XMLReporter) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
setXMLResolver(XMLResolver) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
setXmlToJsonNamespaces(Map) - Method in class org.codehaus.jettison.mapped.Configuration
 
SimpleConverter - Class in org.codehaus.jettison.mapped
Simple converter that treats everything as strings
SimpleConverter() - Constructor for class org.codehaus.jettison.mapped.SimpleConverter
 
skipPast(String) - Method in class org.codehaus.jettison.json.JSONTokener
Skip characters until past the requested string.
skipTo(char) - Method in class org.codehaus.jettison.json.JSONTokener
Skip characters until the next character is the requested character.
standaloneSet() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
StringIndenter - Class in org.codehaus.jettison.util
indent json, assumes the input is not yet indented.
StringIndenter(String) - Constructor for class org.codehaus.jettison.util.StringIndenter
 
syntaxError(String) - Method in class org.codehaus.jettison.json.JSONTokener
Make a JSONException to signal a syntax error.

T

toJSONArray(JSONArray) - Method in class org.codehaus.jettison.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(JSONArray) - Method in class org.codehaus.jettison.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONString() - Method in interface org.codehaus.jettison.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
toMap() - Method in class org.codehaus.jettison.json.JSONObject
 
toString() - Method in class org.codehaus.jettison.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class org.codehaus.jettison.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class org.codehaus.jettison.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class org.codehaus.jettison.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.codehaus.jettison.json.JSONStringer
Return the JSON text.
toString() - Method in class org.codehaus.jettison.json.JSONTokener
Make a printable string of this JSONTokener.
toString() - Method in class org.codehaus.jettison.Node
 
TypeConverter - Interface in org.codehaus.jettison.mapped
Supports customized type conversion

V

value(boolean) - Method in class org.codehaus.jettison.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class org.codehaus.jettison.json.JSONWriter
Append a double value.
value(long) - Method in class org.codehaus.jettison.json.JSONWriter
Append a long value.
value(Object) - Method in class org.codehaus.jettison.json.JSONWriter
Append an object value.

W

write(Writer) - Method in class org.codehaus.jettison.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class org.codehaus.jettison.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
writeAttribute(String, String, String, String) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
writeAttribute(String, String, String) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
writeAttribute(String, String) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
writeAttribute(String, String, String, String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
writeAttribute(String, String, String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
writeAttribute(String, String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
writeCData(String) - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
writeCharacters(char[], int, int) - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
writeCharacters(String) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
writeCharacters(String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
writeComment(String) - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
writeDefaultNamespace(String) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
writeDefaultNamespace(String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
writeDTD(String) - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
writeEmptyElement(String, String, String) - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
writeEmptyElement(String, String) - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
writeEmptyElement(String) - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
writeEndDocument() - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
writeEndDocument() - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
writeEndDocument() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
writeEndElement() - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
writeEndElement() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
writeEntityRef(String) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
writeEntityRef(String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
writeJSONObject(JSONObject) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
For clients who want to modify the output object before writing to override.
writeNamespace(String, String) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
writeNamespace(String, String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
writeProcessingInstruction(String) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
writeProcessingInstruction(String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
writer - Variable in class org.codehaus.jettison.json.JSONWriter
The writer that will receive the output.
writer - Variable in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
writeStartDocument(String, String) - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
writeStartDocument(String) - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
writeStartDocument() - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
writeStartDocument() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
writeStartElement(String, String) - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
writeStartElement(String) - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
writeStartElement(String, String, String) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
writeStartElement(String, String, String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 

X

XsonNamespaceContext - Class in org.codehaus.jettison
 
XsonNamespaceContext(FastStack) - Constructor for class org.codehaus.jettison.XsonNamespaceContext
 
A B C D E F G H I J K L M N O P Q R S T V W X 
Skip navigation links

Copyright © 2020. All rights reserved.