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
-
overcite(DataDir, FCL)
- Creates formatted record from raw record and FCL.
-
overcite(DataDir, String, String, String, int, FCL)
- Creates formatted record from raw record and FCL.
-
record()
-
overcite
public overcite(DataDir rawRecord,
FCL fcl)
- Creates formatted record from raw record and FCL.
- Parameters:
- record - BER record
- fcl - FCL
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
record
public String record()
- Returns:
- String containing formatted record.
All Packages Class Hierarchy This Package Previous Next Index