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

Method isEmptyElementTag

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

Source from the content-addressed store, hash-verified

1259 }
1260
1261 public boolean isEmptyElementTag() throws XmlPullParserException {
1262 if (type != START_TAG)
1263 exception(ILLEGAL_TYPE);
1264 return degenerated;
1265 }
1266
1267 public int getAttributeCount() {
1268 return attributeCount;

Callers 1

parseMethod · 0.80

Calls 1

exceptionMethod · 0.95

Tested by

no test coverage detected