Uses of Class
org.basex.io.serial.SerializerProp

Packages that use SerializerProp
org.basex.core.cmd Database commands. 
org.basex.io.serial   
org.basex.query XQuery implementation. 
org.basex.query.func XQuery functions. 
 

Uses of SerializerProp in org.basex.core.cmd
 

Methods in org.basex.core.cmd with parameters of type SerializerProp
static void Export.export(Data data, java.lang.String path, SerializerProp sp, Export e)
          Exports the current database to the specified path.
 

Uses of SerializerProp in org.basex.io.serial
 

Fields in org.basex.io.serial declared as SerializerProp
static SerializerProp Serializer.PROPS
          Default serialization parameters.
 

Methods in org.basex.io.serial with parameters of type SerializerProp
static Serializer Serializer.get(java.io.OutputStream os, SerializerProp props)
          Returns a specific serializer.
 

Constructors in org.basex.io.serial with parameters of type SerializerProp
JsonMLSerializer(java.io.OutputStream os, SerializerProp props)
          Constructor.
JSONSerializer(java.io.OutputStream os, SerializerProp props)
          Constructor.
 

Uses of SerializerProp in org.basex.query
 

Methods in org.basex.query that return SerializerProp
 SerializerProp QueryContext.serParams(boolean optional)
          Returns the serialization parameters used for and specified by this query.
 

Uses of SerializerProp in org.basex.query.func
 

Methods in org.basex.query.func that return SerializerProp
static SerializerProp FuncParams.serializerProp(Item it, InputInfo info)
          Converts the specified parameters to serialization properties.
static SerializerProp FuncParams.serializerProp(TokenMap map, InputInfo info)
          Converts the specified parameters to serialization properties.