org.marc4j
Class Constants

java.lang.Object
  extended by org.marc4j.Constants

public class Constants
extends Object

Defines constant values.

Version:
$Revision: 1.1 $
Author:
Bas Peters

Field Summary
static int BLANK
          BLANK
static int FT
          FIELD TERMINATOR
static String ISO5426_ENCODING
          ISO5426 ENCODING
static String ISO6937_ENCODING
          ISO6937 ENCODING
static String MARC_8_ENCODING
          MARC-8 ANSEL ENCODING
static String MARCXML_NS_URI
          NS URI
static int RT
          RECORD TERMINATOR
static int US
          SUBFIELD DELIMITER
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RT

public static final int RT
RECORD TERMINATOR

See Also:
Constant Field Values

FT

public static final int FT
FIELD TERMINATOR

See Also:
Constant Field Values

US

public static final int US
SUBFIELD DELIMITER

See Also:
Constant Field Values

BLANK

public static final int BLANK
BLANK

See Also:
Constant Field Values

MARCXML_NS_URI

public static final String MARCXML_NS_URI
NS URI

See Also:
Constant Field Values

MARC_8_ENCODING

public static final String MARC_8_ENCODING
MARC-8 ANSEL ENCODING

See Also:
Constant Field Values

ISO5426_ENCODING

public static final String ISO5426_ENCODING
ISO5426 ENCODING

See Also:
Constant Field Values

ISO6937_ENCODING

public static final String ISO6937_ENCODING
ISO6937 ENCODING

See Also:
Constant Field Values


Copyright © 2002-2006 Bas Peters. All Rights Reserved.