Aggregator (part 15)

  • 36
  • Locked
In the HtmlView class, only the getUpdatedFileContents method is still empty. In this task, I'll describe what it should do. 1. In HtmlView, create a protected Document getDocument() throws IOException method that parses the jobPostings.html file using jsoup. The file's encoding is UTF-8.
You can't complete this task, because you're not signed in.
Comments (1)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
Dave Andrea
Level 41 , Canada
2 October 2020, 19:26
For requirement 3, don't chain the remove() method calls. The validator is unhappy about that.