Package | Description |
---|---|
org.basex.query |
XQuery implementation.
|
Modifier and Type | Method and Description |
---|---|
static IO |
QueryResources.checkPath(QueryInput input,
IO baseIO,
InputInfo info)
Returns a valid reference if a file is found in the specified path or the static base uri.
|
Value |
QueryResources.collection(QueryInput qi,
IO baseIO,
InputInfo info)
Evaluates
fn:collection() : opens an existing database collection, or creates
a new data reference. |
DBNode |
QueryResources.doc(QueryInput qi,
IO baseIO,
InputInfo info)
Evaluates
fn:doc() : opens an existing database document, or creates a new
database and node. |
Copyright © 2005–2015 BaseX Team. All rights reserved.