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 void 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.

All Packages  Class Hierarchy  This Package  Previous  Next  Index