|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fraunhofer.ipsi.ipsixq.api.LibraryRegistry
public class LibraryRegistry
Method Summary | |
---|---|
boolean |
containsLibrary(java.lang.String uri)
Method containsLibrary |
static LibraryRegistry |
getRegistry()
Method getRegistry |
XQueryLibraryModule |
lookupLibrary(java.lang.String uri)
Method lookupLibrary |
void |
registerLibrary(java.lang.String uri,
XQueryLibraryModule library)
Method registerLibrary |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static LibraryRegistry getRegistry()
public void registerLibrary(java.lang.String uri, XQueryLibraryModule library) throws XQueryException
uri
- a Stringlibrary
- a XQueryLibraryModule
XQueryException
public boolean containsLibrary(java.lang.String uri)
uri
- a String
public XQueryLibraryModule lookupLibrary(java.lang.String uri)
uri
- a String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |