
com.nwalsh.xalan.FormatTextCallout Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docbook-xsl-xalan Show documentation
Show all versions of docbook-xsl-xalan Show documentation
These are Java extensions for use with the DocBook XML stylesheets and the Xalan-Java XSLT engine.
The newest version!
package com.nwalsh.xalan;
import org.w3c.dom.*;
import org.apache.xml.utils.DOMBuilder;
import com.nwalsh.xalan.Callout;
import org.apache.xml.utils.AttList;
/**
* Utility class for the Verbatim extension (ignore this).
*
* $Id: FormatTextCallout.java 5932 2006-05-04 13:23:51Z nwalsh $
*
* Copyright (C) 2000, 2001 Norman Walsh.
*
* Change Log:
*
* - 1.0
* Initial release.
*
*
* @author Norman Walsh
* [email protected]
*
* @see Verbatim
*
* @version $Id: FormatTextCallout.java 5932 2006-05-04 13:23:51Z nwalsh $
**/
public class FormatTextCallout extends FormatCallout {
public FormatTextCallout(boolean fo) {
stylesheetFO = fo;
}
public void formatCallout(DOMBuilder rtf,
Callout callout) {
formatTextCallout(rtf, callout);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy