{
ValueStoreBase localValueStoreBase = this.fValueStoreCache.getValueStoreFor(paramField.getIdentityConstraint(), paramInt);
setMayMatch(paramField, Boolean.TRUE);
XPathMatcher localXPathMatcher = paramField.createMatcher(this, localValueStoreBase);
this.fMatcherStack.addMatcher(localXPathMatcher);
localXPathMatcher.startDocumentFragment();
return localXPathMatcher;
}
public void endValueScopeFor(IdentityConstraint paramIdentityConstraint, int paramInt)
{