|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.query.xquery.util.NSIndex
public final class NSIndex
Global expression context.
| Constructor Summary | |
|---|---|
NSIndex()
|
|
| Method Summary | |
|---|---|
static NSIndex |
get()
Gets the function instance. |
byte[] |
prefix(URI uri)
Finds the specified URI prefix. |
boolean |
standard(URI uri)
Checks if the specified uri is a default uri. |
URI |
uri(byte[] pre)
Finds the specified namespace uri. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NSIndex()
| Method Detail |
|---|
public static NSIndex get()
public byte[] prefix(URI uri)
uri - URI
public boolean standard(URI uri)
uri - uri to be checked
public URI uri(byte[] pre)
pre - prefix of the namespace
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||