com.nwalsh.xalan
Class FormatCallout

java.lang.Object
  extended bycom.nwalsh.xalan.FormatCallout
Direct Known Subclasses:
FormatDingbatCallout, FormatGraphicCallout, FormatTextCallout, FormatUnicodeCallout

public abstract class FormatCallout
extends Object

Utility class for the Verbatim extension (ignore this).

$Id: FormatCallout.java,v 1.4 2004/09/01 20:55:38 bobstayton Exp $

Copyright (C) 2000, 2001 Norman Walsh.

Change Log:

1.0

Initial release.

Version:
$Id: FormatCallout.java,v 1.4 2004/09/01 20:55:38 bobstayton Exp $
Author:
Norman Walsh ndw@nwalsh.com
See Also:
Verbatim

Field Summary
protected static String foURI
           
protected  boolean stylesheetFO
           
protected static String xhURI
           
 
Constructor Summary
FormatCallout()
           
 
Method Summary
 String areaLabel(Element area)
           
 void endSpan(DOMBuilder rtf)
           
abstract  void formatCallout(DOMBuilder rtf, Callout callout)
           
 void formatTextCallout(DOMBuilder rtf, Callout callout)
           
 void startSpan(DOMBuilder rtf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

foURI

protected static final String foURI
See Also:
Constant Field Values

xhURI

protected static final String xhURI
See Also:
Constant Field Values

stylesheetFO

protected boolean stylesheetFO
Constructor Detail

FormatCallout

public FormatCallout()
Method Detail

areaLabel

public String areaLabel(Element area)

startSpan

public void startSpan(DOMBuilder rtf)
               throws SAXException
Throws:
SAXException

endSpan

public void endSpan(DOMBuilder rtf)
             throws SAXException
Throws:
SAXException

formatTextCallout

public void formatTextCallout(DOMBuilder rtf,
                              Callout callout)

formatCallout

public abstract void formatCallout(DOMBuilder rtf,
                                   Callout callout)