Package xmlparser.xpath
Interface Predicate
public interface Predicate
Adapted from xml-lif (https://github.com/liflab/xml-lif) by Sylvain Hallé
-
Method Summary
Modifier and Type Method Description booleanevaluate(XmlElement root)static PredicatenewEqualityPredicate(java.lang.String s)static PredicateparsePredicate(java.lang.String predicate)
-
Method Details
-
evaluate
-
parsePredicate
- Throws:
InvalidXPath
-
newEqualityPredicate
- Throws:
InvalidXPath
-