writer2latex.epub
Class ContainerWriter

java.lang.Object
  extended by writer2latex.xmerge.DOMDocument
      extended by writer2latex.xmerge.NewDOMDocument
          extended by writer2latex.epub.ContainerWriter
All Implemented Interfaces:
OutputFile, Document

public class ContainerWriter
extends NewDOMDocument

This class creates the required META-INF/container.xml file for an EPUB package (see http://www.idpf.org/ocf/ocf1.0/download/ocf10.htm).


Constructor Summary
ContainerWriter()
           
 
Method Summary
 
Methods inherited from class writer2latex.xmerge.NewDOMDocument
write
 
Methods inherited from class writer2latex.xmerge.DOMDocument
getContentDOM, getFileExtension, getFileName, getMIMEType, getName, initContentDOM, isMasterDocument, read, setContentDOM
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerWriter

public ContainerWriter()