MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / isWhitespace

Method isWhitespace

src/org/kxml2/io/KXmlParser.java:1221–1225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1219 }
1220
1221 public boolean isWhitespace() throws XmlPullParserException {
1222 if (type != TEXT && type != IGNORABLE_WHITESPACE && type != CDSECT)
1223 exception(ILLEGAL_TYPE);
1224 return isWhitespace;
1225 }
1226
1227 public String getText() {
1228 return type < TEXT

Callers

nothing calls this directly

Calls 1

exceptionMethod · 0.95

Tested by

no test coverage detected