public final class StaticContext extends Object
Modifier and Type | Field and Description |
---|---|
Collation |
collation
Default collation (default collection (
QueryText.COLLATION_URI ): null ). |
TokenObjMap<DecFormatter> |
decFormats
Decimal formats.
|
byte[] |
elemNS
Default element/type namespace.
|
byte[] |
funcNS
Default function namespace.
|
boolean |
mixUpdates
Mix updates flag.
|
NSContext |
ns
Static and dynamic namespaces.
|
Constructor and Description |
---|
StaticContext(Context ctx)
Constructor setting the XQuery version.
|
public final TokenObjMap<DecFormatter> decFormats
public final NSContext ns
public final boolean mixUpdates
public Collation collation
QueryText.COLLATION_URI
): null
).public byte[] elemNS
public byte[] funcNS
public StaticContext(Context ctx)
ctx
- database contextCopyright © 2005–2015 BaseX Team. All rights reserved.