Uses of Class
org.basex.io.IO
Packages that use IO
Package
Description
Classes for creating new database instances.
Classes for creating databases from XML documents.
Input and Output classes.
XQuery implementation.
XQuery Full Text expressions.
XQuery functions.
CSV Functions.
Fetch Functions.
HTML Functions.
Inspection Functions.
JSON Functions.
XQuery utility classes.
Full-text specific utility classes.
-
Uses of IO in org.basex.build
Fields in org.basex.build declared as IOMethods in org.basex.build with parameters of type IOModifier and TypeMethodDescriptionfinal voidStores binary data.static MemDataBuilds a main memory database instance.static SingleParserParser.singleParser(IO source, MainOptions options, String target) Returns a parser instance, based on the current options.static SAXWrapperReturns an XML parser instance, using the Java default parser.Constructors in org.basex.build with parameters of type IOModifierConstructorDescriptionDirParser(IO source, MainOptions options) Constructor.protectedParser(IO source, MainOptions options) Constructor.protectedSingleParser(IO source, MainOptions opts) Constructor. -
Uses of IO in org.basex.build.csv
Constructors in org.basex.build.csv with parameters of type IOModifierConstructorDescriptionCsvParser(IO source, MainOptions opts) Constructor.CsvParser(IO source, MainOptions opts, CsvParserOptions copts) Constructor. -
Uses of IO in org.basex.build.html
Constructors in org.basex.build.html with parameters of type IOModifierConstructorDescriptionHtmlParser(IO source, MainOptions opts) Constructor.HtmlParser(IO source, MainOptions opts, HtmlOptions hopts) Constructor. -
Uses of IO in org.basex.build.json
Constructors in org.basex.build.json with parameters of type IOModifierConstructorDescriptionJsonParser(IO source, MainOptions opts) Constructor.JsonParser(IO source, MainOptions opts, JsonParserOptions jopts) Constructor. -
Uses of IO in org.basex.build.text
Constructors in org.basex.build.text with parameters of type IO -
Uses of IO in org.basex.build.xml
Constructors in org.basex.build.xml with parameters of type IOModifierConstructorDescriptionSAXWrapper(IO source, MainOptions opts) Constructor.XMLParser(IO source, MainOptions opts) Constructor.XMLParser(IO source, MainOptions opts, boolean frag) Constructor. -
Uses of IO in org.basex.gui.text
Methods in org.basex.gui.text with parameters of type IO -
Uses of IO in org.basex.io
Subclasses of IO in org.basex.ioModifier and TypeClassDescriptionfinal classIOreference, representing a byte array.final classIOreference, representing a local file or directory path.final classIOstream.final classIOreference, representing a URL.Methods in org.basex.io that return IOModifier and TypeMethodDescriptionstatic IOReturns a class instance for the specified location string.final IOMerges two paths.Methods in org.basex.io with parameters of type IOModifier and TypeMethodDescriptionbooleanCompares the filename of the specified IO reference.booleanConstructors in org.basex.io with parameters of type IO -
Uses of IO in org.basex.io.in
Methods in org.basex.io.in that return IOModifier and TypeMethodDescriptionfinal IOBufferInput.io()Returns the IO reference ornull.XMLInput.io()Returns the IO reference.Methods in org.basex.io.in with parameters of type IOConstructors in org.basex.io.in with parameters of type IOModifierConstructorDescriptionBufferInput(IO input) Constructor.Constructor.NewlineInput(IO in) Constructor.Constructor.Constructor. -
Uses of IO in org.basex.io.parse.csv
Methods in org.basex.io.parse.csv with parameters of type IO -
Uses of IO in org.basex.io.parse.json
Methods in org.basex.io.parse.json with parameters of type IO -
Uses of IO in org.basex.query
Fields in org.basex.query declared as IOMethods in org.basex.query that return IOModifier and TypeMethodDescriptionStaticContext.baseIO()Returns an IO representation of the static base URI ornull.Resolves the specified path against the base URI.Returns an IO reference for the specified path.Method parameters in org.basex.query with type arguments of type IO -
Uses of IO in org.basex.query.expr.ft
Constructors in org.basex.query.expr.ft with parameters of type IO -
Uses of IO in org.basex.query.func
Methods in org.basex.query.func that return IOModifier and TypeMethodDescriptionprotected final IOStandardFunc.checkPath(byte[] uri) Returns a valid reference if a file is found at the specified path or the static base uri.protected final IOStandardFunc.checkPath(int i, QueryContext qc) Returns a valid reference if a file is found at the specified path or the static base uri. -
Uses of IO in org.basex.query.func.csv
Methods in org.basex.query.func.csv with parameters of type IOModifier and TypeMethodDescriptionprotected final ItemCsvParse.parse(IO io, QueryContext qc) Parses the input and creates an XML document. -
Uses of IO in org.basex.query.func.fetch
Methods in org.basex.query.func.fetch with parameters of type IOModifier and TypeMethodDescriptionprotected DBNodeFetchXml.fetch(IO io, QueryContext qc) Parses the input and creates an XML document. -
Uses of IO in org.basex.query.func.html
Methods in org.basex.query.func.html with parameters of type IOModifier and TypeMethodDescriptionprotected final ItemHtmlParse.parse(IO io, QueryContext qc) Parses the input and creates an XML document. -
Uses of IO in org.basex.query.func.inspect
Methods in org.basex.query.func.inspect with parameters of type IO -
Uses of IO in org.basex.query.func.json
Methods in org.basex.query.func.json with parameters of type IOModifier and TypeMethodDescriptionprotected final ItemJsonParse.parse(IO io, QueryContext qc) Parses the input and creates an XML document. -
Uses of IO in org.basex.query.up.primitives
Fields in org.basex.query.up.primitives declared as IO -
Uses of IO in org.basex.query.util
Methods in org.basex.query.util that return IO -
Uses of IO in org.basex.query.util.pkg
Methods in org.basex.query.util.pkg with parameters of type IO -
Uses of IO in org.basex.query.value.item
Constructors in org.basex.query.value.item with parameters of type IOModifierConstructorDescriptionB64Lazy(IO input, QueryError error) Constructor.StrLazy(IO input, String encoding, QueryError error, boolean validate) Constructor. -
Uses of IO in org.basex.query.value.node
Constructors in org.basex.query.value.node with parameters of type IO -
Uses of IO in org.basex.util.ft
Methods in org.basex.util.ft with parameters of type IO -
Uses of IO in org.basex.util.http
Methods in org.basex.util.http with parameters of type IOModifier and TypeMethodDescriptionstatic ValueHttpPayload.value(IO input, MainOptions options, MediaType type) Returns an XQuery value for the specified content type.