Package tilda.generation.html
Class Docs
- java.lang.Object
-
- tilda.generation.html.Docs
-
public class Docs extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classDocs.DependencyPrinter
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description Docs()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringcleanClause(java.lang.String Str)static java.lang.StringCleanForHTML(java.lang.String[] Str)static voidDataClassDocs(java.io.PrintWriter Out, GeneratorSession G, Object O, boolean exportPublish)static java.util.SortedSet<java.lang.String>getColumnMatches(Formula F)static java.util.SortedSet<java.lang.String>getFormulaMatches(Formula F)static java.lang.StringprintFormulaCodeHTML(Formula F, java.util.SortedSet<java.lang.String> ColumnMatches, java.util.SortedSet<java.lang.String> FormulaMatches, boolean regUrl)static voidPrintFormulaDetails(java.io.PrintWriter Out, View V, java.lang.String TName, Formula F, boolean headerRow)static voidwriteFooter(java.io.PrintWriter Out, Schema S)static voidwriteHeader(java.io.PrintWriter Out, Schema S)static voidwriteRealizedSummary(java.io.PrintWriter Out, ParserSession PS, Schema S)
-
-
-
Method Detail
-
writeHeader
public static void writeHeader(java.io.PrintWriter Out, Schema S) throws java.lang.Exception- Throws:
java.lang.Exception
-
writeFooter
public static void writeFooter(java.io.PrintWriter Out, Schema S)
-
DataClassDocs
public static void DataClassDocs(java.io.PrintWriter Out, GeneratorSession G, Object O, boolean exportPublish) throws java.lang.Exception- Throws:
java.lang.Exception
-
CleanForHTML
public static java.lang.String CleanForHTML(java.lang.String[] Str)
-
cleanClause
public static java.lang.String cleanClause(java.lang.String Str)
-
getColumnMatches
public static java.util.SortedSet<java.lang.String> getColumnMatches(Formula F)
-
getFormulaMatches
public static java.util.SortedSet<java.lang.String> getFormulaMatches(Formula F)
-
PrintFormulaDetails
public static void PrintFormulaDetails(java.io.PrintWriter Out, View V, java.lang.String TName, Formula F, boolean headerRow)
-
printFormulaCodeHTML
public static java.lang.String printFormulaCodeHTML(Formula F, java.util.SortedSet<java.lang.String> ColumnMatches, java.util.SortedSet<java.lang.String> FormulaMatches, boolean regUrl)
-
writeRealizedSummary
public static void writeRealizedSummary(java.io.PrintWriter Out, ParserSession PS, Schema S) throws java.lang.Exception- Throws:
java.lang.Exception
-
-