Interface BaseToken

    • Method Detail

      • serialize

        void serialize​(Serializer serializer,
                       java.io.Writer writer)
                throws java.io.IOException
        Throws:
        java.io.IOException
      • getRow

        int getRow()
        Returns:
        row in source html where the token was found
      • setRow

        void setRow​(int row)
        Parameters:
        row -
      • getCol

        int getCol()
        Returns:
        col in source html where the token was found
      • setCol

        void setCol​(int col)
        Parameters:
        col -