*/
public QueryObjectModel createQueryObjectModel(
SessionContext sessionContext, QueryObjectModelTree qomTree,
String langugage, Node node)
throws InvalidQueryException, RepositoryException {
QueryObjectModelImpl qom = new QueryObjectModelImpl();
qom.init(sessionContext, handler, qomTree, langugage, node);
return qom;
}