Package com.nwalsh.saxon
Class FormatUnicodeCallout
java.lang.Object
com.nwalsh.saxon.FormatCallout
com.nwalsh.saxon.FormatUnicodeCallout
Utility class for the Verbatim extension (ignore this).
$Id: FormatUnicodeCallout.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 inherited from class com.nwalsh.saxon.FormatCallout
foStylesheet, foURI, namePool, xhURI
-
Constructor Summary
ConstructorsConstructorDescriptionFormatUnicodeCallout
(com.icl.saxon.om.NamePool nPool, String font, int start, int max, boolean fo) -
Method Summary
Modifier and TypeMethodDescriptionvoid
formatCallout
(com.icl.saxon.output.Emitter rtfEmitter, Callout callout) Methods inherited from class com.nwalsh.saxon.FormatCallout
areaID, areaLabel, endSpan, formatTextCallout, startSpan
-
Constructor Details
-
FormatUnicodeCallout
public FormatUnicodeCallout(com.icl.saxon.om.NamePool nPool, String font, int start, int max, boolean fo)
-
-
Method Details
-
formatCallout
- Specified by:
formatCallout
in classFormatCallout
-