Package org.xmlresolver.catalog.query
Class QueryDelegateSystem
- java.lang.Object
-
- org.xmlresolver.catalog.query.QueryResult
-
- org.xmlresolver.catalog.query.QueryCatalog
-
- org.xmlresolver.catalog.query.QuerySystem
-
- org.xmlresolver.catalog.query.QueryDelegateSystem
-
public class QueryDelegateSystem extends QuerySystem
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.net.URI>
catalogs
-
Fields inherited from class org.xmlresolver.catalog.query.QuerySystem
systemId
-
Fields inherited from class org.xmlresolver.catalog.query.QueryResult
EMPTY_RESULT, FINAL_RESULT
-
-
Constructor Summary
Constructors Constructor Description QueryDelegateSystem(java.lang.String systemId, java.util.List<java.net.URI> catalogs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
resolved()
protected java.util.ArrayList<java.net.URI>
updatedCatalogSearchList(EntryCatalog catalog, java.util.ArrayList<java.net.URI> oldCatalogs)
-
Methods inherited from class org.xmlresolver.catalog.query.QuerySystem
lookup
-
Methods inherited from class org.xmlresolver.catalog.query.QueryCatalog
query, search
-
Methods inherited from class org.xmlresolver.catalog.query.QueryResult
uri
-
-
-
-
Method Detail
-
resolved
public boolean resolved()
- Overrides:
resolved
in classQueryResult
-
updatedCatalogSearchList
protected java.util.ArrayList<java.net.URI> updatedCatalogSearchList(EntryCatalog catalog, java.util.ArrayList<java.net.URI> oldCatalogs)
- Overrides:
updatedCatalogSearchList
in classQueryResult
-
-