com.nwalsh.xalan
Class FormatTextCallout

java.lang.Object
  extended bycom.nwalsh.xalan.FormatCallout
      extended bycom.nwalsh.xalan.FormatTextCallout

public class FormatTextCallout
extends FormatCallout

Utility class for the Verbatim extension (ignore this).

$Id: FormatTextCallout.java,v 1.1 2001/04/02 13:03:45 nwalsh Exp $

Copyright (C) 2000, 2001 Norman Walsh.

Change Log:

1.0

Initial release.

Version:
$Id: FormatTextCallout.java,v 1.1 2001/04/02 13:03:45 nwalsh Exp $
Author:
Norman Walsh ndw@nwalsh.com
See Also:
Verbatim

Field Summary
 
Fields inherited from class com.nwalsh.xalan.FormatCallout
foURI, stylesheetFO, xhURI
 
Constructor Summary
FormatTextCallout(boolean fo)
           
 
Method Summary
 void formatCallout(DOMBuilder rtf, Callout callout)
           
 
Methods inherited from class com.nwalsh.xalan.FormatCallout
areaLabel, endSpan, formatTextCallout, startSpan
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatTextCallout

public FormatTextCallout(boolean fo)
Method Detail

formatCallout

public void formatCallout(DOMBuilder rtf,
                          Callout callout)
Specified by:
formatCallout in class FormatCallout