Package org.basex.query.func.ws
Class WsOptions
- java.lang.Object
-
- org.basex.util.options.Options
-
- org.basex.query.func.ws.WsOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.basex.util.options.Options
Options.YesNo, Options.YesNoOmit
-
-
Field Summary
Fields Modifier and Type Field Description static StringOptionBASE_URIQuery base-uri.static StringOptionIDCustom id string.
-
Constructor Summary
Constructors Constructor Description WsOptions()
-
Method Summary
-
Methods inherited from class org.basex.util.options.Options
allowed, assign, assign, assign, assign, assign, contains, error, free, get, get, get, get, get, get, get, get, get, invert, iterator, names, option, put, set, set, set, set, set, set, set, set, setSystem, toMap, toMap, toString, write
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
BASE_URI
public static final StringOption BASE_URI
Query base-uri.
-
ID
public static final StringOption ID
Custom id string.
-
-