com.caucho.xtpdoc
Class Results

java.lang.Object
  extended by com.caucho.xtpdoc.ContainerNode
      extended by com.caucho.xtpdoc.FormattedText
          extended by com.caucho.xtpdoc.FormattedTextWithAnchors
              extended by com.caucho.xtpdoc.Results
All Implemented Interfaces:
ContentItem

public class Results
extends FormattedTextWithAnchors


Constructor Summary
Results(Document document)
           
 
Method Summary
 void setLanguage(java.lang.String language)
           
 void setTitle(java.lang.String title)
           
 void writeHtml(XMLStreamWriter out)
           
 void writeLaTeX(java.io.PrintWriter out)
           
 
Methods inherited from class com.caucho.xtpdoc.FormattedTextWithAnchors
createA, createViewfileLink
 
Methods inherited from class com.caucho.xtpdoc.FormattedText
addG, addText, createB, createBr, createCode, createEm, createExample, createFont, createI, createObject, createPre, createSmall, createSup, createUrl, createVar, createWebOnly, setOccur
 
Methods inherited from class com.caucho.xtpdoc.ContainerNode
addItem, getDocument, getItems, writeLaTeXEnclosed, writeLaTeXTop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Results

public Results(Document document)
Method Detail

setTitle

public void setTitle(java.lang.String title)

setLanguage

public void setLanguage(java.lang.String language)

writeHtml

public void writeHtml(XMLStreamWriter out)
               throws XMLStreamException
Specified by:
writeHtml in interface ContentItem
Overrides:
writeHtml in class ContainerNode
Throws:
XMLStreamException

writeLaTeX

public void writeLaTeX(java.io.PrintWriter out)
                throws java.io.IOException
Specified by:
writeLaTeX in interface ContentItem
Overrides:
writeLaTeX in class ContainerNode
Throws:
java.io.IOException