Uses of Class
de.odysseus.staxon.json.JsonXMLConfigBuilder

Packages that use JsonXMLConfigBuilder
de.odysseus.staxon.json Classes to read and write JSON via StAX. 
 

Uses of JsonXMLConfigBuilder in de.odysseus.staxon.json
 

Methods in de.odysseus.staxon.json that return JsonXMLConfigBuilder
 JsonXMLConfigBuilder JsonXMLConfigBuilder.autoArray(boolean autoArray)
          Set autoArray property and return receiver.
 JsonXMLConfigBuilder JsonXMLConfigBuilder.autoPrimitive(boolean autoPrimitive)
          Set autoPrimitive property and return receiver.
 JsonXMLConfigBuilder JsonXMLConfigBuilder.multiplePI(boolean multiplePI)
          Set multiplePI property and return receiver.
 JsonXMLConfigBuilder JsonXMLConfigBuilder.namespaceDeclarations(boolean namespaceDeclarations)
          Set namespaceDeclarations property and return receiver.
 JsonXMLConfigBuilder JsonXMLConfigBuilder.namespaceSeparator(char namespaceSeparator)
          Set namespaceSeparator property and return receiver.
 JsonXMLConfigBuilder JsonXMLConfigBuilder.prettyPrint(boolean prettyPrint)
          Set prettyPrint property and return receiver.
 JsonXMLConfigBuilder JsonXMLConfigBuilder.repairingNamespaces(boolean repairingNamespaces)
          Set repairingNamespaces property and return receiver.
 JsonXMLConfigBuilder JsonXMLConfigBuilder.virtualRoot(QName virtualRoot)
          Set virtualRoot property and return receiver.
 JsonXMLConfigBuilder JsonXMLConfigBuilder.virtualRoot(String virtualRoot)
          Set virtualRoot property and return receiver.
 



Copyright © 2011-2012. All Rights Reserved.