public class CSSToXSL extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
addBase |
Console |
console |
URL |
cssURL |
String[] |
handledMedia |
boolean |
processCSS |
Constructor and Description |
---|
CSSToXSL(boolean addBase,
URL cssURL,
boolean processCSS,
Console console) |
CSSToXSL(boolean addBase,
URL cssURL,
boolean processCSS,
String[] handledMedia,
Console console) |
Modifier and Type | Method and Description |
---|---|
boolean |
process(Document doc,
URL inURL,
File outFile) |
boolean |
process(File inFile,
File outFile) |
boolean |
process(InputStream in,
URL inURL,
XMLReader xmlReader,
File outFile) |
boolean |
process(URL inURL,
File outFile) |
public final boolean addBase
public final URL cssURL
public final boolean processCSS
public final String[] handledMedia
public final Console console
public boolean process(File inFile, File outFile) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException
public boolean process(URL inURL, File outFile) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException
public boolean process(InputStream in, URL inURL, XMLReader xmlReader, File outFile) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException
public boolean process(Document doc, URL inURL, File outFile) throws IllegalArgumentException, IOException
IllegalArgumentException
IOException