Package org.exist.xquery.functions.fn

Examples of org.exist.xquery.functions.fn.ExtPhrase.addTerm()


                "Second argument of phrase() is empty");
        }
        final Expression e1 = p1.getExpression(0);
        final ExtPhrase phrase = new ExtPhrase(context);
        phrase.setLocation(ast.getLine(), ast.getColumn());
        phrase.addTerm(e1);
        phrase.setPath((PathExpr) params.get(0));
        return phrase;
    }

    /**
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.