179180181182183184185186
if (href != null) { lockToken = DOMUtils.getTextValue(href); } } return new Lock(ls, lt, d, owner, t, lockToken); }
119120121122123124125
if (lockType != null) { lt = Lock.TYPE_WRITE; } } return new Lock(ls, lt); }
188189190191192193194195
if (href != null) { principalUrl = DOMUtils.getTextValue(href); } } return new Lock(ls, lt, d, owner, t, lockToken, principalUrl); }
117118119120121122123
224225226227228229230231
165166167168169170171
214215216217218219220221
218219220221222223224225