Methods Summary |
---|
public XPathMatcher | createMatcher(ValueStore store)Creates a field matcher.
return new Field.Matcher(fXPath, store);
|
public IdentityConstraint | getIdentityConstraint()Returns the identity constraint.
return fIdentityConstraint;
|
public org.apache.xerces.impl.xpath.XPath | getXPath()Returns the field XPath.
return fXPath;
|
public java.lang.String | toString()Returns a string representation of this object.
return fXPath.toString();
|