Uses of Class
de.olafpanz.translationtable.TranslationDocument

Uses of TranslationDocument in de.olafpanz.translationtable
 

Fields in de.olafpanz.translationtable declared as TranslationDocument
private  TranslationDocument CodeGenerator.doc
          Document to create source for.
 

Methods in de.olafpanz.translationtable that return TranslationDocument
private  TranslationDocument ODSLoader.readTable(org.w3c.dom.Element table)
          Process one table
 

Methods in de.olafpanz.translationtable that return types with arguments of type TranslationDocument
 java.util.List<TranslationDocument> ODSLoader.load()
          Create translations tables for one file
private static java.util.List<TranslationDocument> CommandFacade.loadDocuments(TranslationTableParameters param)
          Load all currently specified translation-table-documents
private static java.util.List<TranslationDocument> CommandFacade.loadXml(java.io.File file)
          Load translation table from xml file.
private  java.util.List<TranslationDocument> ODSLoader.readSheet()
          Read the all pages from document.
 

Methods in de.olafpanz.translationtable with parameters of type TranslationDocument
 void TranslationEntry.collectImports(java.util.Set<java.lang.String> imports, int localeIndex, TranslationDocument doc)
          Collect all used imports
 java.lang.String TranslationEntry.getJavaDoc(java.util.List<LocaleDef> locales, java.lang.String indend, TranslationDocument doc)
          Create java doc comment of this entry.
private  java.lang.String TranslationEntry.getRawTranslationString(int translationIndex, TranslationDocument doc)
          Request the raw translation string for a language at an index position.
 java.lang.String TranslationEntry.getValueAsString(int translationIndex, TranslationDocument doc)
          Evaluate the string that should be written to file for a given index.
 

Method parameters in de.olafpanz.translationtable with type arguments of type TranslationDocument
private static de.olafpanz.xsd.translationTable100.TranslationTablesDocument CommandFacade.toXML(java.util.List<TranslationDocument> docList)
          Convert a translation-document into aa xml-document
 

Constructors in de.olafpanz.translationtable with parameters of type TranslationDocument
CodeGenerator(TranslationDocument doc, TranslationTableParameters param)
          Create a translation table with all meta information, without data.