|
|||||||||
| Home >> All >> ORG >> oclc >> z39 >> [ client overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ORG.oclc.z39.client
Class nodes

java.lang.ObjectORG.oclc.z39.client.nodes
- class nodes
- extends java.lang.Object
nodes is a class used to parse and build a search request.
- Version:
- @(#)nodes.java 1.1 07/09/97
| Field Summary | |
(package private) static int |
AND
|
(package private) nodes |
left
|
(package private) static int |
NEAR
|
(package private) static int |
NOT
|
(package private) static int |
OPERAND
|
(package private) static java.lang.String[] |
operators
|
(package private) static int |
OR
|
(package private) nodes |
right
|
(package private) java.lang.String |
term
|
(package private) int |
type
|
(package private) static int |
WITHIN
|
(package private) Z39session |
zsession
|
| Constructor Summary | |
(package private) |
nodes(java.lang.String term,
int query_type,
Z39session zsession)
|
| Method Summary | |
(package private) void |
buildQuery(DataDir parent)
|
void |
dumpNodes()
|
(package private) static int |
linkNodes(nodes[] node,
int which)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
operators
static final java.lang.String[] operators
AND
static final int AND
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values
NOT
static final int NOT
- See Also:
- Constant Field Values
OPERAND
static final int OPERAND
- See Also:
- Constant Field Values
NEAR
static final int NEAR
- See Also:
- Constant Field Values
WITHIN
static final int WITHIN
- See Also:
- Constant Field Values
type
int type
left
nodes left
right
nodes right
term
java.lang.String term
zsession
Z39session zsession
| Constructor Detail |
nodes
nodes(java.lang.String term, int query_type, Z39session zsession)
| Method Detail |
linkNodes
static int linkNodes(nodes[] node, int which)
buildQuery
void buildQuery(DataDir parent)
dumpNodes
public void dumpNodes()
|
|||||||||
| Home >> All >> ORG >> oclc >> z39 >> [ client overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
ORG.oclc.z39.client.nodes