edu.vt.marian.common
Interface PresentableDigInfObj

All Known Subinterfaces:
Document

public abstract interface PresentableDigInfObj
extends DigInfObj

A Presentatble 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".


Fields inherited from class edu.vt.marian.common.DigInfObj
ANSEL, ASCII, HTML, SGML, XML
 
Method Summary
 java.lang.String presentFull(int markupType)
           
 
Methods inherited from interface edu.vt.marian.common.DigInfObj
copy, isValid, presentShort
 

Method Detail

presentFull

public java.lang.String presentFull(int markupType)