Class Table


  • public class Table
    extends java.lang.Object
    • Constructor Detail

      • Table

        public Table​(Parse table)
      • Table

        public Table​(java.lang.String html)
              throws java.text.ParseException
        Throws:
        java.text.ParseException
    • Method Detail

      • insertAsFirstRow

        public void insertAsFirstRow​(Parse firstRow)
      • stripFirstRow

        public Parse stripFirstRow()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • copyAndAppendLastRow

        public void copyAndAppendLastRow​(int numberOfTimes)
      • table

        public Parse table()