ftp.nice.ch/pub/next/text/tex/apps/Bibliography.1.2a.s.tar.gz#/Bibliography.1.2a/BibTeXObject.h

This is BibTeXObject.h in view mode; [Download] [Up]

#import <appkit/appkit.h>

#import "BibTexParser.h"

@interface BibTeXObject:BibTexParser
{
}

- initFromStream:(NXStream *)aStream owner:myFile;
- fileObject;
- (NXStream	*)stream;
- setRange:(locType)range;
- (locType)range;
- (locType)key;
- (int)line;
- (int)entryType;
- (char *)buffer;
- (char *)copy:(int)start :(int)length toBuffer:(char *)buffer;
- setKeyTo:(Cell *)strField;
- setStringOf:(locType)r to:strField;
- (char *)copyRange:(locType)r toBuffer:(char *)buf;
- (locType)fieldFor:(int)fieldType;
- copyRange:(locType)r toStream:(NXStream *)str;
- copyToStream:(NXStream *)str;
- copyToFile:(FILE *)str;
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.