http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/f635b869/content/site/apidocs/org/apache/juneau/xml/XmlParser.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlParser.html 
b/content/site/apidocs/org/apache/juneau/xml/XmlParser.html
index 0bd1a98..35b173c 100644
--- a/content/site/apidocs/org/apache/juneau/xml/XmlParser.html
+++ b/content/site/apidocs/org/apache/juneau/xml/XmlParser.html
@@ -834,7 +834,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>createSession</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/xml/XmlParserSession.html" title="class in 
org.apache.juneau.xml">XmlParserSession</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.507">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>&nbsp;input,
+<pre>public&nbsp;<a 
href="../../../../org/apache/juneau/xml/XmlParserSession.html" title="class in 
org.apache.juneau.xml">XmlParserSession</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.499">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>&nbsp;input,
                                       <a 
href="../../../../org/apache/juneau/ObjectMap.html" title="class in 
org.apache.juneau">ObjectMap</a>&nbsp;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>&nbsp;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>&nbsp;outer,
@@ -872,7 +872,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>doParse</h4>
-<pre>protected&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.512">doParse</a>(<a
 href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;session,
+<pre>protected&nbsp;&lt;T&gt;&nbsp;T&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.504">doParse</a>(<a
 href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;session,
                         <a href="../../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;T&gt;&nbsp;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:&nbsp;<code><a 
href="../../../../org/apache/juneau/parser/Parser.html#doParse-org.apache.juneau.parser.ParserSession-org.apache.juneau.ClassMeta-">Parser</a></code></span></div>
@@ -901,7 +901,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>doParseIntoMap</h4>
-<pre>protected&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/xml/XmlParser.html#line.518">doParseIntoMap</a>(<a
 href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;session,
+<pre>protected&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/xml/XmlParser.html#line.510">doParseIntoMap</a>(<a
 href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;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>&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)
@@ -931,7 +931,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>doParseIntoCollection</h4>
-<pre>protected&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/xml/XmlParser.html#line.525">doParseIntoCollection</a>(<a
 href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;session,
+<pre>protected&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/xml/XmlParser.html#line.517">doParseIntoCollection</a>(<a
 href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;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>&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="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>
@@ -959,7 +959,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>doParseArgs</h4>
-<pre>protected&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/xml/XmlParser.html#line.532">doParseArgs</a>(<a
 href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;session,
+<pre>protected&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/xml/XmlParser.html#line.524">doParseArgs</a>(<a
 href="../../../../org/apache/juneau/parser/ParserSession.html" title="class in 
org.apache.juneau.parser">ParserSession</a>&nbsp;session,
                                <a 
href="../../../../org/apache/juneau/ClassMeta.html" title="class in 
org.apache.juneau">ClassMeta</a>&lt;?&gt;[]&nbsp;argTypes)
                         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:&nbsp;<code><a 
href="../../../../org/apache/juneau/parser/Parser.html#doParseArgs-org.apache.juneau.parser.ParserSession-org.apache.juneau.ClassMeta:A-">Parser</a></code></span></div>
@@ -985,7 +985,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setValidating</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.567">setValidating</a>(boolean&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.559">setValidating</a>(boolean&nbsp;value)
                         throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><b>Configuration property:</b>  Enable validation.
  <p>
@@ -1023,7 +1023,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setReporter</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.600">setReporter</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/javax/xml/stream/XMLReporter.html?is-external=true";
 title="class or interface in javax.xml.stream">XMLReporter</a>&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.592">setReporter</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/javax/xml/stream/XMLReporter.html?is-external=true";
 title="class or interface in javax.xml.stream">XMLReporter</a>&nbsp;value)
                       throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><b>Configuration property:</b>  XML reporter.
  <p>
@@ -1065,7 +1065,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setResolver</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.628">setResolver</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/javax/xml/stream/XMLResolver.html?is-external=true";
 title="class or interface in javax.xml.stream">XMLResolver</a>&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.620">setResolver</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/javax/xml/stream/XMLResolver.html?is-external=true";
 title="class or interface in javax.xml.stream">XMLResolver</a>&nbsp;value)
                       throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><b>Configuration property:</b>  XML resolver.
  <p>
@@ -1102,7 +1102,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setEventAllocator</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.656">setEventAllocator</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/javax/xml/stream/util/XMLEventAllocator.html?is-external=true";
 title="class or interface in 
javax.xml.stream.util">XMLEventAllocator</a>&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.648">setEventAllocator</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/javax/xml/stream/util/XMLEventAllocator.html?is-external=true";
 title="class or interface in 
javax.xml.stream.util">XMLEventAllocator</a>&nbsp;value)
                             throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><b>Configuration property:</b>  XML event allocator.
  <p>
@@ -1139,7 +1139,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setPreserveRootElement</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.697">setPreserveRootElement</a>(boolean&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.689">setPreserveRootElement</a>(boolean&nbsp;value)
                                  throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><b>Configuration property:</b>  Preserve root element 
during generalized parsing.
  <p>
@@ -1189,7 +1189,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setTrimStrings</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.702">setTrimStrings</a>(boolean&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.694">setTrimStrings</a>(boolean&nbsp;value)
                          throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/parser/Parser.html#setTrimStrings-boolean-">Parser</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Trim parsed strings.
@@ -1227,7 +1227,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setStrict</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.708">setStrict</a>(boolean&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.700">setStrict</a>(boolean&nbsp;value)
                     throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/parser/Parser.html#setStrict-boolean-">Parser</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Strict mode.
@@ -1292,7 +1292,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setInputStreamCharset</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.714">setInputStreamCharset</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>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.706">setInputStreamCharset</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)
                                 throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/parser/Parser.html#setInputStreamCharset-java.lang.String-">Parser</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Input stream charset.
@@ -1332,7 +1332,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setFileCharset</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.720">setFileCharset</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>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.712">setFileCharset</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)
                          throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/parser/Parser.html#setFileCharset-java.lang.String-">Parser</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  File charset.
@@ -1374,7 +1374,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setBeansRequireDefaultConstructor</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.726">setBeansRequireDefaultConstructor</a>(boolean&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.718">setBeansRequireDefaultConstructor</a>(boolean&nbsp;value)
                                             throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setBeansRequireDefaultConstructor-boolean-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Beans require no-arg 
constructors.
@@ -1415,7 +1415,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setBeansRequireSerializable</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.732">setBeansRequireSerializable</a>(boolean&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.724">setBeansRequireSerializable</a>(boolean&nbsp;value)
                                       throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setBeansRequireSerializable-boolean-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Beans require <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io"><code>Serializable</code></a> interface.
@@ -1456,7 +1456,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setBeansRequireSettersForGetters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.738">setBeansRequireSettersForGetters</a>(boolean&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.730">setBeansRequireSettersForGetters</a>(boolean&nbsp;value)
                                            throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setBeansRequireSettersForGetters-boolean-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Beans require setters for 
getters.
@@ -1495,7 +1495,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setBeansRequireSomeProperties</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.744">setBeansRequireSomeProperties</a>(boolean&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.736">setBeansRequireSomeProperties</a>(boolean&nbsp;value)
                                         throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setBeansRequireSomeProperties-boolean-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Beans require at least one 
property.
@@ -1536,7 +1536,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setBeanMapPutReturnsOldValue</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.750">setBeanMapPutReturnsOldValue</a>(boolean&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.742">setBeanMapPutReturnsOldValue</a>(boolean&nbsp;value)
                                        throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setBeanMapPutReturnsOldValue-boolean-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  <a 
href="../../../../org/apache/juneau/BeanMap.html#put-java.lang.String-java.lang.Object-"><code>BeanMap.put()</code></a>
 method will return old property value.
@@ -1577,7 +1577,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setBeanConstructorVisibility</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.756">setBeanConstructorVisibility</a>(<a
 href="../../../../org/apache/juneau/Visibility.html" title="enum in 
org.apache.juneau">Visibility</a>&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.748">setBeanConstructorVisibility</a>(<a
 href="../../../../org/apache/juneau/Visibility.html" title="enum in 
org.apache.juneau">Visibility</a>&nbsp;value)
                                        throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setBeanConstructorVisibility-org.apache.juneau.Visibility-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Look for bean constructors 
with the specified minimum visibility.
@@ -1617,7 +1617,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setBeanClassVisibility</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.762">setBeanClassVisibility</a>(<a
 href="../../../../org/apache/juneau/Visibility.html" title="enum in 
org.apache.juneau">Visibility</a>&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.754">setBeanClassVisibility</a>(<a
 href="../../../../org/apache/juneau/Visibility.html" title="enum in 
org.apache.juneau">Visibility</a>&nbsp;value)
                                  throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setBeanClassVisibility-org.apache.juneau.Visibility-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Look for bean classes with 
the specified minimum visibility.
@@ -1657,7 +1657,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setBeanFieldVisibility</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.768">setBeanFieldVisibility</a>(<a
 href="../../../../org/apache/juneau/Visibility.html" title="enum in 
org.apache.juneau">Visibility</a>&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.760">setBeanFieldVisibility</a>(<a
 href="../../../../org/apache/juneau/Visibility.html" title="enum in 
org.apache.juneau">Visibility</a>&nbsp;value)
                                  throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setBeanFieldVisibility-org.apache.juneau.Visibility-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Look for bean fields with 
the specified minimum visibility.
@@ -1698,7 +1698,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setMethodVisibility</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.774">setMethodVisibility</a>(<a
 href="../../../../org/apache/juneau/Visibility.html" title="enum in 
org.apache.juneau">Visibility</a>&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.766">setMethodVisibility</a>(<a
 href="../../../../org/apache/juneau/Visibility.html" title="enum in 
org.apache.juneau">Visibility</a>&nbsp;value)
                               throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setMethodVisibility-org.apache.juneau.Visibility-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Look for bean methods with 
the specified minimum visibility.
@@ -1739,7 +1739,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setUseJavaBeanIntrospector</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.780">setUseJavaBeanIntrospector</a>(boolean&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.772">setUseJavaBeanIntrospector</a>(boolean&nbsp;value)
                                      throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setUseJavaBeanIntrospector-boolean-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Use Java <a 
href="http://docs.oracle.com/javase/7/docs/api/java/beans/Introspector.html?is-external=true";
 title="class or interface in java.beans"><code>Introspector</code></a> for 
determining bean properties.
@@ -1778,7 +1778,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setUseInterfaceProxies</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.786">setUseInterfaceProxies</a>(boolean&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.778">setUseInterfaceProxies</a>(boolean&nbsp;value)
                                  throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setUseInterfaceProxies-boolean-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Use interface proxies.
@@ -1817,7 +1817,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setIgnoreUnknownBeanProperties</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.792">setIgnoreUnknownBeanProperties</a>(boolean&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.784">setIgnoreUnknownBeanProperties</a>(boolean&nbsp;value)
                                          throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setIgnoreUnknownBeanProperties-boolean-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Ignore unknown properties.
@@ -1856,7 +1856,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setIgnoreUnknownNullBeanProperties</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.798">setIgnoreUnknownNullBeanProperties</a>(boolean&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.790">setIgnoreUnknownNullBeanProperties</a>(boolean&nbsp;value)
                                              throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setIgnoreUnknownNullBeanProperties-boolean-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Ignore unknown properties 
with null values.
@@ -1895,7 +1895,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setIgnorePropertiesWithoutSetters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.804">setIgnorePropertiesWithoutSetters</a>(boolean&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.796">setIgnorePropertiesWithoutSetters</a>(boolean&nbsp;value)
                                             throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setIgnorePropertiesWithoutSetters-boolean-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Ignore properties without 
setters.
@@ -1934,7 +1934,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setIgnoreInvocationExceptionsOnGetters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.810">setIgnoreInvocationExceptionsOnGetters</a>(boolean&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.802">setIgnoreInvocationExceptionsOnGetters</a>(boolean&nbsp;value)
                                                  throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setIgnoreInvocationExceptionsOnGetters-boolean-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Ignore invocation errors on 
getters.
@@ -1973,7 +1973,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setIgnoreInvocationExceptionsOnSetters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.816">setIgnoreInvocationExceptionsOnSetters</a>(boolean&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.808">setIgnoreInvocationExceptionsOnSetters</a>(boolean&nbsp;value)
                                                  throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setIgnoreInvocationExceptionsOnSetters-boolean-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Ignore invocation errors on 
setters.
@@ -2012,7 +2012,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setSortProperties</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.822">setSortProperties</a>(boolean&nbsp;value)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.814">setSortProperties</a>(boolean&nbsp;value)
                             throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setSortProperties-boolean-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Sort bean properties in 
alphabetical order.
@@ -2057,7 +2057,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setNotBeanPackages</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.828">setNotBeanPackages</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;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.820">setNotBeanPackages</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;values)
                              throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setNotBeanPackages-java.lang.String...-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Packages whose classes 
should not be considered beans.
@@ -2109,7 +2109,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setNotBeanPackages</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.834">setNotBeanPackages</a>(<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;<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>&gt;&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.826">setNotBeanPackages</a>(<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;<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>&gt;&nbsp;values)
                              throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setNotBeanPackages-java.util.Collection-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Packages whose classes 
should not be considered beans.
@@ -2135,7 +2135,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>addNotBeanPackages</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.840">addNotBeanPackages</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;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.832">addNotBeanPackages</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;values)
                              throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#addNotBeanPackages-java.lang.String...-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Add to packages whose 
classes should not be considered beans.
@@ -2165,7 +2165,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>addNotBeanPackages</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.846">addNotBeanPackages</a>(<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;<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>&gt;&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.838">addNotBeanPackages</a>(<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;<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>&gt;&nbsp;values)
                              throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#addNotBeanPackages-java.util.Collection-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Add to packages whose 
classes should not be considered beans.
@@ -2191,7 +2191,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>removeNotBeanPackages</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.852">removeNotBeanPackages</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;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.844">removeNotBeanPackages</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;values)
                                 throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#removeNotBeanPackages-java.lang.String...-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Remove from packages whose 
classes should not be considered beans.
@@ -2222,7 +2222,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>removeNotBeanPackages</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.858">removeNotBeanPackages</a>(<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;<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>&gt;&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.850">removeNotBeanPackages</a>(<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;<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>&gt;&nbsp;values)
                                 throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#removeNotBeanPackages-java.util.Collection-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Remove from packages whose 
classes should not be considered beans.
@@ -2249,7 +2249,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setNotBeanClasses</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.864">setNotBeanClasses</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;?&gt;...&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.856">setNotBeanClasses</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;?&gt;...&nbsp;values)
                             throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setNotBeanClasses-java.lang.Class...-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Classes to be excluded from 
consideration as being beans.
@@ -2288,7 +2288,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setNotBeanClasses</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.870">setNotBeanClasses</a>(<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;<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;?&gt;&gt;&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.862">setNotBeanClasses</a>(<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;<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;?&gt;&gt;&nbsp;values)
                             throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setNotBeanClasses-java.util.Collection-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Classes to be excluded from 
consideration as being beans.
@@ -2314,7 +2314,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>addNotBeanClasses</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.876">addNotBeanClasses</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;?&gt;...&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.868">addNotBeanClasses</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;?&gt;...&nbsp;values)
                             throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#addNotBeanClasses-java.lang.Class...-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Add to classes that should 
not be considered beans.
@@ -2345,7 +2345,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>addNotBeanClasses</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.882">addNotBeanClasses</a>(<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;<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;?&gt;&gt;&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.874">addNotBeanClasses</a>(<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;<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;?&gt;&gt;&nbsp;values)
                             throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#addNotBeanClasses-java.util.Collection-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Add to classes that should 
not be considered beans.
@@ -2372,7 +2372,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>removeNotBeanClasses</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.888">removeNotBeanClasses</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;?&gt;...&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.880">removeNotBeanClasses</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;?&gt;...&nbsp;values)
                                throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#removeNotBeanClasses-java.lang.Class...-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Remove from classes that 
should not be considered beans.
@@ -2403,7 +2403,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>removeNotBeanClasses</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.894">removeNotBeanClasses</a>(<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;<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;?&gt;&gt;&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.886">removeNotBeanClasses</a>(<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;<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;?&gt;&gt;&nbsp;values)
                                throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#removeNotBeanClasses-java.util.Collection-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Remove from classes that 
should not be considered beans.
@@ -2430,7 +2430,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setBeanFilters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.900">setBeanFilters</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;?&gt;...&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.892">setBeanFilters</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;?&gt;...&nbsp;values)
                          throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setBeanFilters-java.lang.Class...-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Bean filters to apply to 
beans.
@@ -2480,7 +2480,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setBeanFilters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.906">setBeanFilters</a>(<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;<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;?&gt;&gt;&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.898">setBeanFilters</a>(<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;<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;?&gt;&gt;&nbsp;values)
                          throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setBeanFilters-java.util.Collection-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Bean filters to apply to 
beans.
@@ -2506,7 +2506,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>addBeanFilters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.912">addBeanFilters</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;?&gt;...&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.904">addBeanFilters</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;?&gt;...&nbsp;values)
                          throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#addBeanFilters-java.lang.Class...-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Add to bean filters.
@@ -2537,7 +2537,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>addBeanFilters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.918">addBeanFilters</a>(<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;<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;?&gt;&gt;&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.910">addBeanFilters</a>(<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;<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;?&gt;&gt;&nbsp;values)
                          throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#addBeanFilters-java.util.Collection-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Add to bean filters.
@@ -2564,7 +2564,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>removeBeanFilters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.924">removeBeanFilters</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;?&gt;...&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.916">removeBeanFilters</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;?&gt;...&nbsp;values)
                             throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#removeBeanFilters-java.lang.Class...-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Remove from bean filters.
@@ -2595,7 +2595,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>removeBeanFilters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.930">removeBeanFilters</a>(<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;<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;?&gt;&gt;&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.922">removeBeanFilters</a>(<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;<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;?&gt;&gt;&nbsp;values)
                             throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#removeBeanFilters-java.util.Collection-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Remove from bean filters.
@@ -2622,7 +2622,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setPojoSwaps</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.936">setPojoSwaps</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;?&gt;...&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.928">setPojoSwaps</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;?&gt;...&nbsp;values)
                        throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setPojoSwaps-java.lang.Class...-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  POJO swaps to apply to Java 
objects.
@@ -2664,7 +2664,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setPojoSwaps</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.942">setPojoSwaps</a>(<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;<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;?&gt;&gt;&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.934">setPojoSwaps</a>(<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;<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;?&gt;&gt;&nbsp;values)
                        throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setPojoSwaps-java.util.Collection-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  POJO swaps to apply to Java 
objects.
@@ -2690,7 +2690,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>addPojoSwaps</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.948">addPojoSwaps</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;?&gt;...&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.940">addPojoSwaps</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;?&gt;...&nbsp;values)
                        throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#addPojoSwaps-java.lang.Class...-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Add to POJO swaps.
@@ -2721,7 +2721,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>addPojoSwaps</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.954">addPojoSwaps</a>(<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;<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;?&gt;&gt;&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.946">addPojoSwaps</a>(<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;<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;?&gt;&gt;&nbsp;values)
                        throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#addPojoSwaps-java.util.Collection-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Add to POJO swaps.
@@ -2748,7 +2748,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>removePojoSwaps</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.960">removePojoSwaps</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;?&gt;...&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.952">removePojoSwaps</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;?&gt;...&nbsp;values)
                           throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#removePojoSwaps-java.lang.Class...-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Remove from POJO swaps.
@@ -2779,7 +2779,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>removePojoSwaps</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.966">removePojoSwaps</a>(<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;<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;?&gt;&gt;&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.958">removePojoSwaps</a>(<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;<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;?&gt;&gt;&nbsp;values)
                           throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#removePojoSwaps-java.util.Collection-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Remove from POJO swaps.
@@ -2806,7 +2806,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setImplClasses</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.972">setImplClasses</a>(<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;<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;?&gt;,<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;?&gt;&gt;&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.964">setImplClasses</a>(<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;<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;?&gt;,<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;?&gt;&gt;&nbsp;values)
                          throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setImplClasses-java.util.Map-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Implementation classes for 
interfaces and abstract classes.
@@ -2846,7 +2846,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>addImplClass</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;<a 
href="../../../../org/apache/juneau/CoreApi.html" title="class in 
org.apache.juneau">CoreApi</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.978">addImplClass</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;T&gt;&nbsp;interfaceClass,
+<pre>public&nbsp;&lt;T&gt;&nbsp;<a 
href="../../../../org/apache/juneau/CoreApi.html" title="class in 
org.apache.juneau">CoreApi</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.970">addImplClass</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;T&gt;&nbsp;interfaceClass,
                                 <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 
T&gt;&nbsp;implClass)
                          throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#addImplClass-java.lang.Class-java.lang.Class-">CoreApi</a></code></span></div>
@@ -2881,7 +2881,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setBeanDictionary</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.984">setBeanDictionary</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;?&gt;...&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.976">setBeanDictionary</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;?&gt;...&nbsp;values)
                             throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setBeanDictionary-java.lang.Class...-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Bean lookup dictionary.
@@ -2924,7 +2924,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>setBeanDictionary</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.990">setBeanDictionary</a>(<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;<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;?&gt;&gt;&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.982">setBeanDictionary</a>(<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;<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;?&gt;&gt;&nbsp;values)
                             throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#setBeanDictionary-java.util.Collection-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Bean lookup dictionary.
@@ -2950,7 +2950,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>addToBeanDictionary</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.996">addToBeanDictionary</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;?&gt;...&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.988">addToBeanDictionary</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;?&gt;...&nbsp;values)
                               throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#addToBeanDictionary-java.lang.Class...-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Add to bean dictionary.
@@ -2981,7 +2981,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>addToBeanDictionary</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.1002">addToBeanDictionary</a>(<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;<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;?&gt;&gt;&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.994">addToBeanDictionary</a>(<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;<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;?&gt;&gt;&nbsp;values)
                               throws <a 
href="../../../../org/apache/juneau/LockedException.html" title="class in 
org.apache.juneau">LockedException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/CoreApi.html#addToBeanDictionary-java.util.Collection-">CoreApi</a></code></span></div>
 <div class="block"><b>Configuration property:</b>  Add to bean dictionary.
@@ -3008,7 +3008,7 @@ extends <a 
href="../../../../org/apache/juneau/parser/ReaderParser.html" title="
 <ul class="blockList">
 <li class="blockList">
 <h4>removeFromBeanDictionary</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.1008">removeFromBeanDictionary</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;?&gt;...&nbsp;values)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlParser.html" 
title="class in org.apache.juneau.xml">XmlParser</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlParser.html#line.1000">removeFromBeanDictionary</a>(<a
 href="http://docs.oracle.com/javase/7/docs/api/j

<TRUNCATED>

Reply via email to