Salut,
comment je peux convertir un node vers node URI,
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
public QueryIterator execEvaluated(Binding binding, Node subject, Node predicate, PropFuncArg object, ExecutionContext execCxt) {
 
   if (!Var.isVar(subject))
            throw new ExprEvalException("Subject is not a variable (" + subject + ")") ;
 
        if (object.getArgListSize() != 2)
            throw new ExprEvalException("Object list must contain exactly two arguments, the string to split and a regular expression") ;
 
       String s =object.getArg(0).toString();
comment je peux convertir s pour être un node URI