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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expression
getPredicate()
-
-
-
Method Detail
-
getPredicate
Expression getPredicate()
-
-