http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/e12f8e7d/content/site/apidocs/org/apache/juneau/html/HtmlParser.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/html/HtmlParser.html
b/content/site/apidocs/org/apache/juneau/html/HtmlParser.html
index 7201b86..02b1024 100644
--- a/content/site/apidocs/org/apache/juneau/html/HtmlParser.html
+++ b/content/site/apidocs/org/apache/juneau/html/HtmlParser.html
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HtmlParser (Apache Juneau (incubating)
6.1.1-incubating-SNAPSHOT)</title>
+<title>HtmlParser (Apache Juneau (incubating)
6.2.1-incubating-SNAPSHOT)</title>
<link rel="stylesheet" type="text/css" href="../../../../javadoc.css"
title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="HtmlParser (Apache Juneau (incubating)
6.1.1-incubating-SNAPSHOT)";
+ parent.document.title="HtmlParser (Apache Juneau (incubating)
6.2.1-incubating-SNAPSHOT)";
}
}
catch(err) {
@@ -129,7 +129,7 @@ var activeTableTab = "activeTableTab";
<hr>
<br>
<pre><a href="../../../../org/apache/juneau/annotation/Consumes.html"
title="annotation in org.apache.juneau.annotation">@Consumes</a>(<a
href="../../../../org/apache/juneau/annotation/Consumes.html#value--">value</a>="text/html,text/html+stripped")
-public class <a
href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.53">HtmlParser</a>
+public class <a
href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.54">HtmlParser</a>
extends <a href="../../../../org/apache/juneau/xml/XmlParser.html"
title="class in org.apache.juneau.xml">XmlParser</a></pre>
<div class="block">Parses text generated by the <a
href="../../../../org/apache/juneau/html/HtmlSerializer.html" title="class in
org.apache.juneau.html"><code>HtmlSerializer</code></a> class back into a POJO
model.
@@ -223,13 +223,13 @@ extends <a
href="../../../../org/apache/juneau/xml/XmlParser.html" title="class
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a
href="../../../../org/apache/juneau/html/HtmlParserSession.html" title="class
in org.apache.juneau.html">HtmlParserSession</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/juneau/html/HtmlParser.html#createSession-java.lang.Object-org.apache.juneau.ObjectMap-java.lang.reflect.Method-java.lang.Object-java.util.Locale-java.util.TimeZone-org.apache.juneau.MediaType-">createSession</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> input,
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/juneau/html/HtmlParser.html#createSession-java.lang.Object-org.apache.juneau.ObjectMap-java.lang.reflect.Method-java.lang.Object-java.util.Locale-java.util.TimeZone-org.apache.juneau.http.MediaType-">createSession</a></span>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> input,
<a href="../../../../org/apache/juneau/ObjectMap.html"
title="class in org.apache.juneau">ObjectMap</a> op,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true"
title="class or interface in java.lang.reflect">Method</a> javaMethod,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> outer,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true"
title="class or interface in java.util">Locale</a> locale,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/TimeZone.html?is-external=true"
title="class or interface in java.util">TimeZone</a> timeZone,
- <a href="../../../../org/apache/juneau/MediaType.html"
title="class in org.apache.juneau">MediaType</a> mediaType)</code>
+ <a href="../../../../org/apache/juneau/http/MediaType.html"
title="class in org.apache.juneau.http">MediaType</a> mediaType)</code>
<div class="block">Create the session object that will be passed in to the
parse method.</div>
</td>
</tr>
@@ -313,7 +313,7 @@ extends <a
href="../../../../org/apache/juneau/xml/XmlParser.html" title="class
<ul class="blockListLast">
<li class="blockList">
<h4>DEFAULT</h4>
-<pre>public static final <a
href="../../../../org/apache/juneau/html/HtmlParser.html" title="class in
org.apache.juneau.html">HtmlParser</a> <a
href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.56">DEFAULT</a></pre>
+<pre>public static final <a
href="../../../../org/apache/juneau/html/HtmlParser.html" title="class in
org.apache.juneau.html">HtmlParser</a> <a
href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.57">DEFAULT</a></pre>
<div class="block">Default parser, all default settings.</div>
</li>
</ul>
@@ -331,7 +331,7 @@ extends <a
href="../../../../org/apache/juneau/xml/XmlParser.html" title="class
<ul class="blockListLast">
<li class="blockList">
<h4>HtmlParser</h4>
-<pre>public <a
href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.65">HtmlParser</a>(<a
href="../../../../org/apache/juneau/PropertyStore.html" title="class in
org.apache.juneau">PropertyStore</a> propertyStore)</pre>
+<pre>public <a
href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.66">HtmlParser</a>(<a
href="../../../../org/apache/juneau/PropertyStore.html" title="class in
org.apache.juneau">PropertyStore</a> propertyStore)</pre>
<div class="block">Constructor.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -353,7 +353,7 @@ extends <a
href="../../../../org/apache/juneau/xml/XmlParser.html" title="class
<ul class="blockList">
<li class="blockList">
<h4>builder</h4>
-<pre>public <a
href="../../../../org/apache/juneau/html/HtmlParserBuilder.html" title="class
in org.apache.juneau.html">HtmlParserBuilder</a> <a
href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.71">builder</a>()</pre>
+<pre>public <a
href="../../../../org/apache/juneau/html/HtmlParserBuilder.html" title="class
in org.apache.juneau.html">HtmlParserBuilder</a> <a
href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.72">builder</a>()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../org/apache/juneau/CoreObject.html#builder--">CoreObject</a></code></span></div>
<div class="block">Creates a new builder class for this object so that a new
object can be created
that expands upon the current object's settings.</div>
@@ -365,27 +365,27 @@ extends <a
href="../../../../org/apache/juneau/xml/XmlParser.html" title="class
</dl>
</li>
</ul>
-<a
name="createSession-java.lang.Object-org.apache.juneau.ObjectMap-java.lang.reflect.Method-java.lang.Object-java.util.Locale-java.util.TimeZone-org.apache.juneau.MediaType-">
+<a
name="createSession-java.lang.Object-org.apache.juneau.ObjectMap-java.lang.reflect.Method-java.lang.Object-java.util.Locale-java.util.TimeZone-org.apache.juneau.http.MediaType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createSession</h4>
-<pre>public <a
href="../../../../org/apache/juneau/html/HtmlParserSession.html" title="class
in org.apache.juneau.html">HtmlParserSession</a> <a
href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.557">createSession</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> input,
+<pre>public <a
href="../../../../org/apache/juneau/html/HtmlParserSession.html" title="class
in org.apache.juneau.html">HtmlParserSession</a> <a
href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.558">createSession</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> input,
<a
href="../../../../org/apache/juneau/ObjectMap.html" title="class in
org.apache.juneau">ObjectMap</a> op,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true"
title="class or interface in java.lang.reflect">Method</a> javaMethod,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> outer,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true"
title="class or interface in java.util">Locale</a> locale,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/TimeZone.html?is-external=true"
title="class or interface in java.util">TimeZone</a> timeZone,
- <a
href="../../../../org/apache/juneau/MediaType.html" title="class in
org.apache.juneau">MediaType</a> mediaType)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../org/apache/juneau/parser/Parser.html#createSession-java.lang.Object-org.apache.juneau.ObjectMap-java.lang.reflect.Method-java.lang.Object-java.util.Locale-java.util.TimeZone-org.apache.juneau.MediaType-">Parser</a></code></span></div>
+ <a
href="../../../../org/apache/juneau/http/MediaType.html" title="class in
org.apache.juneau.http">MediaType</a> mediaType)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../org/apache/juneau/parser/Parser.html#createSession-java.lang.Object-org.apache.juneau.ObjectMap-java.lang.reflect.Method-java.lang.Object-java.util.Locale-java.util.TimeZone-org.apache.juneau.http.MediaType-">Parser</a></code></span></div>
<div class="block">Create the session object that will be passed in to the
parse method.
<p>
It's up to implementers to decide what the session object looks like,
although typically
it's going to be a subclass of <a
href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in
org.apache.juneau.parser"><code>ParserSession</code></a>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a
href="../../../../org/apache/juneau/xml/XmlParser.html#createSession-java.lang.Object-org.apache.juneau.ObjectMap-java.lang.reflect.Method-java.lang.Object-java.util.Locale-java.util.TimeZone-org.apache.juneau.MediaType-">createSession</a></code> in
class <code><a href="../../../../org/apache/juneau/xml/XmlParser.html"
title="class in org.apache.juneau.xml">XmlParser</a></code></dd>
+<dd><code><a
href="../../../../org/apache/juneau/xml/XmlParser.html#createSession-java.lang.Object-org.apache.juneau.ObjectMap-java.lang.reflect.Method-java.lang.Object-java.util.Locale-java.util.TimeZone-org.apache.juneau.http.MediaType-">createSession</a></code> in
class <code><a href="../../../../org/apache/juneau/xml/XmlParser.html"
title="class in org.apache.juneau.xml">XmlParser</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>input</code> - The input. See <a
href="../../../../org/apache/juneau/parser/Parser.html#parse-java.lang.Object-org.apache.juneau.ClassMeta-"><code>Parser.parse(Object,
ClassMeta)</code></a> for supported input types.</dd>
<dd><code>op</code> - Optional additional properties.</dd>
@@ -409,7 +409,7 @@ extends <a
href="../../../../org/apache/juneau/xml/XmlParser.html" title="class
<ul class="blockList">
<li class="blockList">
<h4>doParse</h4>
-<pre>protected <T> T <a
href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.562">doParse</a>(<a
href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in
org.apache.juneau.parser">ParserSession</a> session,
+<pre>protected <T> T <a
href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.563">doParse</a>(<a
href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in
org.apache.juneau.parser">ParserSession</a> session,
<a href="../../../../org/apache/juneau/ClassMeta.html"
title="class in org.apache.juneau">ClassMeta</a><T> type)
throws <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true"
title="class or interface in java.lang">Exception</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <code><a
href="../../../../org/apache/juneau/parser/Parser.html#doParse-org.apache.juneau.parser.ParserSession-org.apache.juneau.ClassMeta-">Parser</a></code></span></div>
@@ -420,7 +420,7 @@ extends <a
href="../../../../org/apache/juneau/xml/XmlParser.html" title="class
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - The class type of the object to create.</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>session</code> - The runtime session object returned by <a
href="../../../../org/apache/juneau/parser/Parser.html#createSession-java.lang.Object-org.apache.juneau.ObjectMap-java.lang.reflect.Method-java.lang.Object-java.util.Locale-java.util.TimeZone-org.apache.juneau.MediaType-"><code>Parser.createSession(Object,
ObjectMap, Method, Object, Locale, TimeZone, MediaType)</code></a>.
+<dd><code>session</code> - The runtime session object returned by <a
href="../../../../org/apache/juneau/parser/Parser.html#createSession-java.lang.Object-org.apache.juneau.ObjectMap-java.lang.reflect.Method-java.lang.Object-java.util.Locale-java.util.TimeZone-org.apache.juneau.http.MediaType-"><code>Parser.createSession(Object,
ObjectMap, Method, Object, Locale, TimeZone, MediaType)</code></a>.
If <jk>null</jk>, one will be created using <a
href="../../../../org/apache/juneau/parser/Parser.html#createSession-java.lang.Object-"><code>Parser.createSession(Object)</code></a>.</dd>
<dd><code>type</code> - The class type of the object to create.
If <jk>null</jk> or <code>Object.<jk>class</jk></code>, object type is based
on what's being parsed.
@@ -438,7 +438,7 @@ extends <a
href="../../../../org/apache/juneau/xml/XmlParser.html" title="class
<ul class="blockList">
<li class="blockList">
<h4>doParseIntoMap</h4>
-<pre>protected <K,V> <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><K,V> <a
href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.568">doParseIntoMap</a>(<a
href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in
org.apache.juneau.parser">ParserSession</a> session,
+<pre>protected <K,V> <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><K,V> <a
href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.569">doParseIntoMap</a>(<a
href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in
org.apache.juneau.parser">ParserSession</a> session,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><K,V> m,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true"
title="class or interface in java.lang.reflect">Type</a> keyType,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true"
title="class or interface in java.lang.reflect">Type</a> valueType)
@@ -450,7 +450,7 @@ extends <a
href="../../../../org/apache/juneau/xml/XmlParser.html" title="class
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a
href="../../../../org/apache/juneau/xml/XmlParser.html#doParseIntoMap-org.apache.juneau.parser.ParserSession-java.util.Map-java.lang.reflect.Type-java.lang.reflect.Type-">doParseIntoMap</a></code> in
class <code><a href="../../../../org/apache/juneau/xml/XmlParser.html"
title="class in org.apache.juneau.xml">XmlParser</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>session</code> - The runtime session object returned by <a
href="../../../../org/apache/juneau/parser/Parser.html#createSession-java.lang.Object-org.apache.juneau.ObjectMap-java.lang.reflect.Method-java.lang.Object-java.util.Locale-java.util.TimeZone-org.apache.juneau.MediaType-"><code>Parser.createSession(Object,
ObjectMap, Method, Object, Locale, TimeZone, MediaType)</code></a>.
+<dd><code>session</code> - The runtime session object returned by <a
href="../../../../org/apache/juneau/parser/Parser.html#createSession-java.lang.Object-org.apache.juneau.ObjectMap-java.lang.reflect.Method-java.lang.Object-java.util.Locale-java.util.TimeZone-org.apache.juneau.http.MediaType-"><code>Parser.createSession(Object,
ObjectMap, Method, Object, Locale, TimeZone, MediaType)</code></a>.
If <jk>null</jk>, one will be created using <a
href="../../../../org/apache/juneau/parser/Parser.html#createSession-java.lang.Object-"><code>Parser.createSession(Object)</code></a>.</dd>
<dd><code>m</code> - The map being loaded.</dd>
<dd><code>keyType</code> - The class type of the keys, or <jk>null</jk> to
default to <code>String.<jk>class</jk></code>.<br></dd>
@@ -468,7 +468,7 @@ extends <a
href="../../../../org/apache/juneau/xml/XmlParser.html" title="class
<ul class="blockListLast">
<li class="blockList">
<h4>doParseIntoCollection</h4>
-<pre>protected <E> <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><E> <a
href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.574">doParseIntoCollection</a>(<a
href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in
org.apache.juneau.parser">ParserSession</a> session,
+<pre>protected <E> <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><E> <a
href="../../../../src-html/org/apache/juneau/html/HtmlParser.html#line.575">doParseIntoCollection</a>(<a
href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in
org.apache.juneau.parser">ParserSession</a> session,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><E> c,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Type.html?is-external=true"
title="class or interface in java.lang.reflect">Type</a> elementType)
throws <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true"
title="class or interface in java.lang">Exception</a></pre>
@@ -479,7 +479,7 @@ extends <a
href="../../../../org/apache/juneau/xml/XmlParser.html" title="class
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a
href="../../../../org/apache/juneau/xml/XmlParser.html#doParseIntoCollection-org.apache.juneau.parser.ParserSession-java.util.Collection-java.lang.reflect.Type-">doParseIntoCollection</a></code> in
class <code><a href="../../../../org/apache/juneau/xml/XmlParser.html"
title="class in org.apache.juneau.xml">XmlParser</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>session</code> - The runtime session object returned by <a
href="../../../../org/apache/juneau/parser/Parser.html#createSession-java.lang.Object-org.apache.juneau.ObjectMap-java.lang.reflect.Method-java.lang.Object-java.util.Locale-java.util.TimeZone-org.apache.juneau.MediaType-"><code>Parser.createSession(Object,
ObjectMap, Method, Object, Locale, TimeZone, MediaType)</code></a>.
+<dd><code>session</code> - The runtime session object returned by <a
href="../../../../org/apache/juneau/parser/Parser.html#createSession-java.lang.Object-org.apache.juneau.ObjectMap-java.lang.reflect.Method-java.lang.Object-java.util.Locale-java.util.TimeZone-org.apache.juneau.http.MediaType-"><code>Parser.createSession(Object,
ObjectMap, Method, Object, Locale, TimeZone, MediaType)</code></a>.
If <jk>null</jk>, one will be created using <a
href="../../../../org/apache/juneau/parser/Parser.html#createSession-java.lang.Object-"><code>Parser.createSession(Object)</code></a>.</dd>
<dd><code>c</code> - The collection being loaded.</dd>
<dd><code>elementType</code> - The class type of the elements, or
<jk>null</jk> to default to whatever is being parsed.</dd>