Package | Description |
---|---|
org.basex.query |
XQuery implementation.
|
org.basex.query.func |
XQuery functions.
|
org.basex.query.var |
Modifier and Type | Class and Description |
---|---|
class |
LibraryModule
An XQuery main module.
|
class |
MainModule
An XQuery main module.
|
class |
StaticDecl
Common superclass for static functions and variables.
|
Modifier and Type | Method and Description |
---|---|
StaticScope |
QueryContext.parse(String query,
boolean library,
String path,
StaticContext sc)
Parses the specified query.
|
StaticScope |
QueryContext.parse(String query,
String path,
StaticContext sc)
Parses the specified query.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticFunc
A static user-defined function.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticVar
Static variable to which an expression can be assigned.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.