You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/10/20 17:34:49 UTC

[14/51] [partial] incubator-juneau-website git commit: Update javadocs.

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/db550d07/content/site/apidocs/org/apache/juneau/parser/Parser.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/Parser.html b/content/site/apidocs/org/apache/juneau/parser/Parser.html
index 56e5881..7898444 100644
--- a/content/site/apidocs/org/apache/juneau/parser/Parser.html
+++ b/content/site/apidocs/org/apache/juneau/parser/Parser.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Parser (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title>
+<title>Parser (Apache Juneau 7.0.0-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="Parser (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)";
+            parent.document.title="Parser (Apache Juneau 7.0.0-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -74,13 +74,13 @@ var activeTableTab = "activeTableTab";
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields.inherited.from.class.org.apache.juneau.CoreObject">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method.detail">Method</a></li>
 </ul>
@@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public abstract class <a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.133">Parser</a>
+<pre>public abstract class <a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.134">Parser</a>
 extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in org.apache.juneau">CoreObject</a></pre>
 <div class="block">Parent class for all Juneau parsers.
 
@@ -237,6 +237,43 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <!--   -->
 </a>
 <h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_fileCharset">PARSER_fileCharset</a></span></code>
+<div class="block"><b>Configuration property:</b>  File charset.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_inputStreamCharset">PARSER_inputStreamCharset</a></span></code>
+<div class="block"><b>Configuration property:</b>  Input stream charset.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_listener">PARSER_listener</a></span></code>
+<div class="block"><b>Configuration property:</b>  Parser listener.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_strict">PARSER_strict</a></span></code>
+<div class="block"><b>Configuration property:</b>  Strict mode.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_trimStrings">PARSER_trimStrings</a></span></code>
+<div class="block"><b>Configuration property:</b>  Trim parsed strings.</div>
+</td>
+</tr>
+</table>
 <ul class="blockList">
 <li class="blockList"><a name="fields.inherited.from.class.org.apache.juneau.CoreObject">
 <!--   -->
@@ -372,6 +409,171 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <div class="details">
 <ul class="blockList">
 <li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="PARSER_trimStrings">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>PARSER_trimStrings</h4>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.156">PARSER_trimStrings</a></pre>
+<div class="block"><b>Configuration property:</b>  Trim parsed strings.
+
+ <ul>
+   <li><b>Name:</b> <js>"Parser.trimStrings"</js>
+   <li><b>Data type:</b> <code>Boolean</code>
+   <li><b>Default:</b> <jk>false</jk>
+   <li><b>Session-overridable:</b> <jk>true</jk>
+ </ul>
+
+ <p>
+ If <jk>true</jk>, string values will be trimmed of whitespace using <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true#trim--" title="class or interface in java.lang"><code>String.trim()</code></a> before being added to
+ the POJO.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#org.apache.juneau.parser.Parser.PARSER_trimStrings">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="PARSER_strict">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>PARSER_strict</h4>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.198">PARSER_strict</a></pre>
+<div class="block"><b>Configuration property:</b>  Strict mode.
+
+ <ul>
+   <li><b>Name:</b> <js>"Parser.strict"</js>
+   <li><b>Data type:</b> <code>Boolean</code>
+   <li><b>Default:</b> <jk>false</jk>
+   <li><b>Session-overridable:</b> <jk>true</jk>
+ </ul>
+ <p>
+ If <jk>true</jk>, strict mode for the parser is enabled.
+
+ <p>
+ Strict mode can mean different things for different parsers.
+
+ <table class='styled'>
+   <tr><th>Parser class</th><th>Strict behavior</th></tr>
+   <tr>
+      <td>All reader-based parsers</td>
+      <td>
+         When enabled, throws <a href="../../../../org/apache/juneau/parser/ParseException.html" title="class in org.apache.juneau.parser"><code>ParseExceptions</code></a> on malformed charset input.
+         Otherwise, malformed input is ignored.
+      </td>
+   </tr>
+   <tr>
+      <td><a href="../../../../org/apache/juneau/json/JsonParser.html" title="class in org.apache.juneau.json"><code>JsonParser</code></a></td>
+      <td>
+         When enabled, throws exceptions on the following invalid JSON syntax:
+         <ul>
+            <li>Unquoted attributes.
+            <li>Missing attribute values.
+            <li>Concatenated strings.
+            <li>Javascript comments.
+            <li>Numbers and booleans when Strings are expected.
+            <li>Numbers valid in Java but not JSON (e.g. octal notation, etc...)
+         </ul>
+      </td>
+   </tr>
+ </table></div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#org.apache.juneau.parser.Parser.PARSER_strict">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="PARSER_inputStreamCharset">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>PARSER_inputStreamCharset</h4>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.216">PARSER_inputStreamCharset</a></pre>
+<div class="block"><b>Configuration property:</b>  Input stream charset.
+
+ <ul>
+   <li><b>Name:</b> <js>"Parser.inputStreamCharset"</js>
+   <li><b>Data type:</b> <code>String</code>
+   <li><b>Default:</b> <js>"UTF-8"</js>
+   <li><b>Session-overridable:</b> <jk>true</jk>
+ </ul>
+
+ <p>
+ The character set to use for converting <code>InputStreams</code> and byte arrays to readers.
+
+ <p>
+ Used when passing in input streams and byte arrays to <a href="../../../../org/apache/juneau/parser/Parser.html#parse-java.lang.Object-java.lang.Class-"><code>parse(Object, Class)</code></a>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#org.apache.juneau.parser.Parser.PARSER_inputStreamCharset">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="PARSER_fileCharset">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>PARSER_fileCharset</h4>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.237">PARSER_fileCharset</a></pre>
+<div class="block"><b>Configuration property:</b>  File charset.
+
+ <ul>
+   <li><b>Name:</b> <js>"Parser.fileCharset"</js>
+   <li><b>Data type:</b> <code>String</code>
+   <li><b>Default:</b> <js>"default"</js>
+   <li><b>Session-overridable:</b> <jk>true</jk>
+ </ul>
+
+ <p>
+ The character set to use for reading <code>Files</code> from the file system.
+
+ <p>
+ Used when passing in files to <a href="../../../../org/apache/juneau/parser/Parser.html#parse-java.lang.Object-java.lang.Class-"><code>parse(Object, Class)</code></a>.
+
+ <p>
+ <js>"default"</js> can be used to indicate the JVM default file system charset.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#org.apache.juneau.parser.Parser.PARSER_fileCharset">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="PARSER_listener">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>PARSER_listener</h4>
+<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.252">PARSER_listener</a></pre>
+<div class="block"><b>Configuration property:</b>  Parser listener.
+
+ <ul>
+   <li><b>Name:</b> <js>"Parser.listener"</js>
+   <li><b>Data type:</b> <code>Class&lt;? extends ParserListener&gt;</code>
+   <li><b>Default:</b> <jk>null</jk>
+   <li><b>Session-overridable:</b> <jk>true</jk>
+ </ul>
+
+ <p>
+ Class used to listen for errors and warnings that occur during parsing.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#org.apache.juneau.parser.Parser.PARSER_listener">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
 <!-- ============ METHOD DETAIL ========== -->
 <ul class="blockList">
 <li class="blockList"><a name="method.detail">
@@ -384,7 +586,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>builder</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title="class in org.apache.juneau.parser">ParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.149">builder</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title="class in org.apache.juneau.parser">ParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.273">builder</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<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>
@@ -402,7 +604,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>isReaderParser</h4>
-<pre>public abstract&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.163">isReaderParser</a>()</pre>
+<pre>public abstract&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.287">isReaderParser</a>()</pre>
 <div class="block">Returns <jk>true</jk> if this parser subclasses from <a href="../../../../org/apache/juneau/parser/ReaderParser.html" title="class in org.apache.juneau.parser"><code>ReaderParser</code></a>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -416,7 +618,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>createSession</h4>
-<pre>public abstract&nbsp;<a href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in org.apache.juneau.parser">ParserSession</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.176">createSession</a>(<a href="../../../../org/apache/juneau/parser/ParserSessionArgs.html" title="class in org.apache.juneau.parser">ParserSessionArgs</a>&nbsp;args)</pre>
+<pre>public abstract&nbsp;<a href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in org.apache.juneau.parser">ParserSession</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.300">createSession</a>(<a href="../../../../org/apache/juneau/parser/ParserSessionArgs.html" title="class in org.apache.juneau.parser">ParserSessionArgs</a>&nbsp;args)</pre>
 <div class="block">Create the session object that will be passed in to the parse method.
 
  <p>
@@ -436,7 +638,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>parse</h4>
-<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.259">parse</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>&nbsp;input,
+<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.383">parse</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>&nbsp;input,
                          <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>&nbsp;type,
                          <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>...&nbsp;args)
                   throws <a href="../../../../org/apache/juneau/parser/ParseException.html" title="class in org.apache.juneau.parser">ParseException</a></pre>
@@ -489,11 +691,11 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
       <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a>
       <li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang"><code>CharSequence</code></a>
       <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> containing UTF-8 encoded text (or charset defined by
-         <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_inputStreamCharset"><code>ParserContext.PARSER_inputStreamCharset</code></a> property value).
+         <a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_inputStreamCharset"><code>PARSER_inputStreamCharset</code></a> property value).
       <li><code><jk>byte</jk>[]</code> containing UTF-8 encoded text (or charset defined by
-         <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_inputStreamCharset"><code>ParserContext.PARSER_inputStreamCharset</code></a> property value).
+         <a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_inputStreamCharset"><code>PARSER_inputStreamCharset</code></a> property value).
       <li><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a> containing system encoded text (or charset defined by
-         <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_fileCharset"><code>ParserContext.PARSER_fileCharset</code></a> property value).
+         <a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_fileCharset"><code>PARSER_fileCharset</code></a> property value).
    </ul>
    <br>Stream-based parsers can handle the following input class types:
    <ul>
@@ -524,7 +726,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>parse</h4>
-<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.303">parse</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>&nbsp;input,
+<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.427">parse</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>&nbsp;input,
                          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;type)
                   throws <a href="../../../../org/apache/juneau/parser/ParseException.html" title="class in org.apache.juneau.parser">ParseException</a></pre>
 <div class="block">Same as <a href="../../../../org/apache/juneau/parser/Parser.html#parse-java.lang.Object-java.lang.reflect.Type-java.lang.reflect.Type...-"><code>parse(Object, Type, Type...)</code></a> except optimized for a non-parameterized class.
@@ -571,7 +773,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>parse</h4>
-<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.328">parse</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>&nbsp;input,
+<pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.452">parse</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>&nbsp;input,
                          <a href="../../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a>&lt;T&gt;&nbsp;type)
                   throws <a href="../../../../org/apache/juneau/parser/ParseException.html" title="class in org.apache.juneau.parser">ParseException</a></pre>
 <div class="block">Same as <a href="../../../../org/apache/juneau/parser/Parser.html#parse-java.lang.Object-java.lang.reflect.Type-java.lang.reflect.Type...-"><code>parse(Object, Type, Type...)</code></a> except the type has already been converted into a <a href="../../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau"><code>ClassMeta</code></a>
@@ -599,7 +801,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>createSession</h4>
-<pre>public final&nbsp;<a href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in org.apache.juneau.parser">ParserSession</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.345">createSession</a>()</pre>
+<pre>public final&nbsp;<a href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in org.apache.juneau.parser">ParserSession</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.469">createSession</a>()</pre>
 <div class="block">Create a basic session object without overriding properties or specifying <code>javaMethod</code>.
 
  <p>
@@ -616,7 +818,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>createDefaultSessionArgs</h4>
-<pre>protected final&nbsp;<a href="../../../../org/apache/juneau/parser/ParserSessionArgs.html" title="class in org.apache.juneau.parser">ParserSessionArgs</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.356">createDefaultSessionArgs</a>()</pre>
+<pre>protected final&nbsp;<a href="../../../../org/apache/juneau/parser/ParserSessionArgs.html" title="class in org.apache.juneau.parser">ParserSessionArgs</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.480">createDefaultSessionArgs</a>()</pre>
 <div class="block">Creates the session arguments object that gets passed to the <a href="../../../../org/apache/juneau/parser/Parser.html#createSession-org.apache.juneau.parser.ParserSessionArgs-"><code>createSession(ParserSessionArgs)</code></a> method.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -631,7 +833,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>parseIntoMap</h4>
-<pre>public final&nbsp;&lt;K,V&gt;&nbsp;<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>&lt;K,V&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.388">parseIntoMap</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>&nbsp;input,
+<pre>public final&nbsp;&lt;K,V&gt;&nbsp;<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>&lt;K,V&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.512">parseIntoMap</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>&nbsp;input,
                                          <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>&lt;K,V&gt;&nbsp;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>&nbsp;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>&nbsp;valueType)
@@ -671,7 +873,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>parseIntoCollection</h4>
-<pre>public final&nbsp;&lt;E&gt;&nbsp;<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>&lt;E&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.417">parseIntoCollection</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>&nbsp;input,
+<pre>public final&nbsp;&lt;E&gt;&nbsp;<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>&lt;E&gt;&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.541">parseIntoCollection</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>&nbsp;input,
                                                    <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>&lt;E&gt;&nbsp;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>&nbsp;elementType)
                                             throws <a href="../../../../org/apache/juneau/parser/ParseException.html" title="class in org.apache.juneau.parser">ParseException</a></pre>
@@ -705,7 +907,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>parseArgs</h4>
-<pre>public final&nbsp;<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>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.447">parseArgs</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>&nbsp;input,
+<pre>public final&nbsp;<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>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.571">parseArgs</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>&nbsp;input,
                                 <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>[]&nbsp;argTypes)
                          throws <a href="../../../../org/apache/juneau/parser/ParseException.html" title="class in org.apache.juneau.parser">ParseException</a></pre>
 <div class="block">Parses the specified array input with each entry in the object defined by the <code>argTypes</code>
@@ -738,7 +940,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>getMediaTypes</h4>
-<pre>public final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.468">getMediaTypes</a>()</pre>
+<pre>public final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>[]&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.592">getMediaTypes</a>()</pre>
 <div class="block">Returns the media types handled based on the values passed to the <code>consumes</code> constructor parameter.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -752,7 +954,7 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getPrimaryMediaType</h4>
-<pre>public final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.477">getPrimaryMediaType</a>()</pre>
+<pre>public final&nbsp;<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/Parser.html#line.601">getPrimaryMediaType</a>()</pre>
 <div class="block">Returns the first media type handled based on the values passed to the <code>consumes</code> constructor parameter.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -813,13 +1015,13 @@ extends <a href="../../../../org/apache/juneau/CoreObject.html" title="class in
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#fields.inherited.from.class.org.apache.juneau.CoreObject">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method.detail">Method</a></li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/db550d07/content/site/apidocs/org/apache/juneau/parser/ParserBuilder.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/ParserBuilder.html b/content/site/apidocs/org/apache/juneau/parser/ParserBuilder.html
index 0aad266..c228006 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserBuilder.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserBuilder (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title>
+<title>ParserBuilder (Apache Juneau 7.0.0-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="ParserBuilder (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)";
+            parent.document.title="ParserBuilder (Apache Juneau 7.0.0-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -714,7 +714,7 @@ extends <a href="../../../../org/apache/juneau/CoreObjectBuilder.html" title="cl
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_trimStrings"><code>ParserContext.PARSER_trimStrings</code></a></dd>
+<dd><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_trimStrings"><code>Parser.PARSER_trimStrings</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -775,7 +775,7 @@ extends <a href="../../../../org/apache/juneau/CoreObjectBuilder.html" title="cl
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_strict"><code>ParserContext.PARSER_strict</code></a></dd>
+<dd><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_strict"><code>Parser.PARSER_strict</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -825,7 +825,7 @@ extends <a href="../../../../org/apache/juneau/CoreObjectBuilder.html" title="cl
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_inputStreamCharset"><code>ParserContext.PARSER_inputStreamCharset</code></a></dd>
+<dd><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_inputStreamCharset"><code>Parser.PARSER_inputStreamCharset</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -864,7 +864,7 @@ extends <a href="../../../../org/apache/juneau/CoreObjectBuilder.html" title="cl
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_fileCharset"><code>ParserContext.PARSER_fileCharset</code></a></dd>
+<dd><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_fileCharset"><code>Parser.PARSER_fileCharset</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -892,7 +892,7 @@ extends <a href="../../../../org/apache/juneau/CoreObjectBuilder.html" title="cl
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_listener"><code>ParserContext.PARSER_listener</code></a></dd>
+<dd><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_listener"><code>Parser.PARSER_listener</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -2687,7 +2687,7 @@ extends <a href="../../../../org/apache/juneau/CoreObjectBuilder.html" title="cl
       When bean getters throws exceptions, the exception includes the object stack information
       in order to determine how that method was invoked.
    <li>
-      Enables <a href="../../../../org/apache/juneau/serializer/SerializerContext.html#SERIALIZER_detectRecursions"><code>SerializerContext.SERIALIZER_detectRecursions</code></a>.
+      Enables <a href="../../../../org/apache/juneau/serializer/Serializer.html#SERIALIZER_detectRecursions"><code>Serializer.SERIALIZER_detectRecursions</code></a>.
  </ul>
 
  <p>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/db550d07/content/site/apidocs/org/apache/juneau/parser/ParserContext.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/ParserContext.html b/content/site/apidocs/org/apache/juneau/parser/ParserContext.html
index eb246f3..3fb9a7c 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserContext.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserContext.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserContext (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title>
+<title>ParserContext (Apache Juneau 7.0.0-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="ParserContext (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)";
+            parent.document.title="ParserContext (Apache Juneau 7.0.0-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -74,13 +74,13 @@ var activeTableTab = "activeTableTab";
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#fields.inherited.from.class.org.apache.juneau.BeanContext">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.detail">Method</a></li>
 </ul>
@@ -122,9 +122,9 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.21">ParserContext</a>
+<pre>public class <a href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.22">ParserContext</a>
 extends <a href="../../../../org/apache/juneau/BeanContext.html" title="class in org.apache.juneau">BeanContext</a></pre>
-<div class="block">Configurable properties common to all parsers.</div>
+<div class="block">Contains a snapshot-in-time read-only copy of the settings on the <a href="../../../../org/apache/juneau/parser/Parser.html" title="class in org.apache.juneau.parser"><code>Parser</code></a> class.</div>
 </li>
 </ul>
 </div>
@@ -137,49 +137,6 @@ extends <a href="../../../../org/apache/juneau/BeanContext.html" title="class in
 <!--   -->
 </a>
 <h3>Field Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
-<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected static <a href="../../../../org/apache/juneau/parser/ParserContext.html" title="class in org.apache.juneau.parser">ParserContext</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserContext.html#DEFAULT">DEFAULT</a></span></code>
-<div class="block">Default context with all default values.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_fileCharset">PARSER_fileCharset</a></span></code>
-<div class="block"><b>Configuration property:</b>  File charset.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_inputStreamCharset">PARSER_inputStreamCharset</a></span></code>
-<div class="block"><b>Configuration property:</b>  Input stream charset.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_listener">PARSER_listener</a></span></code>
-<div class="block"><b>Configuration property:</b>  Parser listener.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_strict">PARSER_strict</a></span></code>
-<div class="block"><b>Configuration property:</b>  Strict mode.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_trimStrings">PARSER_trimStrings</a></span></code>
-<div class="block"><b>Configuration property:</b>  Trim parsed strings.</div>
-</td>
-</tr>
-</table>
 <ul class="blockList">
 <li class="blockList"><a name="fields.inherited.from.class.org.apache.juneau.BeanContext">
 <!--   -->
@@ -256,181 +213,6 @@ extends <a href="../../../../org/apache/juneau/BeanContext.html" title="class in
 <div class="details">
 <ul class="blockList">
 <li class="blockList">
-<!-- ============ FIELD DETAIL =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field.detail">
-<!--   -->
-</a>
-<h3>Field Detail</h3>
-<a name="DEFAULT">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>DEFAULT</h4>
-<pre>protected static final&nbsp;<a href="../../../../org/apache/juneau/parser/ParserContext.html" title="class in org.apache.juneau.parser">ParserContext</a> <a href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.27">DEFAULT</a></pre>
-<div class="block">Default context with all default values.</div>
-</li>
-</ul>
-<a name="PARSER_trimStrings">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>PARSER_trimStrings</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.43">PARSER_trimStrings</a></pre>
-<div class="block"><b>Configuration property:</b>  Trim parsed strings.
-
- <ul>
-   <li><b>Name:</b> <js>"Parser.trimStrings"</js>
-   <li><b>Data type:</b> <code>Boolean</code>
-   <li><b>Default:</b> <jk>false</jk>
-   <li><b>Session-overridable:</b> <jk>true</jk>
- </ul>
-
- <p>
- If <jk>true</jk>, string values will be trimmed of whitespace using <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true#trim--" title="class or interface in java.lang"><code>String.trim()</code></a> before being added to
- the POJO.</div>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../constant-values.html#org.apache.juneau.parser.ParserContext.PARSER_trimStrings">Constant Field Values</a></dd>
-</dl>
-</li>
-</ul>
-<a name="PARSER_strict">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>PARSER_strict</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.85">PARSER_strict</a></pre>
-<div class="block"><b>Configuration property:</b>  Strict mode.
-
- <ul>
-   <li><b>Name:</b> <js>"Parser.strict"</js>
-   <li><b>Data type:</b> <code>Boolean</code>
-   <li><b>Default:</b> <jk>false</jk>
-   <li><b>Session-overridable:</b> <jk>true</jk>
- </ul>
- <p>
- If <jk>true</jk>, strict mode for the parser is enabled.
-
- <p>
- Strict mode can mean different things for different parsers.
-
- <table class='styled'>
-   <tr><th>Parser class</th><th>Strict behavior</th></tr>
-   <tr>
-      <td>All reader-based parsers</td>
-      <td>
-         When enabled, throws <a href="../../../../org/apache/juneau/parser/ParseException.html" title="class in org.apache.juneau.parser"><code>ParseExceptions</code></a> on malformed charset input.
-         Otherwise, malformed input is ignored.
-      </td>
-   </tr>
-   <tr>
-      <td><a href="../../../../org/apache/juneau/json/JsonParser.html" title="class in org.apache.juneau.json"><code>JsonParser</code></a></td>
-      <td>
-         When enabled, throws exceptions on the following invalid JSON syntax:
-         <ul>
-            <li>Unquoted attributes.
-            <li>Missing attribute values.
-            <li>Concatenated strings.
-            <li>Javascript comments.
-            <li>Numbers and booleans when Strings are expected.
-            <li>Numbers valid in Java but not JSON (e.g. octal notation, etc...)
-         </ul>
-      </td>
-   </tr>
- </table></div>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../constant-values.html#org.apache.juneau.parser.ParserContext.PARSER_strict">Constant Field Values</a></dd>
-</dl>
-</li>
-</ul>
-<a name="PARSER_inputStreamCharset">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>PARSER_inputStreamCharset</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.103">PARSER_inputStreamCharset</a></pre>
-<div class="block"><b>Configuration property:</b>  Input stream charset.
-
- <ul>
-   <li><b>Name:</b> <js>"Parser.inputStreamCharset"</js>
-   <li><b>Data type:</b> <code>String</code>
-   <li><b>Default:</b> <js>"UTF-8"</js>
-   <li><b>Session-overridable:</b> <jk>true</jk>
- </ul>
-
- <p>
- The character set to use for converting <code>InputStreams</code> and byte arrays to readers.
-
- <p>
- Used when passing in input streams and byte arrays to <a href="../../../../org/apache/juneau/parser/Parser.html#parse-java.lang.Object-java.lang.Class-"><code>Parser.parse(Object, Class)</code></a>.</div>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../constant-values.html#org.apache.juneau.parser.ParserContext.PARSER_inputStreamCharset">Constant Field Values</a></dd>
-</dl>
-</li>
-</ul>
-<a name="PARSER_fileCharset">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>PARSER_fileCharset</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.124">PARSER_fileCharset</a></pre>
-<div class="block"><b>Configuration property:</b>  File charset.
-
- <ul>
-   <li><b>Name:</b> <js>"Parser.fileCharset"</js>
-   <li><b>Data type:</b> <code>String</code>
-   <li><b>Default:</b> <js>"default"</js>
-   <li><b>Session-overridable:</b> <jk>true</jk>
- </ul>
-
- <p>
- The character set to use for reading <code>Files</code> from the file system.
-
- <p>
- Used when passing in files to <a href="../../../../org/apache/juneau/parser/Parser.html#parse-java.lang.Object-java.lang.Class-"><code>Parser.parse(Object, Class)</code></a>.
-
- <p>
- <js>"default"</js> can be used to indicate the JVM default file system charset.</div>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../constant-values.html#org.apache.juneau.parser.ParserContext.PARSER_fileCharset">Constant Field Values</a></dd>
-</dl>
-</li>
-</ul>
-<a name="PARSER_listener">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>PARSER_listener</h4>
-<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.139">PARSER_listener</a></pre>
-<div class="block"><b>Configuration property:</b>  Parser listener.
-
- <ul>
-   <li><b>Name:</b> <js>"Parser.listener"</js>
-   <li><b>Data type:</b> <code>Class&lt;? extends ParserListener&gt;</code>
-   <li><b>Default:</b> <jk>null</jk>
-   <li><b>Session-overridable:</b> <jk>true</jk>
- </ul>
-
- <p>
- Class used to listen for errors and warnings that occur during parsing.</div>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../constant-values.html#org.apache.juneau.parser.ParserContext.PARSER_listener">Constant Field Values</a></dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor.detail">
@@ -443,7 +225,7 @@ extends <a href="../../../../org/apache/juneau/BeanContext.html" title="class in
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ParserContext</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.151">ParserContext</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a>&nbsp;ps)</pre>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.41">ParserContext</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a>&nbsp;ps)</pre>
 <div class="block">Constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -465,7 +247,7 @@ extends <a href="../../../../org/apache/juneau/BeanContext.html" title="class in
 <ul class="blockListLast">
 <li class="blockList">
 <h4>asMap</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.161">asMap</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.51">asMap</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/Context.html#asMap--">Context</a></code></span></div>
 <div class="block">Returns the properties defined on this bean context as a simple map for debugging purposes.</div>
 <dl>
@@ -529,13 +311,13 @@ extends <a href="../../../../org/apache/juneau/BeanContext.html" title="class in
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#fields.inherited.from.class.org.apache.juneau.BeanContext">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method.detail">Method</a></li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/db550d07/content/site/apidocs/org/apache/juneau/parser/ParserGroup.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/ParserGroup.html b/content/site/apidocs/org/apache/juneau/parser/ParserGroup.html
index 226ae9a..daaa224 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserGroup.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserGroup.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserGroup (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title>
+<title>ParserGroup (Apache Juneau 7.0.0-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="ParserGroup (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)";
+            parent.document.title="ParserGroup (Apache Juneau 7.0.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/db550d07/content/site/apidocs/org/apache/juneau/parser/ParserGroupBuilder.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/ParserGroupBuilder.html b/content/site/apidocs/org/apache/juneau/parser/ParserGroupBuilder.html
index a68f923..39b177b 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserGroupBuilder.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserGroupBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserGroupBuilder (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title>
+<title>ParserGroupBuilder (Apache Juneau 7.0.0-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="ParserGroupBuilder (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)";
+            parent.document.title="ParserGroupBuilder (Apache Juneau 7.0.0-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -288,7 +288,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <tr id="i21" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html#fileCharset-java.lang.String-">fileCharset</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
-<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_fileCharset"><code>ParserContext.PARSER_fileCharset</code></a> property on all parsers in this group.</div>
+<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_fileCharset"><code>Parser.PARSER_fileCharset</code></a> property on all parsers in this group.</div>
 </td>
 </tr>
 <tr id="i22" class="altColor">
@@ -337,13 +337,13 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <tr id="i29" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html#inputStreamCharset-java.lang.String-">inputStreamCharset</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
-<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_inputStreamCharset"><code>ParserContext.PARSER_inputStreamCharset</code></a> property on all parsers in this group.</div>
+<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_inputStreamCharset"><code>Parser.PARSER_inputStreamCharset</code></a> property on all parsers in this group.</div>
 </td>
 </tr>
 <tr id="i30" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html#listener-java.lang.Class-">listener</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/parser/ParserListener.html" title="class in org.apache.juneau.parser">ParserListener</a>&gt;&nbsp;value)</code>
-<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_listener"><code>ParserContext.PARSER_listener</code></a> property on all parsers in this group.</div>
+<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_listener"><code>Parser.PARSER_listener</code></a> property on all parsers in this group.</div>
 </td>
 </tr>
 <tr id="i31" class="rowColor">
@@ -564,7 +564,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <tr id="i66" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html#strict-boolean-">strict</a></span>(boolean&nbsp;value)</code>
-<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_strict"><code>ParserContext.PARSER_strict</code></a> property on all parsers in this group.</div>
+<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_strict"><code>Parser.PARSER_strict</code></a> property on all parsers in this group.</div>
 </td>
 </tr>
 <tr id="i67" class="rowColor">
@@ -576,7 +576,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <tr id="i68" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html#trimStrings-boolean-">trimStrings</a></span>(boolean&nbsp;value)</code>
-<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_trimStrings"><code>ParserContext.PARSER_trimStrings</code></a> property on all parsers in this group.</div>
+<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_trimStrings"><code>Parser.PARSER_trimStrings</code></a> property on all parsers in this group.</div>
 </td>
 </tr>
 <tr id="i69" class="rowColor">
@@ -854,14 +854,14 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <li class="blockList">
 <h4>trimStrings</h4>
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.216">trimStrings</a>(boolean&nbsp;value)</pre>
-<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_trimStrings"><code>ParserContext.PARSER_trimStrings</code></a> property on all parsers in this group.</div>
+<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_trimStrings"><code>Parser.PARSER_trimStrings</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>value</code> - The new value for this property.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_trimStrings"><code>ParserContext.PARSER_trimStrings</code></a></dd>
+<dd><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_trimStrings"><code>Parser.PARSER_trimStrings</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -872,14 +872,14 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <li class="blockList">
 <h4>strict</h4>
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.227">strict</a>(boolean&nbsp;value)</pre>
-<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_strict"><code>ParserContext.PARSER_strict</code></a> property on all parsers in this group.</div>
+<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_strict"><code>Parser.PARSER_strict</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>value</code> - The new value for this property.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_strict"><code>ParserContext.PARSER_strict</code></a></dd>
+<dd><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_strict"><code>Parser.PARSER_strict</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -890,14 +890,14 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <li class="blockList">
 <h4>inputStreamCharset</h4>
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.238">inputStreamCharset</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
-<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_inputStreamCharset"><code>ParserContext.PARSER_inputStreamCharset</code></a> property on all parsers in this group.</div>
+<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_inputStreamCharset"><code>Parser.PARSER_inputStreamCharset</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>value</code> - The new value for this property.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_inputStreamCharset"><code>ParserContext.PARSER_inputStreamCharset</code></a></dd>
+<dd><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_inputStreamCharset"><code>Parser.PARSER_inputStreamCharset</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -908,14 +908,14 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <li class="blockList">
 <h4>fileCharset</h4>
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.249">fileCharset</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
-<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_fileCharset"><code>ParserContext.PARSER_fileCharset</code></a> property on all parsers in this group.</div>
+<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_fileCharset"><code>Parser.PARSER_fileCharset</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>value</code> - The new value for this property.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_fileCharset"><code>ParserContext.PARSER_fileCharset</code></a></dd>
+<dd><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_fileCharset"><code>Parser.PARSER_fileCharset</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -926,14 +926,14 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <li class="blockList">
 <h4>listener</h4>
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.260">listener</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/juneau/parser/ParserListener.html" title="class in org.apache.juneau.parser">ParserListener</a>&gt;&nbsp;value)</pre>
-<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_listener"><code>ParserContext.PARSER_listener</code></a> property on all parsers in this group.</div>
+<div class="block">Sets the <a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_listener"><code>Parser.PARSER_listener</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>value</code> - The new value for this property.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_listener"><code>ParserContext.PARSER_listener</code></a></dd>
+<dd><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_listener"><code>Parser.PARSER_listener</code></a></dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/db550d07/content/site/apidocs/org/apache/juneau/parser/ParserListener.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/ParserListener.html b/content/site/apidocs/org/apache/juneau/parser/ParserListener.html
index 092ed70..5b37eb0 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserListener.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserListener.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserListener (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title>
+<title>ParserListener (Apache Juneau 7.0.0-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="ParserListener (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)";
+            parent.document.title="ParserListener (Apache Juneau 7.0.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/db550d07/content/site/apidocs/org/apache/juneau/parser/ParserMatch.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/ParserMatch.html b/content/site/apidocs/org/apache/juneau/parser/ParserMatch.html
index 2f722e6..1816b1c 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserMatch.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserMatch.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserMatch (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title>
+<title>ParserMatch (Apache Juneau 7.0.0-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="ParserMatch (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)";
+            parent.document.title="ParserMatch (Apache Juneau 7.0.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/db550d07/content/site/apidocs/org/apache/juneau/parser/ParserPipe.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/ParserPipe.html b/content/site/apidocs/org/apache/juneau/parser/ParserPipe.html
index 3e4ba39..d1c8be9 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserPipe.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserPipe.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserPipe (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title>
+<title>ParserPipe (Apache Juneau 7.0.0-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="ParserPipe (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)";
+            parent.document.title="ParserPipe (Apache Juneau 7.0.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/db550d07/content/site/apidocs/org/apache/juneau/parser/ParserReader.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/ParserReader.html b/content/site/apidocs/org/apache/juneau/parser/ParserReader.html
index 20b1a0d..12981b4 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserReader.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserReader.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParserReader (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)</title>
+<title>ParserReader (Apache Juneau 7.0.0-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="ParserReader (Apache Juneau (incubating) 6.4.1-incubating-SNAPSHOT)";
+            parent.document.title="ParserReader (Apache Juneau 7.0.0-SNAPSHOT)";
         }
     }
     catch(err) {