All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.basex.query.func.ws.WsOptions Maven / Gradle / Ivy

The newest version!
package org.basex.query.func.ws;

import org.basex.util.options.*;

/**
 * WebSocket eval options.
 *
 * @author BaseX Team 2005-24, BSD License
 * @author Christian Gruen
 */
public final class WsOptions extends Options {
  /** Query base-uri. */
  public static final StringOption BASE_URI = new StringOption("base-uri");
  /** Custom id string. */
  public static final StringOption ID = new StringOption("id");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy