Constructs a selector. fXPath = xpath; fIdentityConstraint = identityConstraint;
fXPath = xpath; fIdentityConstraint = identityConstraint;
Creates a selector matcher.paramactivator The activator for this selector's fields.paraminitialDepth The depth in the document at which this matcher began its life; used in correctly handling recursive elements. return new Selector.Matcher(fXPath, activator, initialDepth);
return new Selector.Matcher(fXPath, activator, initialDepth);
Returns the identity constraint. return fIdentityConstraint;
return fIdentityConstraint;
Returns the selector XPath. return fXPath;
return fXPath;
Returns a string representation of this object. return fXPath.toString();
return fXPath.toString();