http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5c161ab6/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 4c9cc8d..2f248de 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserContext.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserContext.html
@@ -157,11 +157,17 @@ extends <a
href="../../../../org/apache/juneau/BeanContext.html" title="class in
</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_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/ParserContext.html#PARSER_strict">PARSER_strict</a></span></code>
<div class="block"><b>Configuration property:</b> Strict mode.</div>
</td>
</tr>
-<tr class="rowColor">
+<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_trimStrings">PARSER_trimStrings</a></span></code>
<div class="block"><b>Configuration property:</b> Trim parsed strings.</div>
@@ -352,7 +358,7 @@ extends <a
href="../../../../org/apache/juneau/BeanContext.html" title="class in
<a name="PARSER_fileCharset">
<!-- -->
</a>
-<ul class="blockListLast">
+<ul class="blockList">
<li class="blockList">
<h4>PARSER_fileCharset</h4>
<pre>public static final <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.111">PARSER_fileCharset</a></pre>
@@ -376,6 +382,29 @@ extends <a
href="../../../../org/apache/juneau/BeanContext.html" title="class in
</dl>
</li>
</ul>
+<a name="PARSER_listener">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>PARSER_listener</h4>
+<pre>public static final <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.125">PARSER_listener</a></pre>
+<div class="block"><b>Configuration property:</b> Parser listener.
+ <p>
+ <ul>
+ <li><b>Name:</b> <js>"Parser.listener"</js>
+ <li><b>Data type:</b> <code>Class<? extends ParserListener></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 ======== -->
@@ -390,7 +419,7 @@ extends <a
href="../../../../org/apache/juneau/BeanContext.html" title="class in
<ul class="blockListLast">
<li class="blockList">
<h4>ParserContext</h4>
-<pre>public <a
href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.122">ParserContext</a>(<a
href="../../../../org/apache/juneau/PropertyStore.html" title="class in
org.apache.juneau">PropertyStore</a> ps)</pre>
+<pre>public <a
href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.137">ParserContext</a>(<a
href="../../../../org/apache/juneau/PropertyStore.html" title="class in
org.apache.juneau">PropertyStore</a> ps)</pre>
<div class="block">Constructor.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -412,7 +441,7 @@ extends <a
href="../../../../org/apache/juneau/BeanContext.html" title="class in
<ul class="blockListLast">
<li class="blockList">
<h4>asMap</h4>
-<pre>public <a href="../../../../org/apache/juneau/ObjectMap.html"
title="class in org.apache.juneau">ObjectMap</a> <a
href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.131">asMap</a>()</pre>
+<pre>public <a href="../../../../org/apache/juneau/ObjectMap.html"
title="class in org.apache.juneau">ObjectMap</a> <a
href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.147">asMap</a>()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from
class: <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>