Package | Description |
---|---|
org.basex.query.util.collation |
Collation-specific code.
|
Modifier and Type | Method and Description |
---|---|
static Collation.Mode |
Collation.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Collation.Mode[] |
Collation.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected abstract int |
Collation.indexOf(String string,
String sub,
Collation.Mode mode,
InputInfo info)
Returns the start or end position of the specified substring.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.