Package org.fugerit.java.doc.base.facade
Class SimpleDocFacade
- java.lang.Object
-
- org.fugerit.java.doc.base.facade.SimpleDocFacade
-
public class SimpleDocFacade extends Object
-
-
Constructor Summary
Constructors Constructor Description SimpleDocFacade()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidproduce(DocTypeHandler th, Reader xml, OutputStream dest)static voidproduce(DocTypeHandler th, String xmlPath, File destFile)
-
-
-
Method Detail
-
produce
public static void produce(DocTypeHandler th, Reader xml, OutputStream dest) throws Exception
- Throws:
Exception
-
produce
public static void produce(DocTypeHandler th, String xmlPath, File destFile) throws Exception
- Throws:
Exception
-
-