Uses of Class
org.basex.query.QueryIOException
Packages that use QueryIOException
Package
Description
XQuery implementation.
XQuery values.
-
Uses of QueryIOException in org.basex.io.parse.csv
Methods in org.basex.io.parse.csv that throw QueryIOException -
Uses of QueryIOException in org.basex.io.parse.json
Methods in org.basex.io.parse.json that throw QueryIOExceptionModifier and TypeMethodDescriptionfinal ItemConverts the specified input to an XQuery value.static JsonConverterJsonConverter.get(JsonParserOptions jopts) Returns a JSON converter for the given configuration.voidJsonXQueryConverter.numberLit(byte[] value) voidJsonParser.parse()Parses a JSON expression. -
Uses of QueryIOException in org.basex.query
Methods in org.basex.query that return QueryIOException -
Uses of QueryIOException in org.basex.query.value
Methods in org.basex.query.value that throw QueryIOExceptionModifier and TypeMethodDescriptionfinal ArrayOutputValue.serialize()Serializes the value, using the standard XML serializer, and returns the cached result.final ArrayOutputValue.serialize(SerializerOptions options) Serializes the value with the specified serialization parameters and returns the cached result.