com.nwalsh.xalan
Class FormatCallout
java.lang.Object
com.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.2 2001/05/21 15:00:26 nwalsh Exp $
Copyright (C) 2000, 2001 Norman Walsh.
Change Log:
- 1.0
Initial release.
- Version:
- $Id: FormatCallout.java,v 1.2 2001/05/21 15:00:26 nwalsh Exp $
- Author:
- Norman Walsh
ndw@nwalsh.com
- See Also:
Verbatim
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
dh
protected org.apache.xpath.DOMHelper dh
FormatCallout
public FormatCallout()
areaLabel
public String areaLabel(Element area)
startSpan
public void startSpan(org.apache.xml.utils.DOMBuilder rtf)
throws SAXException
- Throws:
SAXException
endSpan
public void endSpan(org.apache.xml.utils.DOMBuilder rtf)
throws SAXException
- Throws:
SAXException
formatTextCallout
public void formatTextCallout(org.apache.xml.utils.DOMBuilder rtf,
Callout callout)
formatCallout
public abstract void formatCallout(org.apache.xml.utils.DOMBuilder rtf,
Callout callout)