Method
setProperty
(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
Tested by
no test coverage detected