src.java.net.htmlparser.jericho.package-info Maven / Gradle / Ivy
/**
* Jericho HTML Parser 3.0
*
* A java library allowing analysis and manipulation of parts of an HTML document, including server-side tags,
* while reproducing verbatim any unrecognised or invalid HTML.
* Also provides high-level HTML form manipulation functions.
*
* For an introduction to the API, the documentation of the {@link net.htmlparser.jericho.Source} class is the best place to start.
*
* For a summary of features and sample applications, visit the homepage at
* http://jerichohtml.sourceforge.net
*
* For downloads, support and updates visit the SourceForge.net project page at
* http://sourceforge.net/projects/jerichohtml/
*
* The Jericho HTML Parser is an open source library released under both the
* Eclipse Public License (EPL) and
* GNU Lesser General Public License (LGPL).
* You are therefore free to use it in commercial applications subject to the terms detailed in either one of these licence documents.
*/
package net.htmlparser.jericho;