All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.jigsaw.pagecompile.PageCompiler

public interface PageCompiler

Method Index

 o compile(String[], OutputStream)
compile some files.

Methods

 o compile
 public abstract boolean compile(String args[],
                                 OutputStream out)
compile some files.

Parameters:
args - The compiler arguments (files+options)
out - The outputStream, the compiler will write its output in it.
Returns:
false if compilation failed.

All Packages  Class Hierarchy  This Package  Previous  Next  Index