Package net.sf.saxon.pattern
Interface PatternWithPredicate
- All Known Implementing Classes:
BasePatternWithPredicate
,BooleanExpressionPattern
public interface PatternWithPredicate
Represents a pattern with a predicate, for example item[@value=3] or .[. instance of map(*)]
-
Method Summary
-
Method Details
-
getPredicate
Expression getPredicate()
-