com.nwalsh.xalan
Class FormatCallout

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

public abstract class FormatCallout
extends java.lang.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 java.lang.String foURI
           
protected  boolean stylesheetFO
           
protected static java.lang.String xhURI
           
 
Constructor Summary
FormatCallout()
           
 
Method Summary
 java.lang.String areaLabel(org.w3c.dom.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 java.lang.String foURI
See Also:
Constant Field Values

xhURI

protected static final java.lang.String xhURI
See Also:
Constant Field Values

stylesheetFO

protected boolean stylesheetFO
Constructor Detail

FormatCallout

public FormatCallout()
Method Detail

areaLabel

public java.lang.String areaLabel(org.w3c.dom.Element area)

startSpan

public void startSpan(DOMBuilder rtf)
               throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

endSpan

public void endSpan(DOMBuilder rtf)
             throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

formatTextCallout

public void formatTextCallout(DOMBuilder rtf,
                              Callout callout)

formatCallout

public abstract void formatCallout(DOMBuilder rtf,
                                   Callout callout)