Class EXPathRepo

java.lang.Object
org.basex.query.util.pkg.EXPathRepo

public final class EXPathRepo extends Object
EXPath repositories.
Author:
BaseX Team 2005-21, BSD License, Rositsa Shadura
  • Constructor Details

    • EXPathRepo

      public EXPathRepo(StaticOptions sopts)
      Constructor.
      Parameters:
      sopts - static options
  • Method Details

    • reset

      public EXPathRepo reset()
      Resets the repository.
      Returns:
      self reference
    • path

      public IOFile path()
      Returns the path to the repository.
      Returns:
      dictionary
    • nsDict

      public HashMap<String,HashSet<String>> nsDict()
      Returns the namespace dictionary.
      Returns:
      dictionary
    • pkgDict

      public HashMap<String,Pkg> pkgDict()
      Returns the package dictionary.
      Returns:
      dictionary
    • path

      public IOFile path(String path)
      Returns the path to the specified repository package.
      Parameters:
      path - package path
      Returns:
      file reference