All Packages  Class Hierarchy  This Package  Previous  Next  Index	Java Books

Class com.openly.SLinkS.Snarfer

java.lang.Object   |   +----com.openly.SLinkS.Snarfer

public class Snarfer
extends java.lang.Object

Constructor Index

 o Snarfer()

Method Index

 o clear()
 o isValid()
 o load()
 o main(String[])
 o makeQuery(Hashtable, String)
Sets up the query
 o makeQuery(Locator, String)
Sets up the query
 o makeQuery(String, BibData)
Sets up the query
 o snarf(String)

Constructors

 o Snarfer
 public Snarfer()

Methods

 o makeQuery
 public void makeQuery(java.lang.String queryFile,                       com.openly.SLinkS.BibData bd)
Sets up the query

Parameters:
queryFile - A filename containing the template
bd - A BibData object containing bibliographic information needed to resolve the template.
 o makeQuery
 public void makeQuery(java.util.Hashtable locatorTable,                       java.lang.String queryURL)
Sets up the query

Parameters:
locatorTable - A Hashtable containing locators.
queryURL - the request URL
 o makeQuery
 public void makeQuery(com.openly.SLinkS.Locator locator,                       java.lang.String queryURL)
Sets up the query

Parameters:
locator - A single locator.
queryURL - the request URL
 o isValid
 public boolean isValid()
 o clear
 public void clear()
 o load
 public boolean load()
Returns:
true if successful, false if not
 o snarf
 public java.lang.String snarf(java.lang.String sought)
 o main
 public static void main(java.lang.String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index	Java Books