Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ more
Method
more
basex-core/src/main/java/org/basex/util/TokenParser.java:39–41 ·
view source on GitHub ↗
Checks if the parser will return more codepoints. @return result of check
()
Source
from the content-addressed store, hash-verified
37
* @
return
result of check
38
*/
39
public
final
boolean more() {
40
return
pos < size;
41
}
42
43
/**
44
* Returns the current codepoint and advances the cursor.
Callers
11
stringLit
Method · 0.95
value
Method · 0.95
unescape
Method · 0.95
field
Method · 0.95
normalize
Method · 0.95
presentation
Method · 0.95
IntFormat
Method · 0.95
formatFrac
Method · 0.95
format
Method · 0.95
word
Method · 0.95
check
Method · 0.95
Calls
no outgoing calls
Tested by
1
stringLit
Method · 0.76