|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.saxon.query.QueryModule
net.sf.saxon.query.QueryLibrary
public abstract class QueryLibrary
A QueryLibrary represents an independently compiled set of query modules that does not include a main module. Such a library can be compiled once, and then linked to different main modules without recompilation. The library contains one top-level module (itself a library module) together with the tree of modules that it imports; it is identified by the module URI of the top-level module.
This is an abstract class; the concrete implementation is in Saxon-EE.
| Constructor Summary | |
|---|---|
QueryLibrary(StaticQueryContext sqc)
|
|
| Method Summary | |
|---|---|
abstract void |
link(QueryModule importer)
Link this library module to a module that imports it |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryLibrary(StaticQueryContext sqc)
throws XPathException
XPathException| Method Detail |
|---|
public abstract void link(QueryModule importer)
throws XPathException
importer - the importing module (a user of the library)
XPathException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||