public class SRUQueryElementFactory extends Object implements QueryElementFactory
| Constructor and Description |
|---|
SRUQueryElementFactory(QueryElementFactory f)
Creates a new instance of the factory
|
| Modifier and Type | Method and Description |
|---|---|
SRUQueryElement |
newInstance(Element query,
Map<String,String> nsPrefixes)
Creates a new QueryElement object
|
public SRUQueryElementFactory(QueryElementFactory f)
f - The QueryElementFactory used to create Query elements which will be next in the chain of responsibilitypublic SRUQueryElement newInstance(Element query, Map<String,String> nsPrefixes) throws Exception
newInstance in interface QueryElementFactoryquery - The Element corresponding to a query element contained in a description documentException - If an error occurred during constructionorg.gcube.opensearch.opensearchlibrary.queryelements.QueryElementFactory#newInstance(Element)Copyright © 2014. All Rights Reserved.