com.hp.hpl.jena.sparql.expr
Class E_Regex
java.lang.Object
com.hp.hpl.jena.sparql.expr.ExprNode
com.hp.hpl.jena.sparql.expr.ExprFunction
com.hp.hpl.jena.sparql.expr.ExprFunctionN
com.hp.hpl.jena.sparql.expr.E_Regex
- All Implemented Interfaces:
- Expr
public class E_Regex
- extends ExprFunctionN
Indirect to the choosen regular expression implementation
| Methods inherited from class com.hp.hpl.jena.sparql.expr.ExprNode |
asVar, copySubstitute, deepCopy, getConstant, getExpr, getExprVar, getGraphPattern, getVarName, getVarNamesMentioned, getVarsMentioned, isConstant, isExpr, isGraphPattern, isSatisfied, isVariable, toString, varNamesMentioned, varsMentioned |
E_Regex
public E_Regex(Expr expr,
Expr pattern,
Expr flags)
E_Regex
public E_Regex(Expr expr,
String pattern,
String flags)
eval
public NodeValue eval(List<NodeValue> args)
makeRegexEngine
public static RegexEngine makeRegexEngine(NodeValue vPattern,
NodeValue vFlags)
makeRegexEngine
public static RegexEngine makeRegexEngine(String pattern,
String flags)
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.