Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedrofnseca/web-scrapping
πΈοΈ Web Scraping studies with java
https://github.com/pedrofnseca/web-scrapping
Last synced: 5 days ago
JSON representation
πΈοΈ Web Scraping studies with java
- Host: GitHub
- URL: https://github.com/pedrofnseca/web-scrapping
- Owner: PedroFnseca
- Created: 2024-03-29T20:11:11.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-29T22:47:56.000Z (8 months ago)
- Last Synced: 2024-03-29T23:33:16.159Z (8 months ago)
- Language: Java
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML Analyzer
This project contains a Java class `HtmlAnalyzer` that provides functionalities to analyze HTML documents.
## Features
1. **Tag Matching**: The `isMatchingTag` method checks if an opening tag matches with a closing tag.
2. **Depth Element**: The `getDepthElement` method returns the HTML element with the greatest depth from a list of HTML elements.
## Usage
To use this class, create an instance of `HtmlAnalyzer` and call its methods with appropriate arguments.
## Requirements
- Java Development Kit (JDK)
## Installation
1. Clone the repository
2. Compile the Java files
3. Run the main class## Note
There is some scripts in the `scripts` folder that can be used to automate the compile and run process.