multivalent.std.adaptor
public class PerlPOD extends MediaAdaptorReader
Simple on the fly translation into HTML. The disadvanages of translating to HTML are that one largely loses the structure, foiling behaviors that would make manipulations based on structure; soon one can translate on the fly into XML, largely preserving structure, and using a style sheet to obtain the display properties of HTML.
Version: $Revision: 1.5 $ $Date: 2002/10/14 11:46:15 $
Method Summary | |
---|---|
Object | parse(INode parent) |
void | setReader(Reader r) |
String | toHTML(URI uri) Return HTML translation of document. |