27432744274527462747274827492750
public QueryParser newQueryParser(boolean updating) { if (updating) { throw new UnsupportedOperationException("XQuery Update is supported only in Saxon-SA"); } else { return new QueryParser(); } }