org.basex.query.util
Class NSGlobal

java.lang.Object
  extended by org.basex.query.util.NSGlobal

public final class NSGlobal
extends Object

Global namespaces.

Author:
Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen

Method Summary
static boolean standard(byte[] uri)
          Checks if the specified uri is a standard uri.
static byte[] uri(byte[] pre)
          Finds the specified namespace uri.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

uri

public static byte[] uri(byte[] pre)
Finds the specified namespace uri.

Parameters:
pre - prefix of the namespace
Returns:
uri

standard

public static boolean standard(byte[] uri)
Checks if the specified uri is a standard uri.

Parameters:
uri - uri to be checked
Returns:
result of check