Uses of Interface
de.odysseus.staxon.json.stream.JsonStreamTarget

Packages that use JsonStreamTarget
de.odysseus.staxon.json Classes to read and write JSON via StAX. 
de.odysseus.staxon.json.stream JSON streaming backend API. 
de.odysseus.staxon.json.stream.impl Default implementation of JSON streaming backend API. 
de.odysseus.staxon.json.stream.util JSON streaming filters. 
 

Uses of JsonStreamTarget in de.odysseus.staxon.json
 

Constructors in de.odysseus.staxon.json with parameters of type JsonStreamTarget
JsonXMLStreamWriter(JsonStreamTarget target, boolean repairNamespaces, boolean multiplePI, char namespaceSeparator, boolean namespaceDeclarations)
          Create writer instance.
 

Uses of JsonStreamTarget in de.odysseus.staxon.json.stream
 

Methods in de.odysseus.staxon.json.stream that return JsonStreamTarget
abstract  JsonStreamTarget JsonStreamFactory.createJsonStreamTarget(OutputStream output, boolean pretty)
          Create stream target.
abstract  JsonStreamTarget JsonStreamFactory.createJsonStreamTarget(Writer writer, boolean pretty)
          Create stream target.
 

Uses of JsonStreamTarget in de.odysseus.staxon.json.stream.impl
 

Methods in de.odysseus.staxon.json.stream.impl that return JsonStreamTarget
 JsonStreamTarget JsonStreamFactoryImpl.createJsonStreamTarget(OutputStream output, boolean pretty)
           
 JsonStreamTarget JsonStreamFactoryImpl.createJsonStreamTarget(Writer writer, boolean pretty)
           
 

Uses of JsonStreamTarget in de.odysseus.staxon.json.stream.util
 

Classes in de.odysseus.staxon.json.stream.util that implement JsonStreamTarget
 class AutoArrayTarget
          Target filter to auto-insert array boundaries.
 class AutoPrimitiveTarget
          Target-filter to auto-convert string values to primitive (boolean, number, null) values.
 class RemoveRootTarget
           
 class StreamTargetDelegate
          Delegating stream target.
 

Methods in de.odysseus.staxon.json.stream.util with parameters of type JsonStreamTarget
 void StreamSourceDelegate.copy(JsonStreamTarget target)
          Copy events to given target until peek() == JsonStreamToken.NONE.
 

Constructors in de.odysseus.staxon.json.stream.util with parameters of type JsonStreamTarget
AutoArrayTarget(JsonStreamTarget delegate)
           
AutoPrimitiveTarget(JsonStreamTarget delegate, boolean convertAttributes)
           
RemoveRootTarget(JsonStreamTarget delegate, QName root, char namespaceSeparator)
           
StreamTargetDelegate(JsonStreamTarget delegate)
           
 



Copyright © 2011-2012. All Rights Reserved.