Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

PROJECT DESCRIPTION You need to code a program in Java that takes an HTML document file in the English language as input and produce a

image text in transcribed
PROJECT DESCRIPTION You need to code a program in Java that takes an HTML document file in the English language as input and produce a text document as output. The output document contains only the text information that a web browser display by reading the file. without the presentation details the markup language specified. Your program needs to Extract Titles, section headers, paragraphs, and tables. The output of the program would be recorded in a text file containing the text without any format Tables rows would be rendered like a sequence of values separated by commas for each row in the table Text file contains HTML in Browser Matador Song Matador Song Fight, Matadors, for Tech Songs of love we sing to the Bear our banners for and wide Ever to be our pride Fearless champions ever be Stand on heights of victory Strive for honorevermore Long live the Matadors! H RC Music by Harry Lemaire, words by R.C. Marshall HTML in Browser Our Customers C A . Maraw C Mor e Chan Me Em Handel Island Trading Helen UK La Bascar You Cada May Al l y Text file contains Our Customers Company Contact Country Aftreds Futeris, Maria Andors, Germany Centro comercial Moctezuma, Francisco Chang, Mexico Emst Handel, Roland Mendel, Austria Island Trading, Helen Bennett UK Laughing Bacchus Winecolars, Yoshi Tanamur Canada Magazzini Aimentari Riuniti, Giovanni Rovell, Italy RESTRICTIONS To solve this project you can use arrays, files, Strings and any numbers methods you need. You can use one data structure ike linked list. You cannot use prebuild or downloaded classes that remove markup language or use regular expressions The purpose of this project is for you get familiar with coding and using Java. You are not required to use multiple classes future projects will provide practice for that once we cover more material and concepts. PROJECT DESCRIPTION You need to code a program in Java that takes an HTML document file in the English language as input and produce a text document as output. The output document contains only the text information that a web browser display by reading the file. without the presentation details the markup language specified. Your program needs to Extract Titles, section headers, paragraphs, and tables. The output of the program would be recorded in a text file containing the text without any format Tables rows would be rendered like a sequence of values separated by commas for each row in the table Text file contains HTML in Browser Matador Song Matador Song Fight, Matadors, for Tech Songs of love we sing to the Bear our banners for and wide Ever to be our pride Fearless champions ever be Stand on heights of victory Strive for honorevermore Long live the Matadors! H RC Music by Harry Lemaire, words by R.C. Marshall HTML in Browser Our Customers C A . Maraw C Mor e Chan Me Em Handel Island Trading Helen UK La Bascar You Cada May Al l y Text file contains Our Customers Company Contact Country Aftreds Futeris, Maria Andors, Germany Centro comercial Moctezuma, Francisco Chang, Mexico Emst Handel, Roland Mendel, Austria Island Trading, Helen Bennett UK Laughing Bacchus Winecolars, Yoshi Tanamur Canada Magazzini Aimentari Riuniti, Giovanni Rovell, Italy RESTRICTIONS To solve this project you can use arrays, files, Strings and any numbers methods you need. You can use one data structure ike linked list. You cannot use prebuild or downloaded classes that remove markup language or use regular expressions The purpose of this project is for you get familiar with coding and using Java. You are not required to use multiple classes future projects will provide practice for that once we cover more material and concepts

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions