Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ getText
Method
getText
basex-core/src/main/java/org/basex/gui/text/TextPanel.java:252–254 ·
view source on GitHub ↗
Returns the output text. @return output text
()
Source
from the content-addressed store, hash-verified
250
* @
return
output text
251
*/
252
public
final
byte[] getText() {
253
return
editor.text();
254
}
255
256
/**
257
* Tests
if
text has been selected.
Callers
15
main
Method · 0.45
getEventString
Method · 0.45
queryMode
Method · 0.45
popupMenu
Method · 0.45
execute
Method · 0.45
context
Method · 0.45
refresh
Method · 0.45
find
Method · 0.45
changeRoot
Method · 0.45
query
Method · 0.45
initText
Method · 0.45
setText
Method · 0.45
Calls
1
text
Method · 0.45
Tested by
no test coverage detected