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

Method setProperty

src/org/kxml2/io/KXmlParser.java:1407–1413  ·  view source on GitHub ↗
(String property, Object value)

Source from the content-addressed store, hash-verified

1405 }
1406
1407 public void setProperty(String property, Object value)
1408 throws XmlPullParserException {
1409 if(isProp(property, true, "location"))
1410 location = value;
1411 else
1412 throw new XmlPullParserException("unsupported property: " + property);
1413 }
1414
1415 /**
1416 * Skip sub tree that is currently porser positioned on.

Callers

nothing calls this directly

Calls 1

isPropMethod · 0.95

Tested by

no test coverage detected