All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nwalsh.saxon.FormatTextCallout Maven / Gradle / Ivy

Go to download

These are Java extensions for use with the DocBook XML stylesheets and the Saxon XSLT engine.

The newest version!
package com.nwalsh.saxon;

import com.icl.saxon.om.NamePool;
import com.icl.saxon.output.Emitter;

import com.nwalsh.saxon.Callout;

/**
 * 

Utility class for the Verbatim extension (ignore this).

* *

$Id: FormatTextCallout.java 9327 2012-05-02 17:57:07Z mzjn $

* *

Copyright (C) 2000, 2001 Norman Walsh.

* *

Change Log:

*
*
1.0
*

Initial release.

*
* * @author Norman Walsh * [email protected] * * @see Verbatim * * @version $Id: FormatTextCallout.java 9327 2012-05-02 17:57:07Z mzjn $ **/ public class FormatTextCallout extends FormatCallout { public FormatTextCallout(NamePool nPool, boolean fo, boolean xhtml) { super(nPool, fo, xhtml); } public void formatCallout(Emitter rtfEmitter, Callout callout) { formatTextCallout(rtfEmitter, callout); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy