All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface edu.vt.marian.common.PresentableDigInfObj

public interface PresentableDigInfObj
extends DigInfObj
A Presentable Digital Information Object is a DigInfObj that can be presented to users as a stream of (formatted) text. The formatting conventions are selected using the flag "markupType".


Method Index

 o presentFull(int)
 o presentFull(int, BufferedWriter)
 o presentLong(int)
 o presentLong(int, BufferedWriter)

Methods

 o presentLong
 public abstract String presentLong(int markupType)
 o presentLong
 public abstract int presentLong(int markupType,
                                 BufferedWriter out) throws IOException
 o presentFull
 public abstract String presentFull(int markupType)
 o presentFull
 public abstract int presentFull(int markupType,
                                 BufferedWriter out) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index