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/02/09 17:33:48 UTC

[14/51] [partial] incubator-juneau-website git commit: Update for 6.1.0

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/beb5f5d0/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 9bd70e1..aa4e1ce 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserContext.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserContext.html
@@ -122,42 +122,9 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.54">ParserContext</a>
+<pre>public class <a href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.21">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.
-
- <h6 class='topic' id='ConfigProperties'>Configurable properties common to all parsers</h6>
- <table class='styled' style='border-collapse: collapse;'>
-   <tr><th>Setting name</th><th>Description</th><th>Data type</th><th>Default value</th><th>Session overridable</th></tr>
-   <tr>
-      <td><a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_trimStrings"><code>PARSER_trimStrings</code></a></td>
-      <td>Trim parsed strings.</td>
-      <td><code>Boolean</code></td>
-      <td><jk>false</jk></td>
-      <td><jk>true</jk></td>
-   </tr>
-   <tr>
-      <td><a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_strict"><code>PARSER_strict</code></a></td>
-      <td>Strict mode.</td>
-      <td><code>Boolean</code></td>
-      <td><jk>false</jk></td>
-      <td><jk>true</jk></td>
-   </tr>
-   <tr>
-      <td><a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_inputStreamCharset"><code>PARSER_inputStreamCharset</code></a></td>
-      <td>Input stream charset.</td>
-      <td><code>String</code></td>
-      <td><js>"UTF-8"</js></td>
-      <td><jk>true</jk></td>
-   </tr>
-   <tr>
-      <td><a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_fileCharset"><code>PARSER_fileCharset</code></a></td>
-      <td>File charset.</td>
-      <td><code>String</code></td>
-      <td><js>"default"</js></td>
-      <td><jk>true</jk></td>
-   </tr>
- </table></div>
+<div class="block">Configurable properties common to all parsers.</div>
 </li>
 </ul>
 </div>
@@ -289,7 +256,7 @@ extends <a href="../../../../org/apache/juneau/BeanContext.html" title="class in
 <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.68">PARSER_trimStrings</a></pre>
+<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.35">PARSER_trimStrings</a></pre>
 <div class="block"><b>Configuration property:</b>  Trim parsed strings.
  <p>
  <ul>
@@ -312,7 +279,7 @@ extends <a href="../../../../org/apache/juneau/BeanContext.html" title="class in
 <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.110">PARSER_strict</a></pre>
+<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.77">PARSER_strict</a></pre>
 <div class="block"><b>Configuration property:</b>  Strict mode.
  <p>
  <ul>
@@ -363,7 +330,7 @@ extends <a href="../../../../org/apache/juneau/BeanContext.html" title="class in
 <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.126">PARSER_inputStreamCharset</a></pre>
+<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.93">PARSER_inputStreamCharset</a></pre>
 <div class="block"><b>Configuration property:</b>  Input stream charset.
  <p>
  <ul>
@@ -388,7 +355,7 @@ extends <a href="../../../../org/apache/juneau/BeanContext.html" title="class in
 <ul class="blockListLast">
 <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.144">PARSER_fileCharset</a></pre>
+<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.111">PARSER_fileCharset</a></pre>
 <div class="block"><b>Configuration property:</b>  File charset.
  <p>
  <ul>
@@ -423,7 +390,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.155">ParserContext</a>(<a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a>&nbsp;cf)</pre>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserContext.html#line.122">ParserContext</a>(<a href="../../../../org/apache/juneau/ContextFactory.html" title="class in org.apache.juneau">ContextFactory</a>&nbsp;cf)</pre>
 <div class="block">Constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -445,7 +412,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.164">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.131">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>