![JAR search and dependency download from the Maven repository](/logo.png)
org.basex.query.func.ws.WsIds Maven / Gradle / Ivy
package org.basex.query.func.ws;
import org.basex.http.ws.*;
import org.basex.query.*;
import org.basex.query.value.*;
import org.basex.query.value.seq.*;
/**
* Function implementation.
*
* @author BaseX Team, BSD License
* @author Christian Gruen
*/
public final class WsIds extends WsFn {
@Override
public Value value(final QueryContext qc) {
return StrSeq.get(WsPool.ids());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy