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".
-
presentFull(int)
-
-
presentFull(int, BufferedWriter)
-
-
presentLong(int)
-
-
presentLong(int, BufferedWriter)
-
presentLong
public abstract String presentLong(int markupType)
presentLong
public abstract int presentLong(int markupType,
BufferedWriter out) throws IOException
presentFull
public abstract String presentFull(int markupType)
presentFull
public abstract int presentFull(int markupType,
BufferedWriter out) throws IOException
All Packages Class Hierarchy This Package Previous Next Index