Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
serg472 committed Sep 18, 2011
1 parent f6a5dea commit 0b00c35
Show file tree
Hide file tree
Showing 77 changed files with 765 additions and 340 deletions.
2 changes: 1 addition & 1 deletion doc/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
All Classes (HTML Compressor and Minifier 1.5.1 API)
All Classes (HTML Compressor and Minifier 1.5.2 API)
</TITLE>


Expand Down
2 changes: 1 addition & 1 deletion doc/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
All Classes (HTML Compressor and Minifier 1.5.1 API)
All Classes (HTML Compressor and Minifier 1.5.2 API)
</TITLE>


Expand Down
30 changes: 15 additions & 15 deletions doc/com/googlecode/htmlcompressor/CmdLineCompressor.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
CmdLineCompressor (HTML Compressor and Minifier 1.5.1 API)
CmdLineCompressor (HTML Compressor and Minifier 1.5.2 API)
</TITLE>


Expand All @@ -14,7 +14,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CmdLineCompressor (HTML Compressor and Minifier 1.5.1 API)";
parent.document.title="CmdLineCompressor (HTML Compressor and Minifier 1.5.2 API)";
}
}
</SCRIPT>
Expand Down Expand Up @@ -102,9 +102,9 @@ <H2>
<P>
Wrapper for HTML and XML compressor classes that allows using them from a command line.

<p>Usage: <code>java -jar htmlcompressor.jar [options] [input file]</code>
<p>To view a list of all available parameters please run with <code>--help</code> option:
<p><code>java -jar htmlcompressor.jar --help</code>
<p>Usage: <code>java -jar htmlcompressor.jar [options] [input]</code>
<p>To view a list of all available parameters please run with <code>-?</code> option:
<p><code>java -jar htmlcompressor.jar -?</code>
<P>

<P>
Expand All @@ -125,7 +125,7 @@ <H2>
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../com/googlecode/htmlcompressor/CmdLineCompressor.html#CmdLineCompressor()">CmdLineCompressor</A></B>()</CODE>
<TD><CODE><B><A HREF="../../../com/googlecode/htmlcompressor/CmdLineCompressor.html#CmdLineCompressor(java.lang.String[])">CmdLineCompressor</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[]&nbsp;args)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
Expand All @@ -142,16 +142,16 @@ <H2>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/googlecode/htmlcompressor/CmdLineCompressor.html#init(java.lang.String[])">init</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[]&nbsp;args)</CODE>
<CODE>static&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/googlecode/htmlcompressor/CmdLineCompressor.html#main(java.lang.String[])">main</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[]&nbsp;args)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/googlecode/htmlcompressor/CmdLineCompressor.html#main(java.lang.String[])">main</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[]&nbsp;args)</CODE>
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../com/googlecode/htmlcompressor/CmdLineCompressor.html#process(java.lang.String[])">process</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[]&nbsp;args)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
Expand Down Expand Up @@ -179,10 +179,10 @@ <H2>
</TR>
</TABLE>

<A NAME="CmdLineCompressor()"><!-- --></A><H3>
<A NAME="CmdLineCompressor(java.lang.String[])"><!-- --></A><H3>
CmdLineCompressor</H3>
<PRE>
public <B>CmdLineCompressor</B>()</PRE>
public <B>CmdLineCompressor</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[]&nbsp;args)</PRE>
<DL>
</DL>

Expand All @@ -207,10 +207,10 @@ <H2>
</DL>
<HR>

<A NAME="init(java.lang.String[])"><!-- --></A><H3>
init</H3>
<A NAME="process(java.lang.String[])"><!-- --></A><H3>
process</H3>
<PRE>
public void <B>init</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[]&nbsp;args)</PRE>
public void <B>process</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[]&nbsp;args)</PRE>
<DL>
<DD><DL>
</DL>
Expand Down
18 changes: 16 additions & 2 deletions doc/com/googlecode/htmlcompressor/analyzer/HtmlAnalyzer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
HtmlAnalyzer (HTML Compressor and Minifier 1.5.1 API)
HtmlAnalyzer (HTML Compressor and Minifier 1.5.2 API)
</TITLE>


Expand All @@ -14,7 +14,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="HtmlAnalyzer (HTML Compressor and Minifier 1.5.1 API)";
parent.document.title="HtmlAnalyzer (HTML Compressor and Minifier 1.5.2 API)";
}
}
</SCRIPT>
Expand Down Expand Up @@ -124,6 +124,12 @@ <H2>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/googlecode/htmlcompressor/analyzer/HtmlAnalyzer.html#HtmlAnalyzer()">HtmlAnalyzer</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/googlecode/htmlcompressor/analyzer/HtmlAnalyzer.html#HtmlAnalyzer(java.lang.String)">HtmlAnalyzer</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;jsCompressor)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
Expand Down Expand Up @@ -174,6 +180,14 @@ <H2>
public <B>HtmlAnalyzer</B>()</PRE>
<DL>
</DL>
<HR>

<A NAME="HtmlAnalyzer(java.lang.String)"><!-- --></A><H3>
HtmlAnalyzer</H3>
<PRE>
public <B>HtmlAnalyzer</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;jsCompressor)</PRE>
<DL>
</DL>

<!-- ============ METHOD DETAIL ========== -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class com.googlecode.htmlcompressor.analyzer.HtmlAnalyzer (HTML Compressor and Minifier 1.5.1 API)
Uses of Class com.googlecode.htmlcompressor.analyzer.HtmlAnalyzer (HTML Compressor and Minifier 1.5.2 API)
</TITLE>


Expand All @@ -14,7 +14,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.googlecode.htmlcompressor.analyzer.HtmlAnalyzer (HTML Compressor and Minifier 1.5.1 API)";
parent.document.title="Uses of Class com.googlecode.htmlcompressor.analyzer.HtmlAnalyzer (HTML Compressor and Minifier 1.5.2 API)";
}
}
</SCRIPT>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
com.googlecode.htmlcompressor.analyzer (HTML Compressor and Minifier 1.5.1 API)
com.googlecode.htmlcompressor.analyzer (HTML Compressor and Minifier 1.5.2 API)
</TITLE>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
com.googlecode.htmlcompressor.analyzer (HTML Compressor and Minifier 1.5.1 API)
com.googlecode.htmlcompressor.analyzer (HTML Compressor and Minifier 1.5.2 API)
</TITLE>


Expand All @@ -14,7 +14,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.googlecode.htmlcompressor.analyzer (HTML Compressor and Minifier 1.5.1 API)";
parent.document.title="com.googlecode.htmlcompressor.analyzer (HTML Compressor and Minifier 1.5.2 API)";
}
}
</SCRIPT>
Expand Down
4 changes: 2 additions & 2 deletions doc/com/googlecode/htmlcompressor/analyzer/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
com.googlecode.htmlcompressor.analyzer Class Hierarchy (HTML Compressor and Minifier 1.5.1 API)
com.googlecode.htmlcompressor.analyzer Class Hierarchy (HTML Compressor and Minifier 1.5.2 API)
</TITLE>


Expand All @@ -14,7 +14,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.googlecode.htmlcompressor.analyzer Class Hierarchy (HTML Compressor and Minifier 1.5.1 API)";
parent.document.title="com.googlecode.htmlcompressor.analyzer Class Hierarchy (HTML Compressor and Minifier 1.5.2 API)";
}
}
</SCRIPT>
Expand Down
4 changes: 2 additions & 2 deletions doc/com/googlecode/htmlcompressor/analyzer/package-use.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Package com.googlecode.htmlcompressor.analyzer (HTML Compressor and Minifier 1.5.1 API)
Uses of Package com.googlecode.htmlcompressor.analyzer (HTML Compressor and Minifier 1.5.2 API)
</TITLE>


Expand All @@ -14,7 +14,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package com.googlecode.htmlcompressor.analyzer (HTML Compressor and Minifier 1.5.1 API)";
parent.document.title="Uses of Package com.googlecode.htmlcompressor.analyzer (HTML Compressor and Minifier 1.5.2 API)";
}
}
</SCRIPT>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class com.googlecode.htmlcompressor.CmdLineCompressor (HTML Compressor and Minifier 1.5.1 API)
Uses of Class com.googlecode.htmlcompressor.CmdLineCompressor (HTML Compressor and Minifier 1.5.2 API)
</TITLE>


Expand All @@ -14,7 +14,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.googlecode.htmlcompressor.CmdLineCompressor (HTML Compressor and Minifier 1.5.1 API)";
parent.document.title="Uses of Class com.googlecode.htmlcompressor.CmdLineCompressor (HTML Compressor and Minifier 1.5.2 API)";
}
}
</SCRIPT>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
ClosureJavaScriptCompressor (HTML Compressor and Minifier 1.5.1 API)
ClosureJavaScriptCompressor (HTML Compressor and Minifier 1.5.2 API)
</TITLE>


Expand All @@ -14,7 +14,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ClosureJavaScriptCompressor (HTML Compressor and Minifier 1.5.1 API)";
parent.document.title="ClosureJavaScriptCompressor (HTML Compressor and Minifier 1.5.2 API)";
}
}
</SCRIPT>
Expand Down
4 changes: 2 additions & 2 deletions doc/com/googlecode/htmlcompressor/compressor/Compressor.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Compressor (HTML Compressor and Minifier 1.5.1 API)
Compressor (HTML Compressor and Minifier 1.5.2 API)
</TITLE>


Expand All @@ -14,7 +14,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Compressor (HTML Compressor and Minifier 1.5.1 API)";
parent.document.title="Compressor (HTML Compressor and Minifier 1.5.2 API)";
}
}
</SCRIPT>
Expand Down
Loading

0 comments on commit 0b00c35

Please sign in to comment.