Package eu.clarin.sru.server.fcs.parser
Class QueryWithWithin
- java.lang.Object
-
- eu.clarin.sru.server.fcs.parser.QueryNode
-
- eu.clarin.sru.server.fcs.parser.QueryWithWithin
-
public class QueryWithWithin extends QueryNode
FCS-QL expression tree QUERY-WITH-WITHIN node.
-
-
Field Summary
-
Fields inherited from class eu.clarin.sru.server.fcs.parser.QueryNode
children, nodeType, OCCURS_UNBOUNDED, parent
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(QueryVisitor visitor)
QueryNode
getQuery()
Get the query clause.QueryNode
getWithin()
Get the within clause (= search context)-
Methods inherited from class eu.clarin.sru.server.fcs.parser.QueryNode
getChild, getChild, getChildCount, getChildren, getFirstChild, getFirstChild, getLastChild, getNodeType, getParent, hasNodeType, setParent, toString
-
-
-
-
Method Detail
-
getQuery
public QueryNode getQuery()
Get the query clause.- Returns:
- the query clause
-
getWithin
public QueryNode getWithin()
Get the within clause (= search context)- Returns:
- the witin clause
-
accept
public void accept(QueryVisitor visitor)
-
-