Class Docs


  • public class Docs
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      protected static class  Docs.DependencyPrinter  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.apache.logging.log4j.Logger LOG  
    • Constructor Summary

      Constructors 
      Constructor Description
      Docs()  
    • Field Detail

      • LOG

        protected static final org.apache.logging.log4j.Logger LOG
    • Constructor Detail

      • Docs

        public Docs()
    • 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