|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.query.xquery.util.NSGlobal
public final class NSGlobal
Global namespaces.
| Method Summary | |
|---|---|
static byte[] |
prefix(byte[] uri)
Finds the specified URI prefix. |
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 |
|---|
public static byte[] uri(byte[] pre)
pre - prefix of the namespace
public static byte[] prefix(byte[] uri)
uri - URI
public static boolean standard(byte[] uri)
uri - uri to be checked
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||