Primary Java HTML | |
---|---|
Package | Description |
Torello.CSS |
CSS Tokenizer and utilities
|
Torello.HTML |
This core of the HTML Java Utility Package are three
HTMLNode -Object subclasses:
HTMLNode, TagNode and TextNode. These classes are extremely light-weight
since they only have at most three fields. |
Torello.HTML.NodeSearch |
The purpose of these classes is to allow a programmer to "search" through webpages that have
been vectorized and downloaded to Java
Vector<HTMLNode> . |
JavaDoc Upgrader | |
Package | Description |
Torello.JavaDoc |
This package utilizes the value of both an HTML-Parser and an AST Source-Code Parser for helping
a user to transform, modify, add-to, and delete HTML (automatically) to & from
JavaDoc-Generated Web-Pages.
|
Java HTML Applications | |
Package | Description |
Torello.HTML.Tools.Images |
Tools for assisting in downloading images from news, information, and other types of
web-sites.
|
Torello.HTML.Tools.NewsSite |
Utilities for scraping news web-sites.
|
Torello.Languages |
This provides some simple helper and utility classes for people intending to code or write websites that contain
Mandarin Chinese UTF-8 based characters.
|
Headless Browser (Experimental) | |
Package | Description |
Torello.Browser |
Allows a user to start up a headless browser, and use the API that it exports to manipulate the
browser.
|
Java 2.0 | |
Package | Description |
Torello.Java |
This package is largely a "helper & utility" package to the HTML scrape routines.
|
Torello.Java.Build |
Useful Project Building Classes for Building a Suite of Tools into a
'.jar' File
and a Documentation Website. |
Torello.Java.Additional |
More Updated Java Classes.
|
Torello.Java.Function |
Classes extending Java's
Functional Interface - Java is a strongly-typed language. |
Torello.Java.JSON |
A JSON Package that simple converts JSON-Types to Java-Types, with ease
|
Torello.Java.ReadOnly |
This is a Read-Only Wrapper to many of the classes provided in
java.util |
External Library Imports | |
Package | Description |
Apache.CLI |
Apache Commons CLI provides a simple API for presenting, processing and validating a Command
Line Interface.
|
javax.json |
Provides an object model API to process JSON.
|
javax.json.stream |
Provides a streaming API to parse and generate
JSON.
|
NeoVisionaries.WebSockets |
High-quality WebSocket client implementation in Java.
|