Constructs a field. fXPath = xpath; fIdentityConstraint = identityConstraint;
fXPath = xpath; fIdentityConstraint = identityConstraint;
Creates a field matcher. return new Field.Matcher(fXPath, activator, store);
return new Field.Matcher(fXPath, activator, store);
Returns the identity constraint. return fIdentityConstraint;
return fIdentityConstraint;
Returns the field XPath. return fXPath;
return fXPath;
Returns a string representation of this object. return fXPath.toString();
return fXPath.toString();