|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TokenMap | |
---|---|
org.basex.query | XQuery implementation. |
org.basex.query.func | XQuery functions. |
org.basex.query.up.primitives | |
org.basex.query.util.format | XQuery formatter utility classes. |
org.basex.query.util.http | |
org.basex.query.util.pkg | |
org.basex.query.value.map | |
org.basex.query.value.node | |
org.basex.util.ft | Full-text specific utility classes. |
Uses of TokenMap in org.basex.query |
---|
Fields in org.basex.query declared as TokenMap | |
---|---|
TokenMap |
QueryParser.namespaces
Namespaces. |
Uses of TokenMap in org.basex.query.func |
---|
Methods in org.basex.query.func that return TokenMap | |
---|---|
TokenMap |
FuncParams.parse(Item it)
Converts the parameters of the argument to a token map. |
TokenMap |
FuncParams.parse(Item it,
boolean ignore)
Converts the parameters of the argument to a token map. |
static TokenMap |
FuncParams.serializerMap(Item it,
InputInfo info)
Converts the specified parameter item to a map. |
Methods in org.basex.query.func with parameters of type TokenMap | |
---|---|
static SerializerProp |
FuncParams.serializerProp(TokenMap map,
InputInfo info)
Converts the specified parameters to serialization properties. |
Uses of TokenMap in org.basex.query.up.primitives |
---|
Fields in org.basex.query.up.primitives declared as TokenMap | |
---|---|
protected TokenMap |
DBNew.options
Optimization options. |
Constructors in org.basex.query.up.primitives with parameters of type TokenMap | |
---|---|
DBCreate(InputInfo ii,
java.lang.String nm,
java.util.List<NewInput> in,
TokenMap map,
QueryContext c)
Constructor. |
|
DBOptimize(Data dt,
QueryContext ctx,
boolean al,
TokenMap map,
InputInfo ii)
Constructor. |
Uses of TokenMap in org.basex.query.util.format |
---|
Constructors in org.basex.query.util.format with parameters of type TokenMap | |
---|---|
DecFormatter(InputInfo ii,
TokenMap map)
Constructor. |
Uses of TokenMap in org.basex.query.util.http |
---|
Fields in org.basex.query.util.http declared as TokenMap | |
---|---|
TokenMap |
HTTPRequest.attrs
Request attributes. |
TokenMap |
HTTPRequest.Part.bodyAttrs
Attributes of part body. |
TokenMap |
HTTPRequest.headers
Request headers. |
TokenMap |
HTTPRequest.Part.headers
Part headers. |
TokenMap |
HTTPRequest.payloadAttrs
Body or multipart attributes. |
Uses of TokenMap in org.basex.query.util.pkg |
---|
Methods in org.basex.query.util.pkg that return TokenMap | |
---|---|
TokenMap |
Repo.pkgDict()
Returns the package dictionary. |
Uses of TokenMap in org.basex.query.value.map |
---|
Methods in org.basex.query.value.map that return TokenMap | |
---|---|
TokenMap |
Map.tokenMap(InputInfo ii)
Converts the map to a map with keys and values represented as tokens. |
Uses of TokenMap in org.basex.query.value.node |
---|
Constructors in org.basex.query.value.node with parameters of type TokenMap | |
---|---|
FElem(org.w3c.dom.Element elem,
ANode p,
TokenMap nss)
Constructor for creating an element from a DOM node. |
Uses of TokenMap in org.basex.util.ft |
---|
Subclasses of TokenMap in org.basex.util.ft | |
---|---|
class |
StemDir
Simple stemming directory for full-text requests. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |