Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dumbledore/AlbiteREADER
/ getText
Method
getText
src/org/kxml2/io/KXmlParser.java:1227–1230 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1225
}
1226
1227
public
String getText() {
1228
return
type < TEXT
1229
|| (type == ENTITY_REF && unresolved) ? null : get(0);
1230
}
1231
1232
public
char[] getTextCharacters(
int
[] poslen) {
1233
if
(type >= TEXT) {
Callers
2
getPositionDescription
Method · 0.95
nextText
Method · 0.95
Calls
1
get
Method · 0.95
Tested by
no test coverage detected