|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jafer.query.RPNQuery
public class RPNQuery
This class wraps a RPN Query
Field Summary | |
---|---|
protected z3950.v3.RPNQuery |
query
Stores a reference to the Z3950 RPNQuery |
Constructor Summary | |
---|---|
RPNQuery()
Default constructor |
|
RPNQuery(JaferQuery jaferQuery)
constructor |
|
RPNQuery(z3950.v3.RPNQuery rpnQuery)
constructor |
Method Summary | |
---|---|
z3950.v3.RPNQuery |
getQuery()
Get the constructed query object |
java.lang.String |
getXML()
This method returns a string representation of the XML for the current query. |
CQLQuery |
toCQLQuery()
This method converts the current Query representation into a CQLQuery object |
JaferQuery |
toJaferQuery()
This method converts the current Query representation into a JaferQuery object |
RPNQuery |
toRPNQuery()
This method converts the current Query representation into a RPNQuery object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected z3950.v3.RPNQuery query
Constructor Detail |
---|
public RPNQuery()
public RPNQuery(z3950.v3.RPNQuery rpnQuery)
the
- Z3950 RPNQuerypublic RPNQuery(JaferQuery jaferQuery) throws QueryException
the
- jafer query to construct from
QueryException
Method Detail |
---|
public z3950.v3.RPNQuery getQuery()
public CQLQuery toCQLQuery() throws QueryException
toCQLQuery
in interface QueryConverter
QueryException
public JaferQuery toJaferQuery() throws QueryException
toJaferQuery
in interface QueryConverter
QueryException
public RPNQuery toRPNQuery()
toRPNQuery
in interface QueryConverter
public java.lang.String getXML() throws QueryException
getXML
in interface QueryConverter
QueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |