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

Method isText

src/org/kxml2/kdom/Node.java:214–217  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

212 }
213
214 public boolean isText(int i) {
215 int t = getType(i);
216 return t == TEXT || t == IGNORABLE_WHITESPACE || t == CDSECT;
217 }
218
219 /** Recursively builds the child elements from the given parser
220 until an end tag or end document is found.

Callers 1

getTextMethod · 0.95

Calls 1

getTypeMethod · 0.95

Tested by

no test coverage detected