Package net.sf.saxon.lib
Class ProtocolRestricter
- java.lang.Object
-
- net.sf.saxon.lib.ProtocolRestricter
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Predicate<URI>make(String value)booleantest(URI uri)Evaluates this predicate on the given argument.StringtoString()
-
-
-
Method Detail
-
test
public boolean test(URI uri)
Evaluates this predicate on the given argument.
-
-