1 29 30 package com.caucho.xtpdoc; 31 32 import java.io.IOException ; 33 import java.io.PrintWriter ; 34 35 public class WebOnly extends ContainerNode { 36 public WebOnly(Document document) 37 { 38 super(document); 39 } 40 41 public void writeLaTeXTop(PrintWriter out) 42 throws IOException  43 { 44 } 45 46 public void writeLaTeX(PrintWriter out) 47 throws IOException  48 { 49 } 50 51 public void writeLaTeXEnclosed(PrintWriter out) 52 throws IOException  53 { 54 } 55 } 56 | Popular Tags |