/[aagtl_public1]/src/net/htmlparser/jericho/package-info.java
aagtl

Contents of /src/net/htmlparser/jericho/package-info.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Sun Aug 5 13:48:36 2012 UTC (11 years, 7 months ago) by zoffadmin
File size: 1284 byte(s)
initial import of aagtl source code
1 /**
2 * <h3>Jericho HTML Parser 3.2</h3>
3 * <p>
4 * A java library allowing analysis and manipulation of parts of an HTML document, including server-side tags,
5 * while reproducing verbatim any unrecognised or invalid HTML.
6 * Also provides high-level HTML form manipulation functions.
7 * <p>
8 * For an introduction to the API, the documentation of the {@link net.htmlparser.jericho.Source} class is the best place to start.
9 * <p>
10 * For a summary of features and sample applications, visit the homepage at
11 * <a href="http://jerichohtml.sourceforge.net" target="_blank">http://jerichohtml.sourceforge.net</a>
12 * <p>
13 * For downloads, support and updates visit the SourceForge.net project page at
14 * <a href="http://sourceforge.net/projects/jerichohtml/" target="_blank">http://sourceforge.net/projects/jerichohtml/</a>
15 * <p>
16 * The Jericho HTML Parser is an open source library released under both the
17 * <a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License (EPL)</a> and
18 * <a href="http://www.gnu.org/copyleft/lesser.html">GNU Lesser General Public License (LGPL)</a>.
19 * You are therefore free to use it in commercial applications subject to the terms detailed in either one of these licence documents.
20 */
21 package net.htmlparser.jericho;

   
Visit the aagtl Website