com.nwalsh.saxon
Class FormatCallout
java.lang.Object
com.nwalsh.saxon.FormatCallout
public abstract class FormatCallout
extends java.lang.Object
Utility class for the Verbatim extension (ignore this).
$Id: FormatCallout.java 7007 2007-07-11 07:09:12Z mzjn $
Copyright (C) 2000, 2001 Norman Walsh.
Change Log:
foStylesheet
protected boolean foStylesheet
foURI
protected static final String foURI
namePool
protected NamePool namePool
xhURI
protected static final String xhURI
FormatCallout
public FormatCallout(NamePool nPool,
boolean fo)
areaID
public String areaID(Element area)
areaLabel
public String areaLabel(Element area)
endSpan
public void endSpan(Emitter rtf)
throws TransformerException
formatCallout
public abstract void formatCallout(Emitter rtfEmitter,
Callout callout)
formatTextCallout
public void formatTextCallout(Emitter rtfEmitter,
Callout callout)
startSpan
public void startSpan(Emitter rtf,
String id)
throws TransformerException