All Packages Class Hierarchy This Package Previous Next Index
Interface org.w3c.jigsaw.pagecompile.PageCompiler
- public interface PageCompiler
-
compile(String[], OutputStream)
- compile some files.
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