Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ literal
Method
literal
basex-core/src/main/java/org/basex/util/Token.java:1381–1382 ·
view source on GitHub ↗
(final int ch)
Source
from the content-addressed store, hash-verified
1379
public
enum UriEncoder {
1380
/** IRI. */ IRI {
1381
@Override
1382
boolean literal(
final
int
ch) {
return
"!#$%&*'()+,-./:;=?@[]~_"
.indexOf(ch) != -1; }
1383
},
1384
/** URI. */ URI {
1385
@Override
Callers
1
encodeUri
Method · 0.45
Calls
1
indexOf
Method · 0.45
Tested by
no test coverage detected