Package org.eclipse.wst.xml.xpath2.api
public class Match extendsA match found by the XPath2 pattern matcher * @noimplement This interface is not intended to be implemented by clients.
Method Summary | |
public org.eclipse.wst.xml.xpath2.api.XPath2Pattern | getBestMatch() Returns the XPath2 pattern which best matched the input (considering mode and priority) |
public int | getMatchingCount() |
Methods Detail |
public org.eclipse.wst.xml.xpath2.api.XPath2Pattern getBestMatch()
Returns the XPath2 pattern which best matched the input (considering mode and priority)
org.eclipse.wst.xml.xpath2.api.XPath2Pattern
- Pattern which was the best match.
public int getMatchingCount()
int
- The number of matching patterns on the input.