Package com.nwalsh.saxon
Class FormatCallout
java.lang.Object
com.nwalsh.saxon.FormatCallout
- Direct Known Subclasses:
FormatGraphicCallout
,FormatTextCallout
,FormatUnicodeCallout
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:
- 1.0
Initial release.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
endSpan
(com.icl.saxon.output.Emitter rtf) abstract void
formatCallout
(com.icl.saxon.output.Emitter rtfEmitter, Callout callout) void
formatTextCallout
(com.icl.saxon.output.Emitter rtfEmitter, Callout callout) void
-
Field Details
-
foURI
- See Also:
-
xhURI
- See Also:
-
foStylesheet
protected boolean foStylesheet -
namePool
protected com.icl.saxon.om.NamePool namePool
-
-
Constructor Details
-
FormatCallout
public FormatCallout(com.icl.saxon.om.NamePool nPool, boolean fo)
-
-
Method Details
-
areaLabel
-
areaID
-
startSpan
- Throws:
TransformerException
-
endSpan
- Throws:
TransformerException
-
formatTextCallout
-
formatCallout
-