com.nwalsh.saxon
Class FormatCallout
java.lang.Object
|
+--com.nwalsh.saxon.FormatCallout
- Direct Known Subclasses:
- FormatGraphicCallout, FormatTextCallout, FormatUnicodeCallout
- public abstract class FormatCallout
- extends java.lang.Object
Utility class for the Verbatim extension (ignore this).
$Id: FormatCallout.java,v 1.2 2001/07/31 18:35:35 nwalsh Exp $
Copyright (C) 2000, 2001 Norman Walsh.
Change Log:
- 1.0
Initial release.
- Version:
- $Id: FormatCallout.java,v 1.2 2001/07/31 18:35:35 nwalsh Exp $
- Author:
- Norman Walsh
ndw@nwalsh.com
- See Also:
Verbatim
Field Summary |
protected boolean |
foStylesheet
|
protected static java.lang.String |
foURI
|
protected com.icl.saxon.om.NamePool |
namePool
|
protected static java.lang.String |
xhURI
|
Constructor Summary |
FormatCallout(com.icl.saxon.om.NamePool nPool,
boolean fo)
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
foURI
protected static final java.lang.String foURI
xhURI
protected static final java.lang.String xhURI
foStylesheet
protected boolean foStylesheet
namePool
protected com.icl.saxon.om.NamePool namePool
FormatCallout
public FormatCallout(com.icl.saxon.om.NamePool nPool,
boolean fo)
areaLabel
public java.lang.String areaLabel(org.w3c.dom.Element area)
startSpan
public void startSpan(com.icl.saxon.output.Emitter rtf)
throws javax.xml.transform.TransformerException
endSpan
public void endSpan(com.icl.saxon.output.Emitter rtf)
throws javax.xml.transform.TransformerException
formatTextCallout
public void formatTextCallout(com.icl.saxon.output.Emitter rtfEmitter,
Callout callout)
formatCallout
public abstract void formatCallout(com.icl.saxon.output.Emitter rtfEmitter,
Callout callout)