|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jafer.query.QueryParser
public class QueryParser
Field Summary | |
---|---|
private static java.util.logging.Logger |
logger
|
Constructor Summary | |
---|---|
QueryParser()
|
Method Summary | |
---|---|
static JaferQuery |
parseQuery(JaferQuery query)
|
static org.w3c.dom.Node |
parseQuery(org.w3c.dom.Node query)
|
static java.lang.Object |
parseQuery(java.lang.Object query)
Most of the processing previously done here has been moved to XMLRPNQuery class. |
static z3950.v3.RPNQuery |
parseQuery(z3950.v3.RPNQuery query)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static java.util.logging.Logger logger
Constructor Detail |
---|
public QueryParser()
Method Detail |
---|
public static java.lang.Object parseQuery(java.lang.Object query) throws QueryException
QueryException
public static z3950.v3.RPNQuery parseQuery(z3950.v3.RPNQuery query) throws QueryException
QueryException
public static JaferQuery parseQuery(JaferQuery query) throws QueryException
QueryException
public static org.w3c.dom.Node parseQuery(org.w3c.dom.Node query) throws QueryException
QueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |