public class TimeQueryElementFactory extends Object implements QueryElementFactory
| Constructor and Description |
|---|
TimeQueryElementFactory(QueryElementFactory f)
Creates a new instance of the factory
|
| Modifier and Type | Method and Description |
|---|---|
TimeQueryElement |
newInstance(Element query,
Map<String,String> nsPrefixes)
Creates a new QueryElement object
|
public TimeQueryElementFactory(QueryElementFactory f)
f - The QueryElementFactory used to create Query elements which will be next in the chain of responsibilitypublic TimeQueryElement 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.