multivalent.std.adaptor

Class Texinfo

public class Texinfo extends MediaAdaptorChar

Media adaptor for GNU's Texinfo format. Modeled after TkMan's Texinfo reader high quality display and outline navigation, vs nodes of ASCII. Internally, build index into parts of Texinfo source, fault in source and format on demand.

To do translate to XML so can markup right for stylesheet control architect so that easy to write translator to HTML (no outlining) generalize outlining used for man page, apply to man page, man page volumes (if all vols), Texinfo, local directory (tree)

Version: $Revision: 1.5 $ $Date: 2003/01/07 05:19:39 $

Method Summary
voidindex(URI uri)
voidindex2(URI uri)
Recurse on @include.
Nodemarkup(URI uri, int offset, int endoff)
Markup.
Objectparse(INode parent)
Read in index, creating on demand.
booleansemanticEventAfter(SemanticEvent se, String msg)

Method Detail

index

public void index(URI uri)

index2

public void index2(URI uri)
Recurse on @include.

markup

public Node markup(URI uri, int offset, int endoff)
Markup.

parse

public Object parse(INode parent)
Read in index, creating on demand.

semanticEventAfter

public boolean semanticEventAfter(SemanticEvent se, String msg)