|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.query.util.NSGlobal
public final class NSGlobal
Global namespaces.
Method Summary | |
---|---|
static byte[] |
prefix(byte[] uri)
Finds the prefix for the specified uri. |
static boolean |
reserved(byte[] uri)
Checks if the specified uri is a reserved namespace. |
static byte[] |
uri(byte[] pref)
Finds the specified namespace uri. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static byte[] uri(byte[] pref)
pref
- prefix of the namespace
null
public static byte[] prefix(byte[] uri)
uri
- namespace uri
public static boolean reserved(byte[] uri)
uri
- uri to be checked
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |