multivalent.std.adaptor

Class PerlPOD

public class PerlPOD extends MediaAdaptorReader

Media adaptor for Perl "Plain Old Documentation" (POD). Spec in Perl documentation perlpod.pod.

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
Objectparse(INode parent)
voidsetReader(Reader r)
StringtoHTML(URI uri)
Return HTML translation of document.

Method Detail

parse

public Object parse(INode parent)

setReader

public void setReader(Reader r)

toHTML

public String toHTML(URI uri)
Return HTML translation of document.