Package org.xmlresolver.catalog.query
Class QuerySystem
- java.lang.Object
-
- org.xmlresolver.catalog.query.QueryResult
-
- org.xmlresolver.catalog.query.QueryCatalog
-
- org.xmlresolver.catalog.query.QuerySystem
-
- Direct Known Subclasses:
QueryDelegateSystem
public class QuerySystem extends QueryCatalog
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
systemId
-
Fields inherited from class org.xmlresolver.catalog.query.QueryResult
EMPTY_RESULT, FINAL_RESULT
-
-
Constructor Summary
Constructors Constructor Description QuerySystem(java.lang.String systemId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryResult
lookup(CatalogManager manager, EntryCatalog catalog)
-
Methods inherited from class org.xmlresolver.catalog.query.QueryCatalog
query, search
-
Methods inherited from class org.xmlresolver.catalog.query.QueryResult
resolved, updatedCatalogSearchList, uri
-
-
-
-
Method Detail
-
lookup
public QueryResult lookup(CatalogManager manager, EntryCatalog catalog)
- Specified by:
lookup
in classQueryCatalog
-
-