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

org.sirix.api.Movement Maven / Gradle / Ivy

package org.sirix.api;

/**
 * Determines movement after {@code attribute}- or {@code namespace}-insertions.
 */
public enum Movement {
  /** Move to parent element node. */
  TOPARENT,

  /** Do not move. */
  NONE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy