Index

A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

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
 
addText(String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONProperty
Add text
addText(String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONPropertyObject
 
addText(String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONPropertyString
 
append(String) - Method in class org.codehaus.jettison.json.JSONWriter
Append a value.
append(String, Object) - Method in class org.codehaus.jettison.json.JSONObject
Append values to the array under a key.
array - Variable in class org.codehaus.jettison.Node
 
array() - Method in class org.codehaus.jettison.json.JSONWriter
Begin appending a new array.
arrayIndex - Variable in class org.codehaus.jettison.Node
 
arrayKeysWithSlashAvailable - Variable in class org.codehaus.jettison.AbstractXMLStreamWriter
 
attributeKey - Variable in class org.codehaus.jettison.mapped.Configuration
 
attributeKey - Variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
attributes - Variable in class org.codehaus.jettison.Node
 
attributesAsElements - Variable in class org.codehaus.jettison.mapped.Configuration
 
attributesAsElements - Variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 

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
 
bufSize - Variable in class org.codehaus.jettison.AbstractXMLInputFactory
 

C

checkRecursionDepth() - Method in class org.codehaus.jettison.json.JSONTokener
 
clone() - Method in class org.codehaus.jettison.json.JSONObject.Null
There is only intended to be a single instance of the NULL object, so the clone method returns itself.
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
 
column - Variable in exception class org.codehaus.jettison.json.JSONException
 
column - Variable in class org.codehaus.jettison.mapped.MappedXMLInputFactory.ErrorLocation
 
comma - Variable in class org.codehaus.jettison.json.JSONWriter
The comma flag determines if a comma should be output before the next value.
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
 
Configuration.ConverterFactory - Class in org.codehaus.jettison.mapped
 
convention - Variable in class org.codehaus.jettison.mapped.MappedXMLInputFactory
 
convention - Variable in class org.codehaus.jettison.mapped.MappedXMLOutputFactory
 
convention - Variable in class org.codehaus.jettison.mapped.MappedXMLStreamReader
 
convention - Variable in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
Convention - Interface in org.codehaus.jettison
 
CONVENTION - Static variable in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader
 
converter - Variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention.NullStringConverter
 
converterFactory - Static variable in class org.codehaus.jettison.mapped.Configuration
 
ConverterFactory() - Constructor for class org.codehaus.jettison.mapped.Configuration.ConverterFactory
 
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.MappedNamespaceConvention.NullStringConverter
 
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.badgerfish.BadgerFishXMLStreamWriter
 
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.badgerfish.BadgerFishXMLStreamWriter
 
createKey(String, String, String) - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
createNewJSONTokener(String) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createQName(String) - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
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) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createXMLEventReader(InputStream, String) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createXMLEventReader(Reader) - 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
 
createXMLEventReader(Source) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createXMLEventWriter(OutputStream) - Method in class org.codehaus.jettison.AbstractXMLOutputFactory
 
createXMLEventWriter(OutputStream, String) - Method in class org.codehaus.jettison.AbstractXMLOutputFactory
 
createXMLEventWriter(Writer) - Method in class org.codehaus.jettison.AbstractXMLOutputFactory
 
createXMLEventWriter(Result) - 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(Reader) - 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(Source) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
createXMLStreamReader(JSONTokener) - 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) - Method in class org.codehaus.jettison.AbstractXMLOutputFactory
 
createXMLStreamWriter(OutputStream, String) - 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
 
createXMLStreamWriter(Result) - Method in class org.codehaus.jettison.AbstractXMLOutputFactory
 
ctx - Variable in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
ctx - Variable in class org.codehaus.jettison.mapped.MappedXMLStreamReader
 
current - Variable in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
Element currently being processed.
currentKey - Variable in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
currentKey - Variable in class org.codehaus.jettison.Node
 
currentNode - Variable in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
currentNumberOfIndents - Variable in class org.codehaus.jettison.util.StringIndenter
current number of indents (times to is the indent
currentText - Variable in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader
 
currentValue - Variable in class org.codehaus.jettison.mapped.MappedXMLStreamReader
 

D

DEFAULT_RECURSION_DEPTH_LIMIT - Static variable in class org.codehaus.jettison.json.JSONObject
The default recursion depth limit to prevent stack overflow issues on deeply nested structures.
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).
doGetBoolean(String, Object) - Method in class org.codehaus.jettison.json.JSONObject
 
doGetDouble(String, Object) - Method in class org.codehaus.jettison.json.JSONObject
 
doGetInt(String, Object) - Method in class org.codehaus.jettison.json.JSONObject
 
doGetLong(String, Object) - Method in class org.codehaus.jettison.json.JSONObject
 
doPut(String, Object, int, boolean) - Method in class org.codehaus.jettison.json.JSONObject
 
DOT_NAMESPACE_SEP - Static variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
doubleToString(double) - Static method in class org.codehaus.jettison.json.JSONObject
Produce a string from a double.
dropRootElement - Variable in class org.codehaus.jettison.json.JSONObject
 
dropRootElement - Variable in class org.codehaus.jettison.mapped.Configuration
 
dropRootElement - Variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 

E

empty() - Method in class org.codehaus.jettison.util.FastStack
 
end(char, char) - Method in class org.codehaus.jettison.json.JSONWriter
End something.
endArray() - Method in class org.codehaus.jettison.json.JSONWriter
End an array.
endObject() - Method in class org.codehaus.jettison.json.JSONWriter
End an object.
endTagIndex - Variable in class org.codehaus.jettison.util.StringIndenter
current end tag
ENFORCE_32BIT_INTEGER - Static variable in class org.codehaus.jettison.mapped.DefaultConverter
 
ENFORCE_32BIT_INTEGER_KEY - Static variable in class org.codehaus.jettison.mapped.DefaultConverter
 
enforce32BitInt - 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
 
equals(Object) - Method in class org.codehaus.jettison.json.JSONObject.Null
A Null object is equal to the null value and to itself.
ErrorLocation(int, int) - Constructor for class org.codehaus.jettison.mapped.MappedXMLInputFactory.ErrorLocation
 
escapeForwardSlashAlways - Variable in class org.codehaus.jettison.json.JSONArray
When set to true forward slashes are escaped within the array.
escapeForwardSlashAlways - Variable in class org.codehaus.jettison.json.JSONObject
 
escapeForwardSlashAlways - Variable in class org.codehaus.jettison.mapped.Configuration
 
escapeForwardSlashAlways - Variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
event - Variable in class org.codehaus.jettison.AbstractXMLStreamReader
 
EXPLICIT_NULL - Static variable in class org.codehaus.jettison.json.JSONObject
 
explicitNull - Variable in class org.codehaus.jettison.json.JSONObject.Null
 

F

FastStack - Class in org.codehaus.jettison.util
 
FastStack() - Constructor for class org.codehaus.jettison.util.FastStack
 
findEndTagIndex() - Method in class org.codehaus.jettison.util.StringIndenter
after the last start tag, find the next end start tag
findNextEndTagIndex(String, int) - Static method in class org.codehaus.jettison.util.StringIndenter
find the end tag from json and a start from index
findNextStartTagIndex(String, int) - Static method in class org.codehaus.jettison.util.StringIndenter
find the start tag from json and a start from index either look for a quote, {, [ or scalar.
findStartTagIndex() - Method in class org.codehaus.jettison.util.StringIndenter
after the last end tag, find the next start tag
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
 
getCharacterOffset() - Method in class org.codehaus.jettison.mapped.MappedXMLInputFactory.ErrorLocation
 
getColumn() - Method in exception class org.codehaus.jettison.json.JSONException
 
getColumnNumber() - Method in class org.codehaus.jettison.mapped.MappedXMLInputFactory.ErrorLocation
 
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
 
getDocumentBuilder() - Method in class org.codehaus.jettison.AbstractDOMDocumentParser
 
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.
getDouble(String) - Static method in class org.codehaus.jettison.mapped.DefaultConverter
Try to get a Double value efficiently, avoiding Exceptions
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
 
getGlobalRecursionDepthLimit() - Static method in class org.codehaus.jettison.json.JSONObject
Get the new recursion depth limit to prevent stack overflow issues on deeply nested structures.
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.
getInteger(String) - Static method in class org.codehaus.jettison.mapped.DefaultConverter
Try to get an Integer value efficiently, avoiding Exceptions
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.
getJSONNamespace(String, String) - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
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.
getKey() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONProperty
Get the key of the property.
getKeys() - Method in class org.codehaus.jettison.Node
 
getLine() - Method in exception class org.codehaus.jettison.json.JSONException
 
getLineNumber() - Method in class org.codehaus.jettison.mapped.MappedXMLInputFactory.ErrorLocation
 
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.
getLong(String) - Static method in class org.codehaus.jettison.mapped.DefaultConverter
Try to get a Long value efficiently, avoiding Exceptions
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(int) - Method in class org.codehaus.jettison.Node
 
getNamespacePrefix(String) - 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(int) - Method in class org.codehaus.jettison.Node
 
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(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
 
getParentKey() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONProperty
 
getPIData() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getPITarget() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getPrefix() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
getPrefix(String) - Method in class org.codehaus.jettison.AbstractXMLEventWriter
 
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
 
getPropertyArrayKey(MappedXMLStreamWriter.JSONProperty) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
getPublicId() - Method in class org.codehaus.jettison.mapped.MappedXMLInputFactory.ErrorLocation
 
getRecursionDepthLimit() - Method in class org.codehaus.jettison.json.JSONObject
Deprecated.
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.
getSystemId() - Method in class org.codehaus.jettison.mapped.MappedXMLInputFactory.ErrorLocation
 
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
 
getTreeKey() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONProperty
 
getTypeConverter() - Method in class org.codehaus.jettison.mapped.Configuration
 
getValue() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONProperty
Get the value of the property
getValue() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONPropertyObject
 
getValue() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONPropertyString
 
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

ignoredElements - Variable in class org.codehaus.jettison.json.JSONObject
 
ignoredElements - Variable in class org.codehaus.jettison.mapped.Configuration
 
ignoredElements - Variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
ignoreEmptyArrayValues - Variable in class org.codehaus.jettison.mapped.Configuration
 
ignoreEmptyArrayValues - Variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
ignoreNamespaces - Variable in class org.codehaus.jettison.mapped.Configuration
 
ignoreNamespaces - Variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
indent() - Method in class org.codehaus.jettison.util.StringIndenter
indent the string
INPUT_BUF_SIZE - Static variable in class org.codehaus.jettison.AbstractXMLInputFactory
 
inputFactory - Variable in class org.codehaus.jettison.AbstractDOMDocumentParser
 
instantIndent(String, int) - Static method in class org.codehaus.jettison.util.StringIndenter
see if instant indent
instantNewline(String, int) - Static method in class org.codehaus.jettison.util.StringIndenter
see if instant indent
instantUnindent(String, int) - Static method in class org.codehaus.jettison.util.StringIndenter
see if instant unindent
instantUnindentTwoChars(String, int) - Static method in class org.codehaus.jettison.util.StringIndenter
see if instant indent
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
 
isExplicitNull() - Method in class org.codehaus.jettison.json.JSONObject.Null
 
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

JETTISON_TYPE_CONVERTER_CLASS_KEY - Static variable in class org.codehaus.jettison.mapped.Configuration
 
jnsToXns - Variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
join(String) - Method in class org.codehaus.jettison.json.JSONArray
Make a string from the contents of this JSONArray.
json - Variable in class org.codehaus.jettison.util.StringIndenter
chars to process
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(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.
JSONArray(Collection, int) - Constructor for class org.codehaus.jettison.json.JSONArray
 
JSONArray(JSONTokener) - Constructor for class org.codehaus.jettison.json.JSONArray
Construct a JSONArray from a JSONTokener.
jsonAttributesAsElements - Variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
JSONException - Exception Class in org.codehaus.jettison.json
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception class org.codehaus.jettison.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(String, int, int) - Constructor for exception class org.codehaus.jettison.json.JSONException
 
JSONException(Throwable) - Constructor for exception class org.codehaus.jettison.json.JSONException
 
jsonNamespaceSeparator - Variable in class org.codehaus.jettison.mapped.Configuration
 
jsonNamespaceSeparator - Variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
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(boolean, List, boolean, boolean) - Constructor for class org.codehaus.jettison.json.JSONObject
 
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.
JSONObject(List) - Constructor for class org.codehaus.jettison.json.JSONObject
 
JSONObject(Map) - Constructor for class org.codehaus.jettison.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Map, int) - 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.Null - Class in org.codehaus.jettison.json
JSONObject.NULL is equivalent to the value that JavaScript calls null, whilst Java's null is equivalent to the value that JavaScript calls undefined.
JSONProperty(String, String) - Constructor for class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONProperty
 
JSONPropertyObject(String, String, JSONObject) - Constructor for class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONPropertyObject
 
JSONPropertyString(String, String) - Constructor for class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONPropertyString
 
JSONSequenceTooLargeException - Exception Class in org.codehaus.jettison
 
JSONSequenceTooLargeException(String) - Constructor for exception class 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 - Variable in class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONProperty
 
key(String) - Method in class org.codehaus.jettison.json.JSONWriter
Append a key.
keys - Variable in class org.codehaus.jettison.Node
 
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.
line - Variable in exception class org.codehaus.jettison.json.JSONException
 
line - Variable in class org.codehaus.jettison.mapped.MappedXMLInputFactory.ErrorLocation
 

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
 
MappedNamespaceConvention.NullStringConverter - Class in org.codehaus.jettison.mapped
 
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
 
MappedXMLInputFactory.ErrorLocation - Class in org.codehaus.jettison.mapped
 
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
 
MappedXMLStreamWriter.JSONProperty - Class in org.codehaus.jettison.mapped
JSON property currently being constructed.
MappedXMLStreamWriter.JSONPropertyObject - Class in org.codehaus.jettison.mapped
Property with a JSONObject value.
MappedXMLStreamWriter.JSONPropertyString - Class in org.codehaus.jettison.mapped
Property with a String value.
MAX_LENGTH_INTEGER - Static variable in class org.codehaus.jettison.mapped.DefaultConverter
 
MAX_LENGTH_INTEGER_NEGATIVE - Static variable in class org.codehaus.jettison.mapped.DefaultConverter
 
MAX_LENGTH_LONG - Static variable in class org.codehaus.jettison.mapped.DefaultConverter
 
MAX_LENGTH_LONG_NEGATIVE - Static variable in class org.codehaus.jettison.mapped.DefaultConverter
 
maxdepth - Static variable in class org.codehaus.jettison.json.JSONWriter
 
MIXED_CONTENT_VALUE_KEY - Static variable in 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.
myArrayList - Variable in class org.codehaus.jettison.json.JSONArray
The arrayList where the JSONArray's properties are kept.
myHashMap - Variable in class org.codehaus.jettison.json.JSONObject
The hash map where the JSONObject's properties are kept.
myIndex - Variable in class org.codehaus.jettison.json.JSONTokener
The index of the next character.
mySource - Variable in class org.codehaus.jettison.json.JSONTokener
The source string being tokenized.

N

name - Variable in class org.codehaus.jettison.Node
 
names() - Method in class org.codehaus.jettison.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
namespaceContext - Variable in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
namespaces - Variable in class org.codehaus.jettison.Node
 
newDefaultConverterInstance() - Method in class org.codehaus.jettison.mapped.Configuration.ConverterFactory
 
newDefaultConverterInstance() - Static method in class org.codehaus.jettison.mapped.Configuration
 
newJSONArray() - Method in class org.codehaus.jettison.json.JSONTokener
 
newJSONObject() - Method in class org.codehaus.jettison.json.JSONTokener
 
newlineIndent() - Method in class org.codehaus.jettison.util.StringIndenter
put a newline and indent
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() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamReader
 
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.
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(String, Convention) - Constructor for class org.codehaus.jettison.Node
 
Node(JSONObject) - Constructor for class org.codehaus.jettison.Node
 
Node(Node, String, JSONObject, Convention) - Constructor for class org.codehaus.jettison.Node
 
nodes - Variable in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader
 
nodes - Variable in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
nodes - Variable in class org.codehaus.jettison.mapped.MappedXMLStreamReader
 
nodes - Variable in class org.codehaus.jettison.XsonNamespaceContext
 
Null() - Constructor for class org.codehaus.jettison.json.JSONObject.Null
 
Null(boolean) - Constructor for class org.codehaus.jettison.json.JSONObject.Null
 
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.
NULL_STRING - Static variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention.NullStringConverter
 
NullStringConverter(TypeConverter) - Constructor for class org.codehaus.jettison.mapped.MappedNamespaceConvention.NullStringConverter
 
numberToString(Number) - Static method in class org.codehaus.jettison.json.JSONObject
Produce a string from a Number.

O

object - Variable in class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONPropertyObject
 
object - Variable in class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONPropertyString
 
object - Variable in class org.codehaus.jettison.Node
 
object() - Method in class org.codehaus.jettison.json.JSONWriter
Begin appending a new object.
onNewline() - Method in class org.codehaus.jettison.util.StringIndenter
see if current pos is on newline
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
 
output - Variable in class org.codehaus.jettison.AbstractDOMDocumentSerializer
 

P

parent - Variable in class org.codehaus.jettison.Node
 
parentKey - Variable in class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONProperty
 
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
 
pop(char) - Method in class org.codehaus.jettison.json.JSONWriter
Pop an array or object scope.
popArrayNodes - Variable in class org.codehaus.jettison.mapped.MappedXMLStreamReader
 
primitiveArrayKeys - Variable in class org.codehaus.jettison.mapped.Configuration
 
primitiveArrayKeys - Variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
printNewlineIndent(int, int) - Method in class org.codehaus.jettison.util.StringIndenter
put a newline and indent
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
 
processElement() - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader
 
processElement() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamReader
 
processKey(String, Object) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader
 
processUniformArrayIfPossible(String, JSONArray) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamReader
 
push(char) - Method in class org.codehaus.jettison.json.JSONWriter
Push an array or object scope.
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(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(int, boolean) - Method in class org.codehaus.jettison.json.JSONArray
Put or replace a boolean value in the JSONArray.
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, Object) - Method in class org.codehaus.jettison.json.JSONArray
Put or replace an object 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, 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(long) - Method in class org.codehaus.jettison.json.JSONArray
Append an long value.
put(Object) - Method in class org.codehaus.jettison.json.JSONArray
Append an object value.
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, Object) - Method in class org.codehaus.jettison.json.JSONObject
Put a key/value pair in the JSONObject.
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, 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(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(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.
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

readAll(InputStream, String) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
This helper method tries to read and decode input efficiently into a result String.
readAll(Reader) - Method in class org.codehaus.jettison.AbstractXMLInputFactory
 
readAttribute(Node, String, String) - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
readAttribute(Node, String, JSONArray) - Method in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
readNullAsString - Variable in class org.codehaus.jettison.mapped.Configuration
 
readNullAsString - Variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
RECURSION_DEPTH_LIMIT - Static variable in class org.codehaus.jettison.json.JSONObject
 
recursionDepth - Variable in class org.codehaus.jettison.json.JSONTokener
 
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.
repeat(String, int) - Static method in class org.codehaus.jettison.util.StringIndenter
repeat a string a certain number of times.
require(int, String, String) - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
result - Variable in class org.codehaus.jettison.util.StringIndenter
result
result() - Method in class org.codehaus.jettison.util.StringIndenter
get the result
root - Variable in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
rootElementArrayWrapper - Variable in class org.codehaus.jettison.mapped.Configuration
 
rootElementArrayWrapper - Variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 

S

serialize(Element) - Method in class org.codehaus.jettison.AbstractDOMDocumentSerializer
 
serializeAsArray(String) - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
serializedAsArrays - Variable in class org.codehaus.jettison.AbstractXMLStreamWriter
 
serialVersionUID - Static variable in exception class org.codehaus.jettison.JSONSequenceTooLargeException
 
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
 
setGlobalRecursionDepthLimit(int) - Static method in class org.codehaus.jettison.json.JSONObject
Set the new recursion depth limit to prevent stack overflow issues on deeply nested structures.
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
 
setRecursionDepthLimit(int) - Method in class org.codehaus.jettison.json.JSONObject
Deprecated.
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.
stack - Variable in class org.codehaus.jettison.json.JSONWriter
The object/array stack.
stack - Variable in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
Stack of open elements.
standaloneSet() - Method in class org.codehaus.jettison.AbstractXMLStreamReader
 
startTagIndex - Variable in class org.codehaus.jettison.util.StringIndenter
current start tag
streamWriter - Variable in class org.codehaus.jettison.AbstractXMLEventWriter
 
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
 
supressAtAttributes - Variable in class org.codehaus.jettison.mapped.Configuration
 
supressAtAttributes - Variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
syntaxError(String) - Method in class org.codehaus.jettison.json.JSONTokener
Make a JSONException to signal a syntax error.

T

testValidity(Object) - Static method in class org.codehaus.jettison.json.JSONObject
Throw an exception if the object is an NaN or infinite number.
threshold - Variable in class org.codehaus.jettison.json.JSONTokener
 
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
 
top - Variable in class org.codehaus.jettison.json.JSONWriter
The stack top index.
toString() - Method in class org.codehaus.jettison.json.JSONArray
Make a JSON text of this JSONArray.
toString() - Method in class org.codehaus.jettison.json.JSONObject.Null
Get the "null" string value.
toString() - Method in class org.codehaus.jettison.json.JSONObject
Make a 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
 
toString(int) - Method in class org.codehaus.jettison.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString(int) - Method in class org.codehaus.jettison.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString(int, int) - Method in class org.codehaus.jettison.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString(int, int) - Method in class org.codehaus.jettison.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
typeConverter - Variable in class org.codehaus.jettison.mapped.Configuration
 
typeConverter - Variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
TypeConverter - Interface in org.codehaus.jettison.mapped
Supports customized type conversion

U

unindent() - Method in class org.codehaus.jettison.util.StringIndenter
unindent a previous indent if it is there
USE_BIGDECIMAL_JSONTOKENER - Static variable in class org.codehaus.jettison.json.JSONTokener
 
USE_BIGDECIMAL_JSONTOKENER_KEY - Static variable in class org.codehaus.jettison.json.JSONTokener
 
useBigDecimal - Variable in class org.codehaus.jettison.json.JSONTokener
 

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.
valueKey - Variable in class org.codehaus.jettison.mapped.MappedXMLStreamReader
 
valueKey - Variable in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
What key is used for text content, when an element has both text and other content?
valueToString(Object, boolean) - Static method in class org.codehaus.jettison.json.JSONObject
Make a JSON text of an Object value.
valueToString(Object, int, int, boolean) - Static method in class org.codehaus.jettison.json.JSONObject
Make a prettyprinted JSON text of an object value.

W

withProperty(MappedXMLStreamWriter.JSONProperty) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONProperty
 
withProperty(MappedXMLStreamWriter.JSONProperty, boolean) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONProperty
Return a new property object with this property added
withProperty(MappedXMLStreamWriter.JSONProperty, boolean) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONPropertyObject
 
withProperty(MappedXMLStreamWriter.JSONProperty, boolean) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONPropertyString
 
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) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
writeAttribute(String, String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
writeAttribute(String, String, String) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
writeAttribute(String, String, String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
writeAttribute(String, String, String, String) - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
writeAttribute(String, String, 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) - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
writeEmptyElement(String, String) - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
writeEmptyElement(String, String, 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
 
writeNullAsString - Variable in class org.codehaus.jettison.json.JSONObject
 
writeNullAsString - Variable in class org.codehaus.jettison.mapped.Configuration
 
writeNullAsString - Variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
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.badgerfish.BadgerFishXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
writer - Variable in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
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
 
writerFactory - Variable in class org.codehaus.jettison.AbstractDOMDocumentSerializer
 
writeStartDocument() - Method in class org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter
 
writeStartDocument() - Method in class org.codehaus.jettison.mapped.MappedXMLStreamWriter
 
writeStartDocument(String) - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
writeStartDocument(String, String) - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
writeStartElement(String) - Method in class org.codehaus.jettison.AbstractXMLStreamWriter
 
writeStartElement(String, 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

xmlToJsonNamespaces - Variable in class org.codehaus.jettison.mapped.Configuration
 
xnsToJns - Variable in class org.codehaus.jettison.mapped.MappedNamespaceConvention
 
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 U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form