A B C D E F G H I J M N P R S T U V W X 

A

AbstractXMLInputFactory - Class in de.odysseus.staxon.base
Abstract XML input factory.
AbstractXMLInputFactory() - Constructor for class de.odysseus.staxon.base.AbstractXMLInputFactory
 
AbstractXMLOutputFactory - Class in de.odysseus.staxon.base
Abstract XML output factory.
AbstractXMLOutputFactory() - Constructor for class de.odysseus.staxon.base.AbstractXMLOutputFactory
 
AbstractXMLStreamReader<T> - Class in de.odysseus.staxon.base
Abstract XML stream reader.
AbstractXMLStreamReader(T) - Constructor for class de.odysseus.staxon.base.AbstractXMLStreamReader
Create new reader instance.
AbstractXMLStreamReader(T, Location) - Constructor for class de.odysseus.staxon.base.AbstractXMLStreamReader
Create new reader instance.
AbstractXMLStreamScope - Class in de.odysseus.staxon.base
Represent document/element scope.
AbstractXMLStreamScope(String) - Constructor for class de.odysseus.staxon.base.AbstractXMLStreamScope
Create root scope.
AbstractXMLStreamScope(NamespaceContext) - Constructor for class de.odysseus.staxon.base.AbstractXMLStreamScope
Create root scope.
AbstractXMLStreamScope(AbstractXMLStreamScope, String, String, String) - Constructor for class de.odysseus.staxon.base.AbstractXMLStreamScope
Create element scope.
AbstractXMLStreamWriter<T> - Class in de.odysseus.staxon.base
Abstract XML stream writer.
AbstractXMLStreamWriter(T, boolean) - Constructor for class de.odysseus.staxon.base.AbstractXMLStreamWriter
Create writer instance.
AbstractXMLStreamWriter(T, Map<String, String>) - Constructor for class de.odysseus.staxon.base.AbstractXMLStreamWriter
Create writer instance.
add(XMLEvent) - Method in class de.odysseus.staxon.event.SimpleXMLEventWriter
 
add(XMLEventReader) - Method in class de.odysseus.staxon.event.SimpleXMLEventWriter
 
add(XMLEventReader) - Method in class de.odysseus.staxon.json.util.XMLMultipleEventWriter
 
add(XMLEvent) - Method in class de.odysseus.staxon.json.util.XMLMultipleEventWriter
 
add(XMLEvent) - Method in class de.odysseus.staxon.util.DOMEventConsumer
 
add(XMLEventReader) - Method in class de.odysseus.staxon.util.DOMEventConsumer
Add all events from the given reader.
add(XMLEvent) - Method in class de.odysseus.staxon.util.EventWriterDelegate
 
add(XMLEventReader) - Method in class de.odysseus.staxon.util.EventWriterDelegate
 
add(XMLEventReader) - Method in class de.odysseus.staxon.xml.util.PrettyXMLEventWriter
 
add(XMLEvent) - Method in class de.odysseus.staxon.xml.util.PrettyXMLEventWriter
 
addMultiplePath(String) - Method in class de.odysseus.staxon.json.util.XMLMultipleEventWriter
Add path to trigger <?xml-multiple?> PI.
addMultiplePath(String) - Method in class de.odysseus.staxon.json.util.XMLMultipleStreamWriter
Add path to trigger <?xml-multiple?> PI.
AddRootSource - Class in de.odysseus.staxon.json.stream.util
 
AddRootSource(JsonStreamSource, QName, char) - Constructor for class de.odysseus.staxon.json.stream.util.AddRootSource
 
allocate(XMLStreamReader) - Method in class de.odysseus.staxon.event.SimpleXMLEventAllocator
 
allocate(XMLStreamReader, XMLEventConsumer) - Method in class de.odysseus.staxon.event.SimpleXMLEventAllocator
 
allocate() - Method in class de.odysseus.staxon.event.SimpleXMLEventReader
 
autoArray(boolean) - Method in class de.odysseus.staxon.json.JsonXMLConfigBuilder
Set autoArray property and return receiver.
AutoArrayTarget - Class in de.odysseus.staxon.json.stream.util
Target filter to auto-insert array boundaries.
AutoArrayTarget(JsonStreamTarget) - Constructor for class de.odysseus.staxon.json.stream.util.AutoArrayTarget
 
autoPrimitive(boolean) - Method in class de.odysseus.staxon.json.JsonXMLConfigBuilder
Set autoPrimitive property and return receiver.
AutoPrimitiveTarget - Class in de.odysseus.staxon.json.stream.util
Target-filter to auto-convert string values to primitive (boolean, number, null) values.
AutoPrimitiveTarget(JsonStreamTarget, boolean) - Constructor for class de.odysseus.staxon.json.stream.util.AutoPrimitiveTarget
 

B

build() - Method in class de.odysseus.staxon.json.JsonXMLConfigBuilder
Build a new configuration.

C

clone() - Method in class de.odysseus.staxon.json.JsonXMLConfigImpl
 
close() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
close() - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
close() - Method in class de.odysseus.staxon.event.SimpleXMLEventReader
 
close() - Method in class de.odysseus.staxon.event.SimpleXMLEventWriter
 
close() - Method in class de.odysseus.staxon.json.JsonXMLStreamReader
 
close() - Method in class de.odysseus.staxon.json.JsonXMLStreamWriter
 
close() - Method in class de.odysseus.staxon.json.stream.util.AutoArrayTarget
 
close() - Method in class de.odysseus.staxon.json.stream.util.StreamSourceDelegate
 
close() - Method in class de.odysseus.staxon.json.stream.util.StreamTargetDelegate
 
close() - Method in class de.odysseus.staxon.util.EventWriterDelegate
 
close() - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
config - Variable in class de.odysseus.staxon.json.JsonXMLConfigBuilder
 
consume() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
Main method to be implemented by subclasses.
consume() - Method in class de.odysseus.staxon.json.JsonXMLStreamReader
 
consume(XMLEventReader) - Static method in class de.odysseus.staxon.util.DOMEventConsumer
This method will create and populate a Document from the given event reader.
consume(XMLEventReader, DocumentBuilder) - Static method in class de.odysseus.staxon.util.DOMEventConsumer
This method will create and populate a Document from the given event reader.
consume(XMLEventReader, Node) - Static method in class de.odysseus.staxon.util.DOMEventConsumer
This method will populate given Node from the given event reader.
copy(JsonStreamTarget) - Method in class de.odysseus.staxon.json.stream.util.StreamSourceDelegate
Copy events to given target until peek() == JsonStreamToken.NONE.
createAttribute(String, String, String, String) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createAttribute(String, String) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createAttribute(QName, String) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createBinder(JsonXML) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLMapper
 
createCData(String) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createCharacters(String) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createComment(String) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createContext(JsonXML) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLMapper
 
createDTD(String) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createElement(Class<?>, Object) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLRootProvider
Create root element for an @XmlRootElement or @XmlType-annotaed type.
createEndDocument() - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createEndElement(QName, Iterator) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createEndElement(String, String, String) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createEndElement(String, String, String, Iterator) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createEntityReference(String, EntityDeclaration) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createFilteredReader(XMLStreamReader, StreamFilter) - Method in class de.odysseus.staxon.base.AbstractXMLInputFactory
 
createFilteredReader(XMLEventReader, EventFilter) - Method in class de.odysseus.staxon.json.JsonXMLInputFactory
 
createIgnorableSpace(String) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createInputFactory(Class<?>, JsonXML) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLBinder
 
createJsonStreamSource(InputStream) - Method in class de.odysseus.staxon.json.stream.impl.JsonStreamFactoryImpl
 
createJsonStreamSource(Reader) - Method in class de.odysseus.staxon.json.stream.impl.JsonStreamFactoryImpl
 
createJsonStreamSource(InputStream) - Method in class de.odysseus.staxon.json.stream.JsonStreamFactory
Create stream source.
createJsonStreamSource(Reader) - Method in class de.odysseus.staxon.json.stream.JsonStreamFactory
Create stream source.
createJsonStreamTarget(OutputStream, boolean) - Method in class de.odysseus.staxon.json.stream.impl.JsonStreamFactoryImpl
 
createJsonStreamTarget(Writer, boolean) - Method in class de.odysseus.staxon.json.stream.impl.JsonStreamFactoryImpl
 
createJsonStreamTarget(OutputStream, boolean) - Method in class de.odysseus.staxon.json.stream.JsonStreamFactory
Create stream target.
createJsonStreamTarget(Writer, boolean) - Method in class de.odysseus.staxon.json.stream.JsonStreamFactory
Create stream target.
createNamespace(String) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createNamespace(String, String) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createOutputFactory(Class<?>, JsonXML) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLBinder
 
createProcessingInstruction(String, String) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createSpace(String) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createStartDocument() - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createStartDocument(String, String, boolean) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createStartDocument(String, String) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createStartDocument(String) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createStartElement(QName, Iterator, Iterator) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createStartElement(String, String, String) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createStartElement(String, String, String, Iterator, Iterator) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createStartElement(String, String, String, Iterator, Iterator, NamespaceContext) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
createXMLEventReader(Reader) - Method in class de.odysseus.staxon.base.AbstractXMLInputFactory
 
createXMLEventReader(String, Reader) - Method in class de.odysseus.staxon.base.AbstractXMLInputFactory
 
createXMLEventReader(Source) - Method in class de.odysseus.staxon.base.AbstractXMLInputFactory
 
createXMLEventReader(InputStream) - Method in class de.odysseus.staxon.base.AbstractXMLInputFactory
 
createXMLEventReader(InputStream, String) - Method in class de.odysseus.staxon.base.AbstractXMLInputFactory
 
createXMLEventReader(String, InputStream) - Method in class de.odysseus.staxon.base.AbstractXMLInputFactory
 
createXMLEventReader(XMLStreamReader) - Method in class de.odysseus.staxon.json.JsonXMLInputFactory
 
createXMLEventWriter(Result) - Method in class de.odysseus.staxon.base.AbstractXMLOutputFactory
 
createXMLEventWriter(OutputStream) - Method in class de.odysseus.staxon.base.AbstractXMLOutputFactory
 
createXMLEventWriter(OutputStream, String) - Method in class de.odysseus.staxon.base.AbstractXMLOutputFactory
 
createXMLEventWriter(Writer) - Method in class de.odysseus.staxon.base.AbstractXMLOutputFactory
 
createXMLEventWriter(XMLStreamWriter) - Method in class de.odysseus.staxon.base.AbstractXMLOutputFactory
 
createXMLEventWriter(XMLStreamWriter) - Method in class de.odysseus.staxon.json.JsonXMLOutputFactory
 
createXMLStreamReader(Source) - Method in class de.odysseus.staxon.base.AbstractXMLInputFactory
 
createXMLStreamReader(Class<?>, JsonXML, Reader) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLBinder
 
createXMLStreamReader(InputStream, String) - Method in class de.odysseus.staxon.json.JsonXMLInputFactory
 
createXMLStreamReader(String, InputStream) - Method in class de.odysseus.staxon.json.JsonXMLInputFactory
 
createXMLStreamReader(String, Reader) - Method in class de.odysseus.staxon.json.JsonXMLInputFactory
 
createXMLStreamReader(Reader) - Method in class de.odysseus.staxon.json.JsonXMLInputFactory
 
createXMLStreamReader(InputStream) - Method in class de.odysseus.staxon.json.JsonXMLInputFactory
 
createXMLStreamWriter(Result) - Method in class de.odysseus.staxon.base.AbstractXMLOutputFactory
 
createXMLStreamWriter(Class<?>, JsonXML, Writer) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLBinder
 
createXMLStreamWriter(OutputStream, String) - Method in class de.odysseus.staxon.json.JsonXMLOutputFactory
 
createXMLStreamWriter(Writer) - Method in class de.odysseus.staxon.json.JsonXMLOutputFactory
 
createXMLStreamWriter(OutputStream) - Method in class de.odysseus.staxon.json.JsonXMLOutputFactory
 

D

data - Variable in class de.odysseus.staxon.json.stream.JsonStreamSource.Value
 
de.odysseus.staxon.base - package de.odysseus.staxon.base
Base framework providing abstract implementations of XMLStreamReader and XMLStreamWriter et al.
de.odysseus.staxon.event - package de.odysseus.staxon.event
Implementation of StAX event API.
de.odysseus.staxon.json - package de.odysseus.staxon.json
Classes to read and write JSON via StAX.
de.odysseus.staxon.json.jaxb - package de.odysseus.staxon.json.jaxb
JAXB support for JSON.
de.odysseus.staxon.json.stream - package de.odysseus.staxon.json.stream
JSON streaming backend API.
de.odysseus.staxon.json.stream.impl - package de.odysseus.staxon.json.stream.impl
Default implementation of JSON streaming backend API.
de.odysseus.staxon.json.stream.util - package de.odysseus.staxon.json.stream.util
JSON streaming filters.
de.odysseus.staxon.json.util - package de.odysseus.staxon.json.util
JSON-specific StAX utility classes.
de.odysseus.staxon.util - package de.odysseus.staxon.util
General StAX utility classes.
de.odysseus.staxon.xml.util - package de.odysseus.staxon.xml.util
XML-specific StAX utility classes.
DEFAULT - Static variable in interface de.odysseus.staxon.json.JsonXMLConfig
Default configuration:
DOMEventConsumer - Class in de.odysseus.staxon.util
DOM event consumer.
DOMEventConsumer(Node) - Constructor for class de.odysseus.staxon.util.DOMEventConsumer
Create namespace-aware consumer instance.
DOMEventConsumer(Node, boolean) - Constructor for class de.odysseus.staxon.util.DOMEventConsumer
Create consumer instance.

E

endArray() - Method in interface de.odysseus.staxon.json.stream.JsonStreamSource
endArray() - Method in interface de.odysseus.staxon.json.stream.JsonStreamTarget
End array.
endArray() - Method in class de.odysseus.staxon.json.stream.util.AutoArrayTarget
 
endArray() - Method in class de.odysseus.staxon.json.stream.util.StreamSourceDelegate
 
endArray() - Method in class de.odysseus.staxon.json.stream.util.StreamTargetDelegate
 
endObject() - Method in interface de.odysseus.staxon.json.stream.JsonStreamSource
endObject() - Method in interface de.odysseus.staxon.json.stream.JsonStreamTarget
End object.
endObject() - Method in class de.odysseus.staxon.json.stream.util.AddRootSource
 
endObject() - Method in class de.odysseus.staxon.json.stream.util.AutoArrayTarget
 
endObject() - Method in class de.odysseus.staxon.json.stream.util.RemoveRootTarget
 
endObject() - Method in class de.odysseus.staxon.json.stream.util.StreamSourceDelegate
 
endObject() - Method in class de.odysseus.staxon.json.stream.util.StreamTargetDelegate
 
EventWriterDelegate - Class in de.odysseus.staxon.util
Filter an XMLEventWriter.
EventWriterDelegate() - Constructor for class de.odysseus.staxon.util.EventWriterDelegate
 
EventWriterDelegate(XMLEventWriter) - Constructor for class de.odysseus.staxon.util.EventWriterDelegate
 

F

FALSE - Static variable in interface de.odysseus.staxon.json.stream.JsonStreamSource
"false" value
flush() - Method in class de.odysseus.staxon.event.SimpleXMLEventWriter
 
flush() - Method in class de.odysseus.staxon.json.JsonXMLStreamWriter
 
flush() - Method in class de.odysseus.staxon.json.stream.util.AutoArrayTarget
 
flush() - Method in class de.odysseus.staxon.json.stream.util.StreamTargetDelegate
 
flush() - Method in class de.odysseus.staxon.util.EventWriterDelegate
 
flush() - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 

G

getAttributeCount() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getAttributeCount() - Method in class de.odysseus.staxon.base.XMLStreamReaderScope
 
getAttributeLocalName(int) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getAttributeName(int) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getAttributeName(int) - Method in class de.odysseus.staxon.base.XMLStreamReaderScope
 
getAttributeNamespace(int) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getAttributePrefix(int) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getAttributeType(int) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getAttributeValue(int) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getAttributeValue(String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getAttributeValue(int) - Method in class de.odysseus.staxon.base.XMLStreamReaderScope
 
getAttributeValue(String, String) - Method in class de.odysseus.staxon.base.XMLStreamReaderScope
 
getBoolean() - Method in class de.odysseus.staxon.json.JsonXMLStreamReader
 
getCharacterEncodingScheme() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getCharacterOffset() - Method in class de.odysseus.staxon.json.stream.util.StreamSourceDelegate
 
getColumnNumber() - Method in class de.odysseus.staxon.json.stream.util.StreamSourceDelegate
 
getElementText() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getElementText() - Method in class de.odysseus.staxon.event.SimpleXMLEventReader
 
getElementText() - Method in class de.odysseus.staxon.event.SimpleXMLFilteredEventReader
 
getEncoding() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getEventAllocator() - Method in class de.odysseus.staxon.base.AbstractXMLInputFactory
 
getEventData() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getEventName() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getEventType() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getInfo() - Method in class de.odysseus.staxon.base.XMLStreamReaderScope
 
getInfo() - Method in class de.odysseus.staxon.base.XMLStreamWriterScope
 
getLastChild() - Method in class de.odysseus.staxon.base.AbstractXMLStreamScope
 
getLineNumber() - Method in class de.odysseus.staxon.json.stream.util.StreamSourceDelegate
 
getLocalName() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getLocalName() - Method in class de.odysseus.staxon.base.AbstractXMLStreamScope
 
getLocation() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getName() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getName(Class<?>) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLRootProvider
Calculate root element name for an @XmlRootElement or @XmlType-annotaed type.
getNamespaceContext() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getNamespaceContext() - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
getNamespaceContext() - Method in class de.odysseus.staxon.event.SimpleXMLEventWriter
 
getNamespaceContext() - Method in class de.odysseus.staxon.util.EventWriterDelegate
 
getNamespaceContext() - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
getNamespaceCount() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getNamespaceCount() - Method in class de.odysseus.staxon.base.XMLStreamReaderScope
 
getNamespaceMappings() - Method in interface de.odysseus.staxon.json.JsonXMLConfig
Namespace mappings associate URIs with prefixes when reading JSON.
getNamespaceMappings() - Method in class de.odysseus.staxon.json.JsonXMLConfigImpl
 
getNamespacePrefix(int) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getNamespacePrefix(int) - Method in class de.odysseus.staxon.base.XMLStreamReaderScope
 
getNamespaceSeparator() - Method in interface de.odysseus.staxon.json.JsonXMLConfig
Namespace prefix separator.
getNamespaceSeparator() - Method in class de.odysseus.staxon.json.JsonXMLConfigImpl
 
getNamespaceURI(String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getNamespaceURI(int) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getNamespaceURI() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getNamespaceURI() - Method in class de.odysseus.staxon.base.AbstractXMLStreamScope
 
getNamespaceURI(String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamScope
 
getNamespaceURI(int) - Method in class de.odysseus.staxon.base.XMLStreamReaderScope
 
getNamespaceURI(XmlType, XmlSchema) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLRootProvider
 
getNamespaceURI(XmlRootElement, XmlSchema) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLRootProvider
 
getNamespaceURI(XmlElementDecl, XmlSchema) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLRootProvider
 
getNumber() - Method in class de.odysseus.staxon.json.JsonXMLStreamReader
 
getParent() - Method in class de.odysseus.staxon.base.AbstractXMLStreamScope
 
getParent() - Method in class de.odysseus.staxon.base.XMLStreamReaderScope
 
getParent() - Method in class de.odysseus.staxon.base.XMLStreamWriterScope
 
getParent() - Method in class de.odysseus.staxon.util.EventWriterDelegate
 
getParent() - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
getPIData() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getPITarget() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getPrefix() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getPrefix() - Method in class de.odysseus.staxon.base.AbstractXMLStreamScope
 
getPrefix(String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamScope
 
getPrefix(String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
getPrefix(String) - Method in class de.odysseus.staxon.event.SimpleXMLEventWriter
 
getPrefix(String, XmlSchema) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLRootProvider
 
getPrefix(String) - Method in class de.odysseus.staxon.util.EventWriterDelegate
 
getPrefix(String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
getPrefixes(String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamScope
 
getProperty(String) - Method in class de.odysseus.staxon.base.AbstractXMLInputFactory
 
getProperty(String) - Method in class de.odysseus.staxon.base.AbstractXMLOutputFactory
 
getProperty(String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getProperty(String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
getProperty(String) - Method in class de.odysseus.staxon.event.SimpleXMLEventReader
 
getProperty(String) - Method in class de.odysseus.staxon.json.JsonXMLInputFactory
 
getProperty(String) - Method in class de.odysseus.staxon.json.JsonXMLOutputFactory
 
getProperty(String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
getPublicId() - Method in class de.odysseus.staxon.json.stream.util.StreamSourceDelegate
 
getScope() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getScope() - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
getSystemId() - Method in class de.odysseus.staxon.json.stream.util.StreamSourceDelegate
 
getText() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getTextCharacters() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getTextLength() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getTextStart() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getVersion() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
getVirtualRoot() - Method in interface de.odysseus.staxon.json.JsonXMLConfig
JSON documents may have have multiple root properties.
getVirtualRoot() - Method in class de.odysseus.staxon.json.JsonXMLConfigImpl
 
getXmlElementDeclMethod(Class<?>) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLRootProvider
Determine @XmlElementDecl-annotated factory method to create JAXBElement for an @XmlType-annotated type
getXMLReporter() - Method in class de.odysseus.staxon.base.AbstractXMLInputFactory
 
getXMLResolver() - Method in class de.odysseus.staxon.base.AbstractXMLInputFactory
 
getXmlRootElementName(Class<?>) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLRootProvider
Calculate root element name for an @XmlRootElement-annotated type.
getXmlTypeName(Class<?>) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLRootProvider
Calculate root element name for an @XmlType-annotated type.

H

hasBoolean() - Method in class de.odysseus.staxon.json.JsonXMLStreamReader
 
hasName() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
hasNext() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
hasNext() - Method in class de.odysseus.staxon.event.SimpleXMLEventReader
 
hasNext() - Method in class de.odysseus.staxon.event.SimpleXMLFilteredEventReader
 
hasNumber() - Method in class de.odysseus.staxon.json.JsonXMLStreamReader
 
hasText() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 

I

initialize() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
Consume initial event.
isAttributeSpecified(int) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
isAutoArray() - Method in interface de.odysseus.staxon.json.JsonXMLConfig
Trigger arrays automatically?
isAutoArray() - Method in class de.odysseus.staxon.json.JsonXMLConfigImpl
 
isAutoPrimitive() - Method in interface de.odysseus.staxon.json.JsonXMLConfig
Convert element text to number/boolean/null primitives automatically?
isAutoPrimitive() - Method in class de.odysseus.staxon.json.JsonXMLConfigImpl
 
isBindable(Class<?>) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLBinder
 
isCharacters() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
isEmptyElement() - Method in class de.odysseus.staxon.base.XMLStreamWriterScope
 
isEndElement() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
isMultiplePI() - Method in interface de.odysseus.staxon.json.JsonXMLConfig
Whether to use the JsonXMLStreamConstants.MULTIPLE_PI_TARGET processing instruction to indicate an array start.
isMultiplePI() - Method in class de.odysseus.staxon.json.JsonXMLConfigImpl
 
isNamespaceDeclarations() - Method in interface de.odysseus.staxon.json.JsonXMLConfig
Whether to write namespace declarations.
isNamespaceDeclarations() - Method in class de.odysseus.staxon.json.JsonXMLConfigImpl
 
isPrettyPrint() - Method in interface de.odysseus.staxon.json.JsonXMLConfig
Format output for better readability?
isPrettyPrint() - Method in class de.odysseus.staxon.json.JsonXMLConfigImpl
 
isPropertySupported(String) - Method in class de.odysseus.staxon.base.AbstractXMLInputFactory
 
isPropertySupported(String) - Method in class de.odysseus.staxon.base.AbstractXMLOutputFactory
 
isPropertySupported(String) - Method in class de.odysseus.staxon.json.JsonXMLInputFactory
 
isPropertySupported(String) - Method in class de.odysseus.staxon.json.JsonXMLOutputFactory
 
isRepairingNamespaces() - Method in interface de.odysseus.staxon.json.JsonXMLConfig
Repair namespaces when writing
isRepairingNamespaces() - Method in class de.odysseus.staxon.json.JsonXMLConfigImpl
 
isRoot() - Method in class de.odysseus.staxon.base.AbstractXMLStreamScope
 
isStandalone() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
isStartDocumentRead() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
isStartDocumentWritten() - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
isStartElement() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
isStartTagClosed() - Method in class de.odysseus.staxon.base.AbstractXMLStreamScope
 
isWhiteSpace() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 

J

JsonStreamFactory - Class in de.odysseus.staxon.json.stream
Abstract JSON stream (JsonStreamSource and JsonStreamTarget) factory.
JsonStreamFactory() - Constructor for class de.odysseus.staxon.json.stream.JsonStreamFactory
 
JsonStreamFactoryImpl - Class in de.odysseus.staxon.json.stream.impl
Default JsonStreamFactory implementation.
JsonStreamFactoryImpl() - Constructor for class de.odysseus.staxon.json.stream.impl.JsonStreamFactoryImpl
Create instance.
JsonStreamFactoryImpl(String, String, String) - Constructor for class de.odysseus.staxon.json.stream.impl.JsonStreamFactoryImpl
Create instance.
JsonStreamSource - Interface in de.odysseus.staxon.json.stream
JSON stream source.
JsonStreamSource.Value - Class in de.odysseus.staxon.json.stream
Represents a simple value.
JsonStreamSource.Value(String, Number) - Constructor for class de.odysseus.staxon.json.stream.JsonStreamSource.Value
Create number value
JsonStreamSource.Value(String) - Constructor for class de.odysseus.staxon.json.stream.JsonStreamSource.Value
Create string value
JsonStreamTarget - Interface in de.odysseus.staxon.json.stream
JSON stream target.
JsonStreamToken - Enum in de.odysseus.staxon.json.stream
JSON stream token.
JsonXML - Annotation Type in de.odysseus.staxon.json.jaxb
The JsonXML annotation is used to configure the JSON serialization and deserialization process.
JsonXMLBinder - Class in de.odysseus.staxon.json.jaxb
Read/write instances of JAXB-annotated classes from/to JSON.
JsonXMLBinder() - Constructor for class de.odysseus.staxon.json.jaxb.JsonXMLBinder
 
JsonXMLBinder(boolean) - Constructor for class de.odysseus.staxon.json.jaxb.JsonXMLBinder
 
JsonXMLBinder(JsonXMLRootProvider, boolean) - Constructor for class de.odysseus.staxon.json.jaxb.JsonXMLBinder
 
JsonXMLConfig - Interface in de.odysseus.staxon.json
Json XML factory configuration interface.
JsonXMLConfigBuilder - Class in de.odysseus.staxon.json
Configuration builder with "fluid" interface.
JsonXMLConfigBuilder() - Constructor for class de.odysseus.staxon.json.JsonXMLConfigBuilder
Create a new builder.
JsonXMLConfigBuilder(JsonXMLConfigImpl) - Constructor for class de.odysseus.staxon.json.JsonXMLConfigBuilder
 
JsonXMLConfigImpl - Class in de.odysseus.staxon.json
Simple JSON XML configuration.
JsonXMLConfigImpl() - Constructor for class de.odysseus.staxon.json.JsonXMLConfigImpl
 
JsonXMLInputFactory - Class in de.odysseus.staxon.json
XML input factory for streaming from JSON.
JsonXMLInputFactory() - Constructor for class de.odysseus.staxon.json.JsonXMLInputFactory
 
JsonXMLInputFactory(JsonStreamFactory) - Constructor for class de.odysseus.staxon.json.JsonXMLInputFactory
 
JsonXMLInputFactory(JsonXMLConfig) - Constructor for class de.odysseus.staxon.json.JsonXMLInputFactory
 
JsonXMLInputFactory(JsonXMLConfig, JsonStreamFactory) - Constructor for class de.odysseus.staxon.json.JsonXMLInputFactory
 
JsonXMLMapper<T> - Class in de.odysseus.staxon.json.jaxb
Read/write instances of JAXB-annotated classes from/to JSON.
JsonXMLMapper(Class<T>) - Constructor for class de.odysseus.staxon.json.jaxb.JsonXMLMapper
 
JsonXMLMapper(Class<T>, JsonXML) - Constructor for class de.odysseus.staxon.json.jaxb.JsonXMLMapper
 
JsonXMLOutputFactory - Class in de.odysseus.staxon.json
XML output factory for streaming to JSON.
JsonXMLOutputFactory() - Constructor for class de.odysseus.staxon.json.JsonXMLOutputFactory
 
JsonXMLOutputFactory(JsonStreamFactory) - Constructor for class de.odysseus.staxon.json.JsonXMLOutputFactory
 
JsonXMLOutputFactory(JsonXMLConfig) - Constructor for class de.odysseus.staxon.json.JsonXMLOutputFactory
 
JsonXMLOutputFactory(JsonXMLConfig, JsonStreamFactory) - Constructor for class de.odysseus.staxon.json.JsonXMLOutputFactory
 
JsonXMLRootProvider - Class in de.odysseus.staxon.json.jaxb
Root name/element provider.
JsonXMLRootProvider() - Constructor for class de.odysseus.staxon.json.jaxb.JsonXMLRootProvider
 
JsonXMLStreamConstants - Class in de.odysseus.staxon.json
Constants used by reader and writer classes.
JsonXMLStreamConstants() - Constructor for class de.odysseus.staxon.json.JsonXMLStreamConstants
 
JsonXMLStreamReader - Class in de.odysseus.staxon.json
JSON XML stream reader.
JsonXMLStreamReader(JsonStreamSource, boolean, char) - Constructor for class de.odysseus.staxon.json.JsonXMLStreamReader
Create reader instance.
JsonXMLStreamReader(JsonStreamSource, boolean, char, Map<String, String>) - Constructor for class de.odysseus.staxon.json.JsonXMLStreamReader
Create reader instance.
JsonXMLStreamWriter - Class in de.odysseus.staxon.json
JSON XML stream writer.
JsonXMLStreamWriter(JsonStreamTarget, boolean, boolean, char, boolean) - Constructor for class de.odysseus.staxon.json.JsonXMLStreamWriter
Create writer instance.
JsonXMLStreamWriter(JsonStreamTarget, Map<String, String>, boolean, char, boolean) - Constructor for class de.odysseus.staxon.json.JsonXMLStreamWriter
Create writer instance.

M

marshal(Class<?>, JsonXML, Marshaller, XMLStreamWriter, Object) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLBinder
 
MULTIPLE_PI_TARGET - Static variable in class de.odysseus.staxon.json.JsonXMLStreamConstants
The name of the processing instruction used to indicate collections: <?xml-multiple bob?>
multiplePI(boolean) - Method in class de.odysseus.staxon.json.JsonXMLConfigBuilder
Set multiplePI property and return receiver.

N

name() - Method in interface de.odysseus.staxon.json.stream.JsonStreamSource
Consume JsonStreamToken.NAME token.
name(String) - Method in interface de.odysseus.staxon.json.stream.JsonStreamTarget
Write name.
name() - Method in class de.odysseus.staxon.json.stream.util.AddRootSource
 
name(String) - Method in class de.odysseus.staxon.json.stream.util.AutoArrayTarget
 
name(String) - Method in class de.odysseus.staxon.json.stream.util.AutoPrimitiveTarget
 
name(String) - Method in class de.odysseus.staxon.json.stream.util.RemoveRootTarget
 
name() - Method in class de.odysseus.staxon.json.stream.util.StreamSourceDelegate
 
name(String) - Method in class de.odysseus.staxon.json.stream.util.StreamTargetDelegate
 
namespaceDeclarations(boolean) - Method in class de.odysseus.staxon.json.JsonXMLConfigBuilder
Set namespaceDeclarations property and return receiver.
namespaceMapping(String, String) - Method in class de.odysseus.staxon.json.JsonXMLConfigBuilder
Add a namespace mapping and return receiver.
namespaceMappings(Map<String, String>) - Method in class de.odysseus.staxon.json.JsonXMLConfigBuilder
Set namespace mappings property and return receiver.
namespaceSeparator(char) - Method in class de.odysseus.staxon.json.JsonXMLConfigBuilder
Set namespaceSeparator property and return receiver.
newFactory() - Static method in class de.odysseus.staxon.json.stream.JsonStreamFactory
Create a new instance of a JsonStreamFactory.
newInstance() - Method in class de.odysseus.staxon.event.SimpleXMLEventAllocator
 
next() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
next() - Method in class de.odysseus.staxon.event.SimpleXMLEventReader
 
next() - Method in class de.odysseus.staxon.event.SimpleXMLFilteredEventReader
 
nextEvent() - Method in class de.odysseus.staxon.event.SimpleXMLEventReader
 
nextEvent() - Method in class de.odysseus.staxon.event.SimpleXMLFilteredEventReader
 
nextTag() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
nextTag() - Method in class de.odysseus.staxon.event.SimpleXMLEventReader
 
nextTag() - Method in class de.odysseus.staxon.event.SimpleXMLFilteredEventReader
 
NULL - Static variable in interface de.odysseus.staxon.json.stream.JsonStreamSource
"null" value

P

peek() - Method in class de.odysseus.staxon.event.SimpleXMLEventReader
 
peek() - Method in class de.odysseus.staxon.event.SimpleXMLFilteredEventReader
 
peek() - Method in interface de.odysseus.staxon.json.stream.JsonStreamSource
Peek next token.
peek() - Method in class de.odysseus.staxon.json.stream.util.AddRootSource
 
peek() - Method in class de.odysseus.staxon.json.stream.util.StreamSourceDelegate
 
prettyPrint(boolean) - Method in class de.odysseus.staxon.json.JsonXMLConfigBuilder
Set prettyPrint property and return receiver.
PrettyXMLEventWriter - Class in de.odysseus.staxon.xml.util
Pretty printing XML event writer.
PrettyXMLEventWriter(XMLEventWriter) - Constructor for class de.odysseus.staxon.xml.util.PrettyXMLEventWriter
Create instance using default indentation (\t) and line separator (\n).
PrettyXMLEventWriter(XMLEventWriter, String, String) - Constructor for class de.odysseus.staxon.xml.util.PrettyXMLEventWriter
Create instance.
PrettyXMLStreamWriter - Class in de.odysseus.staxon.xml.util
Pretty printing XML stream writer.
PrettyXMLStreamWriter(XMLStreamWriter) - Constructor for class de.odysseus.staxon.xml.util.PrettyXMLStreamWriter
Create instance using default indentation (\t) and line separator (\n).
PrettyXMLStreamWriter(XMLStreamWriter, String, String) - Constructor for class de.odysseus.staxon.xml.util.PrettyXMLStreamWriter
Create instance.
PROP_AUTO_ARRAY - Static variable in class de.odysseus.staxon.json.JsonXMLOutputFactory
Start/end arrays automatically?
PROP_AUTO_PRIMITIVE - Static variable in class de.odysseus.staxon.json.JsonXMLOutputFactory
Convert element text to JSON primitives (number, boolean, null) automatically?
PROP_MULTIPLE_PI - Static variable in class de.odysseus.staxon.json.JsonXMLInputFactory
Whether to use the JsonXMLStreamConstants.MULTIPLE_PI_TARGET processing instruction to indicate an array start.
PROP_MULTIPLE_PI - Static variable in class de.odysseus.staxon.json.JsonXMLOutputFactory
Whether to use the JsonXMLStreamConstants.MULTIPLE_PI_TARGET processing instruction target to trigger an array start.
PROP_NAMESPACE_DECLARATIONS - Static variable in class de.odysseus.staxon.json.JsonXMLOutputFactory
Whether to write namespace declarations.
PROP_NAMESPACE_MAPPINGS - Static variable in class de.odysseus.staxon.json.JsonXMLInputFactory
Namespace mappings associate prefixes with URIs when reading JSON.
PROP_NAMESPACE_MAPPINGS - Static variable in class de.odysseus.staxon.json.JsonXMLOutputFactory
Namespace mappings associate prefixes with URIs, used when repairing namespaces to determine prefixes for namespace declarations.
PROP_NAMESPACE_SEPARATOR - Static variable in class de.odysseus.staxon.json.JsonXMLInputFactory
Namespace prefix separator.
PROP_NAMESPACE_SEPARATOR - Static variable in class de.odysseus.staxon.json.JsonXMLOutputFactory
Namespace prefix separator.
PROP_PRETTY_PRINT - Static variable in class de.odysseus.staxon.json.JsonXMLOutputFactory
Format output for better readability?
PROP_VIRTUAL_ROOT - Static variable in class de.odysseus.staxon.json.JsonXMLInputFactory
JSON documents may have have multiple root properties.
PROP_VIRTUAL_ROOT - Static variable in class de.odysseus.staxon.json.JsonXMLOutputFactory
JSON documents may have have multiple root properties.

R

readArray(Class<? extends T>, JsonXML, JAXBContext, Reader) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLBinder
 
readArray(Reader) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLMapper
 
readArray(InputStream) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLMapper
 
readAttr(String, String, String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
Read attribute.
readData(String, Object, int) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
Read characters/comment/dtd/entity data.
readEndDocument() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
Read end document.
readEndElementTag() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
Read end element.
readNsDecl(String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
Read namespace declaration.
readObject(Class<? extends T>, JsonXML, JAXBContext, Reader) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLBinder
 
readObject(Reader) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLMapper
 
readObject(InputStream) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLMapper
 
readPI(String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
Read processing instruction.
readStartDocument(String, String, Boolean) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
Read start document
readStartElementTag(String, String, String, T) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
Read start element.
remove() - Method in class de.odysseus.staxon.event.SimpleXMLEventReader
 
RemoveRootTarget - Class in de.odysseus.staxon.json.stream.util
 
RemoveRootTarget(JsonStreamTarget, QName, char) - Constructor for class de.odysseus.staxon.json.stream.util.RemoveRootTarget
 
repairingNamespaces(boolean) - Method in class de.odysseus.staxon.json.JsonXMLConfigBuilder
Set repairingNamespaces property and return receiver.
require(int, String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 

S

setAutoArray(boolean) - Method in class de.odysseus.staxon.json.JsonXMLConfigImpl
 
setAutoPrimitive(boolean) - Method in class de.odysseus.staxon.json.JsonXMLConfigImpl
 
setDefaultNamespace(String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
setDefaultNamespace(String) - Method in class de.odysseus.staxon.event.SimpleXMLEventWriter
 
setDefaultNamespace(String) - Method in class de.odysseus.staxon.util.EventWriterDelegate
 
setDefaultNamespace(String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
setEventAllocator(XMLEventAllocator) - Method in class de.odysseus.staxon.base.AbstractXMLInputFactory
 
setLocation(Location) - Method in class de.odysseus.staxon.event.SimpleXMLEventFactory
 
setMultiplePI(boolean) - Method in class de.odysseus.staxon.json.JsonXMLConfigImpl
 
setNamespaceContext(NamespaceContext) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
setNamespaceContext(NamespaceContext) - Method in class de.odysseus.staxon.event.SimpleXMLEventWriter
 
setNamespaceContext(NamespaceContext) - Method in class de.odysseus.staxon.util.EventWriterDelegate
 
setNamespaceContext(NamespaceContext) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
setNamespaceDeclarations(boolean) - Method in class de.odysseus.staxon.json.JsonXMLConfigImpl
 
setNamespaceMappings(Map<String, String>) - Method in class de.odysseus.staxon.json.JsonXMLConfigImpl
 
setNamespaceSeparator(char) - Method in class de.odysseus.staxon.json.JsonXMLConfigImpl
 
setParent(XMLEventReader) - Method in class de.odysseus.staxon.event.SimpleXMLFilteredEventReader
 
setParent(XMLEventWriter) - Method in class de.odysseus.staxon.json.util.XMLMultipleEventWriter
 
setParent(XMLStreamWriter) - Method in class de.odysseus.staxon.json.util.XMLMultipleStreamWriter
 
setParent(XMLEventWriter) - Method in class de.odysseus.staxon.util.EventWriterDelegate
 
setParent(XMLStreamWriter) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
setParent(XMLEventWriter) - Method in class de.odysseus.staxon.xml.util.PrettyXMLEventWriter
 
setParent(XMLStreamWriter) - Method in class de.odysseus.staxon.xml.util.PrettyXMLStreamWriter
 
setPrefix(String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamScope
 
setPrefix(String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
setPrefix(String, String) - Method in class de.odysseus.staxon.event.SimpleXMLEventWriter
 
setPrefix(String, String) - Method in class de.odysseus.staxon.util.EventWriterDelegate
 
setPrefix(String, String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
setPrettyPrint(boolean) - Method in class de.odysseus.staxon.json.JsonXMLConfigImpl
 
setProperty(String, Object) - Method in class de.odysseus.staxon.base.AbstractXMLInputFactory
 
setProperty(String, Object) - Method in class de.odysseus.staxon.base.AbstractXMLOutputFactory
 
setProperty(String, Object) - Method in class de.odysseus.staxon.json.JsonXMLInputFactory
 
setProperty(String, Object) - Method in class de.odysseus.staxon.json.JsonXMLOutputFactory
 
setRepairingNamespaces(boolean) - Method in class de.odysseus.staxon.json.JsonXMLConfigImpl
 
setVirtualRoot(QName) - Method in class de.odysseus.staxon.json.JsonXMLConfigImpl
 
setXMLReporter(XMLReporter) - Method in class de.odysseus.staxon.base.AbstractXMLInputFactory
 
setXMLReporter(XMLReporter) - Method in class de.odysseus.staxon.json.JsonXMLInputFactory
 
setXMLResolver(XMLResolver) - Method in class de.odysseus.staxon.base.AbstractXMLInputFactory
 
setXMLResolver(XMLResolver) - Method in class de.odysseus.staxon.json.JsonXMLInputFactory
 
SimpleXMLEventAllocator - Class in de.odysseus.staxon.event
Simple implementation of XMLEventAllocator.
SimpleXMLEventAllocator() - Constructor for class de.odysseus.staxon.event.SimpleXMLEventAllocator
 
SimpleXMLEventFactory - Class in de.odysseus.staxon.event
Simple implementation of XMLEventFactory.
SimpleXMLEventFactory() - Constructor for class de.odysseus.staxon.event.SimpleXMLEventFactory
 
SimpleXMLEventFactory(Location) - Constructor for class de.odysseus.staxon.event.SimpleXMLEventFactory
 
SimpleXMLEventReader - Class in de.odysseus.staxon.event
Simple implementation of XMLEventReader.
SimpleXMLEventReader(XMLStreamReader) - Constructor for class de.odysseus.staxon.event.SimpleXMLEventReader
 
SimpleXMLEventReader(XMLStreamReader, XMLEventAllocator) - Constructor for class de.odysseus.staxon.event.SimpleXMLEventReader
 
SimpleXMLEventWriter - Class in de.odysseus.staxon.event
Simple implementation of XMLEventWriter.
SimpleXMLEventWriter(XMLStreamWriter) - Constructor for class de.odysseus.staxon.event.SimpleXMLEventWriter
 
SimpleXMLFilteredEventReader - Class in de.odysseus.staxon.event
Simple implementation of a filtered XMLEventReader.
SimpleXMLFilteredEventReader(XMLEventReader, EventFilter) - Constructor for class de.odysseus.staxon.event.SimpleXMLFilteredEventReader
 
standaloneSet() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
startArray() - Method in interface de.odysseus.staxon.json.stream.JsonStreamSource
startArray() - Method in interface de.odysseus.staxon.json.stream.JsonStreamTarget
Start array.
startArray() - Method in class de.odysseus.staxon.json.stream.util.AutoArrayTarget
 
startArray() - Method in class de.odysseus.staxon.json.stream.util.StreamSourceDelegate
 
startArray() - Method in class de.odysseus.staxon.json.stream.util.StreamTargetDelegate
 
startObject() - Method in interface de.odysseus.staxon.json.stream.JsonStreamSource
startObject() - Method in interface de.odysseus.staxon.json.stream.JsonStreamTarget
Start object
startObject() - Method in class de.odysseus.staxon.json.stream.util.AddRootSource
 
startObject() - Method in class de.odysseus.staxon.json.stream.util.AutoArrayTarget
 
startObject() - Method in class de.odysseus.staxon.json.stream.util.RemoveRootTarget
 
startObject() - Method in class de.odysseus.staxon.json.stream.util.StreamSourceDelegate
 
startObject() - Method in class de.odysseus.staxon.json.stream.util.StreamTargetDelegate
 
StreamSourceDelegate - Class in de.odysseus.staxon.json.stream.util
Delegating stream source.
StreamSourceDelegate(JsonStreamSource) - Constructor for class de.odysseus.staxon.json.stream.util.StreamSourceDelegate
 
StreamTargetDelegate - Class in de.odysseus.staxon.json.stream.util
Delegating stream target.
StreamTargetDelegate(JsonStreamTarget) - Constructor for class de.odysseus.staxon.json.stream.util.StreamTargetDelegate
 
StreamWriterDelegate - Class in de.odysseus.staxon.util
Filter an XMLStreamWriter.
StreamWriterDelegate() - Constructor for class de.odysseus.staxon.util.StreamWriterDelegate
 
StreamWriterDelegate(XMLStreamWriter) - Constructor for class de.odysseus.staxon.util.StreamWriterDelegate
 

T

text - Variable in class de.odysseus.staxon.json.stream.JsonStreamSource.Value
 
toString() - Method in class de.odysseus.staxon.base.AbstractXMLStreamReader
 
toString() - Method in class de.odysseus.staxon.json.stream.JsonStreamSource.Value
 
TRUE - Static variable in interface de.odysseus.staxon.json.stream.JsonStreamSource
"true" value

U

unmarshal(Class<? extends T>, JsonXML, Unmarshaller, XMLStreamReader) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLBinder
 

V

value() - Method in interface de.odysseus.staxon.json.stream.JsonStreamSource
Consume JsonStreamToken.VALUE token.
value(Object) - Method in interface de.odysseus.staxon.json.stream.JsonStreamTarget
Write value.
value() - Method in class de.odysseus.staxon.json.stream.util.AddRootSource
 
value(Object) - Method in class de.odysseus.staxon.json.stream.util.AutoArrayTarget
 
value(Object) - Method in class de.odysseus.staxon.json.stream.util.AutoPrimitiveTarget
 
value() - Method in class de.odysseus.staxon.json.stream.util.StreamSourceDelegate
 
value(Object) - Method in class de.odysseus.staxon.json.stream.util.StreamTargetDelegate
 
valueOf(String) - Static method in enum de.odysseus.staxon.json.stream.JsonStreamToken
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.odysseus.staxon.json.stream.JsonStreamToken
Returns an array containing the constants of this enum type, in the order they are declared.
virtualRoot(QName) - Method in class de.odysseus.staxon.json.JsonXMLConfigBuilder
Set virtualRoot property and return receiver.
virtualRoot(String) - Method in class de.odysseus.staxon.json.JsonXMLConfigBuilder
Set virtualRoot property and return receiver.

W

writeArray(Class<?>, JsonXML, JAXBContext, Writer, Collection<?>) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLBinder
 
writeArray(Writer, Collection<T>) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLMapper
 
writeArray(OutputStream, Collection<T>) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLMapper
 
writeAttr(String, String, String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
Write attribute.
writeAttr(String, String, String, String) - Method in class de.odysseus.staxon.json.JsonXMLStreamWriter
 
writeAttribute(String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeAttribute(String, String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeAttribute(String, String, String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeAttribute(String, String, String, String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeAttribute(String, String, String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeAttribute(String, String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeBoolean(Boolean) - Method in class de.odysseus.staxon.json.JsonXMLStreamWriter
Write boolean value.
writeCData(String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeCData(String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeCData(String) - Method in class de.odysseus.staxon.xml.util.PrettyXMLStreamWriter
 
writeCharacters(Object, int) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeCharacters(String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeCharacters(char[], int, int) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeCharacters(char[], int, int) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeCharacters(String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeCharacters(String) - Method in class de.odysseus.staxon.xml.util.PrettyXMLStreamWriter
 
writeCharacters(char[], int, int) - Method in class de.odysseus.staxon.xml.util.PrettyXMLStreamWriter
 
writeComment(String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeComment(String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeComment(String) - Method in class de.odysseus.staxon.xml.util.PrettyXMLStreamWriter
 
writeData(Object, int) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
Write characters/comment/dtd/entity data.
writeData(Object, int) - Method in class de.odysseus.staxon.json.JsonXMLStreamWriter
 
writeDefaultNamespace(String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeDefaultNamespace(String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeDTD(String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeDTD(String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeEmptyElement(String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeEmptyElement(String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeEmptyElement(String, String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeEmptyElement(String) - Method in class de.odysseus.staxon.json.util.XMLMultipleStreamWriter
 
writeEmptyElement(String, String) - Method in class de.odysseus.staxon.json.util.XMLMultipleStreamWriter
 
writeEmptyElement(String, String, String) - Method in class de.odysseus.staxon.json.util.XMLMultipleStreamWriter
 
writeEmptyElement(String, String, String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeEmptyElement(String, String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeEmptyElement(String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeEmptyElement(String, String) - Method in class de.odysseus.staxon.xml.util.PrettyXMLStreamWriter
 
writeEmptyElement(String, String, String) - Method in class de.odysseus.staxon.xml.util.PrettyXMLStreamWriter
 
writeEmptyElement(String) - Method in class de.odysseus.staxon.xml.util.PrettyXMLStreamWriter
 
writeEndArray() - Method in class de.odysseus.staxon.json.JsonXMLStreamWriter
 
writeEndDocument() - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeEndDocument() - Method in class de.odysseus.staxon.json.JsonXMLStreamWriter
 
writeEndDocument() - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeEndElement() - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeEndElement() - Method in class de.odysseus.staxon.json.util.XMLMultipleStreamWriter
 
writeEndElement() - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeEndElement() - Method in class de.odysseus.staxon.xml.util.PrettyXMLStreamWriter
 
writeEndElementTag() - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
Write end element tag.
writeEndElementTag() - Method in class de.odysseus.staxon.json.JsonXMLStreamWriter
 
writeEntityRef(String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeEntityRef(String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeNamespace(String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeNamespace(String, String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeNsDecl(String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
Write namespace declaration.
writeNsDecl(String, String) - Method in class de.odysseus.staxon.json.JsonXMLStreamWriter
 
writeNumber(Number) - Method in class de.odysseus.staxon.json.JsonXMLStreamWriter
Write number value.
writeObject(Class<?>, JsonXML, JAXBContext, Writer, Object) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLBinder
 
writeObject(Writer, T) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLMapper
 
writeObject(OutputStream, T) - Method in class de.odysseus.staxon.json.jaxb.JsonXMLMapper
 
writePI(String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
Read processing instruction.
writePI(String, String) - Method in class de.odysseus.staxon.json.JsonXMLStreamWriter
 
writeProcessingInstruction(String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeProcessingInstruction(String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeProcessingInstruction(String) - Method in class de.odysseus.staxon.xml.util.PrettyXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class de.odysseus.staxon.xml.util.PrettyXMLStreamWriter
 
writeStartArray(String) - Method in class de.odysseus.staxon.json.JsonXMLStreamWriter
 
writeStartDocument() - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeStartDocument(String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeStartDocument(String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeStartDocument(String, String) - Method in class de.odysseus.staxon.json.JsonXMLStreamWriter
 
writeStartDocument() - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeStartDocument(String, String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeStartDocument(String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeStartDocument() - Method in class de.odysseus.staxon.xml.util.PrettyXMLStreamWriter
 
writeStartDocument(String) - Method in class de.odysseus.staxon.xml.util.PrettyXMLStreamWriter
 
writeStartDocument(String, String) - Method in class de.odysseus.staxon.xml.util.PrettyXMLStreamWriter
 
writeStartElement(String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeStartElement(String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeStartElement(String, String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
 
writeStartElement(String) - Method in class de.odysseus.staxon.json.util.XMLMultipleStreamWriter
 
writeStartElement(String, String) - Method in class de.odysseus.staxon.json.util.XMLMultipleStreamWriter
 
writeStartElement(String, String, String) - Method in class de.odysseus.staxon.json.util.XMLMultipleStreamWriter
 
writeStartElement(String, String, String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeStartElement(String, String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeStartElement(String) - Method in class de.odysseus.staxon.util.StreamWriterDelegate
 
writeStartElement(String) - Method in class de.odysseus.staxon.xml.util.PrettyXMLStreamWriter
 
writeStartElement(String, String) - Method in class de.odysseus.staxon.xml.util.PrettyXMLStreamWriter
 
writeStartElement(String, String, String) - Method in class de.odysseus.staxon.xml.util.PrettyXMLStreamWriter
 
writeStartElementTag(String, String, String) - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
Write open start element tag.
writeStartElementTag(String, String, String) - Method in class de.odysseus.staxon.json.JsonXMLStreamWriter
 
writeStartElementTagEnd() - Method in class de.odysseus.staxon.base.AbstractXMLStreamWriter
Write close start element tag.
writeStartElementTagEnd() - Method in class de.odysseus.staxon.json.JsonXMLStreamWriter
 

X

XMLMultipleEventWriter - Class in de.odysseus.staxon.json.util
Simple delegate writer which generates <?xml-multiple?> processing instructions when writing a sequence of elements matching some element path.
XMLMultipleEventWriter(XMLEventWriter, boolean, String...) - Constructor for class de.odysseus.staxon.json.util.XMLMultipleEventWriter
Create instance.
XMLMultipleStreamWriter - Class in de.odysseus.staxon.json.util
Simple delegate writer which generates <?xml-multiple?> processing instructions when writing a sequence of elements matching some element path.
XMLMultipleStreamWriter(XMLStreamWriter, boolean, String...) - Constructor for class de.odysseus.staxon.json.util.XMLMultipleStreamWriter
Create instance.
XMLStreamReaderScope<T> - Class in de.odysseus.staxon.base
 
XMLStreamReaderScope(String, T) - Constructor for class de.odysseus.staxon.base.XMLStreamReaderScope
 
XMLStreamReaderScope(NamespaceContext, T) - Constructor for class de.odysseus.staxon.base.XMLStreamReaderScope
 
XMLStreamReaderScope(XMLStreamReaderScope<T>, String, String, String) - Constructor for class de.odysseus.staxon.base.XMLStreamReaderScope
 
XMLStreamWriterScope<T> - Class in de.odysseus.staxon.base
 
XMLStreamWriterScope(String, T) - Constructor for class de.odysseus.staxon.base.XMLStreamWriterScope
 
XMLStreamWriterScope(NamespaceContext, T) - Constructor for class de.odysseus.staxon.base.XMLStreamWriterScope
 
XMLStreamWriterScope(XMLStreamWriterScope<T>, String, String, String, boolean) - Constructor for class de.odysseus.staxon.base.XMLStreamWriterScope
 
A B C D E F G H I J M N P R S T U V W X 

Copyright © 2011-2014. All Rights Reserved.