Class oclc.overcite.overcite
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oclc.overcite.overcite

java.lang.Object
   |
   +----oclc.overcite.overcite

public class overcite
extends Object
overcite takes a BER record and an FCL and produces formatted output.
Version:
@(#)overcite.java 1.7 05/29/96
Author:
Jenny Colvard
See Also:
FCL

Constructor Index

 o overcite(DataDir, FCL)
Creates formatted record from raw record and FCL.
 o overcite(DataDir, String, String, String, int, FCL)
Creates formatted record from raw record and FCL.

Method Index

 o record()

Constructors

 o overcite
  public overcite(DataDir rawRecord,
                  FCL fcl)
Creates formatted record from raw record and FCL.
Parameters:
record - BER record
fcl - FCL
 o overcite
  public overcite(DataDir rawRecord,
                  String strings,
                  String wordbreak,
                  String terms,
                  int lineLen,
                  FCL fcl)
Creates formatted record from raw record and FCL.
Parameters:
record - BER record
strings - user-provided strings referenced by FCL labels
wordbreak - wordbreak characters to override what is in the FCL
terms - search terms to be highlighted in the record
lineLen - overrides value in the FCL
fcl - FCL

Methods

 o record
  public String record()
Returns:
String containing formatted record.

All Packages  Class Hierarchy  This Package  Previous  Next  Index