All Packages Class Hierarchy This Package Previous Next Index
DigInfObjs do not need to be made up of text. We require them, however, to be able to produce a short piece of text that will serve as a surrogate or short description, for instance in a list of search results or as the label on an image. Since that text also has a context, it can be produced in a variety of markups, selected by a flag in the presentShort() method.
public static final int ASCII
public static final int ANSEL
public static final int HTML
public static final int SGML
public static final int XML
public abstract boolean isValid()
public abstract String presentShort(int markupType)
public abstract int presentShort(int markupType,
BufferedWriter out) throws IOException
public abstract DigInfObj copy()
All Packages Class Hierarchy This Package Previous Next Index