http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/37ddf434/content/site/apidocs/org/apache/juneau/xml/XmlWriter.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/xml/XmlWriter.html 
b/content/site/apidocs/org/apache/juneau/xml/XmlWriter.html
index 595d9e0..092e7dd 100644
--- a/content/site/apidocs/org/apache/juneau/xml/XmlWriter.html
+++ b/content/site/apidocs/org/apache/juneau/xml/XmlWriter.html
@@ -126,7 +126,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.28">XmlWriter</a>
+<pre>public class <a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.29">XmlWriter</a>
 extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html" 
title="class in org.apache.juneau.serializer">SerializerWriter</a></pre>
 <div class="block">Specialized writer for serializing XML.
  <p>
@@ -151,7 +151,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <!--   -->
 </a>
 <h3>Fields inherited from class&nbsp;org.apache.juneau.serializer.<a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html" 
title="class in org.apache.juneau.serializer">SerializerWriter</a></h3>
-<code><a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#absolutePathUriBase">absolutePathUriBase</a>,
 <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#out">out</a>,
 <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#quoteChar">quoteChar</a>,
 <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#relativeUriBase">relativeUriBase</a>,
 <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#trimStrings">trimStrings</a>,
 <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#useWhitespace">useWhitespace</a></code></li>
+<code><a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#absolutePathUriBase">absolutePathUriBase</a>,
 <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#out">out</a>,
 <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#quoteChar">quoteChar</a>,
 <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#relativeUriBase">relativeUriBase</a>,
 <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#trimStrings">trimStrings</a>,
 <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#uriContext">uriContext</a>,
 <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#useWhitespace">useWhitespace</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="fields.inherited.from.class.java.io.Writer">
@@ -174,12 +174,13 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#XmlWriter-java.io.Writer-boolean-boolean-char-java.lang.String-java.lang.String-boolean-org.apache.juneau.xml.Namespace-">XmlWriter</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out,
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#XmlWriter-java.io.Writer-boolean-boolean-char-java.lang.String-java.lang.String-org.apache.juneau.UriContext-boolean-org.apache.juneau.xml.Namespace-">XmlWriter</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out,
          boolean&nbsp;useWhitespace,
          boolean&nbsp;trimStrings,
          char&nbsp;quoteChar,
          <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;relativeUriBase,
          <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;absolutePathUriBase,
+         <a href="../../../../org/apache/juneau/UriContext.html" title="class 
in org.apache.juneau">UriContext</a>&nbsp;uriContext,
          boolean&nbsp;enableNs,
          <a href="../../../../org/apache/juneau/xml/Namespace.html" 
title="class in 
org.apache.juneau.xml">Namespace</a>&nbsp;defaultNamespace)</code>
 <div class="block">Constructor.</div>
@@ -595,18 +596,19 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a 
name="XmlWriter-java.io.Writer-boolean-boolean-char-java.lang.String-java.lang.String-boolean-org.apache.juneau.xml.Namespace-">
+<a 
name="XmlWriter-java.io.Writer-boolean-boolean-char-java.lang.String-java.lang.String-org.apache.juneau.UriContext-boolean-org.apache.juneau.xml.Namespace-">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>XmlWriter</h4>
-<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.45">XmlWriter</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out,
+<pre>public&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.48">XmlWriter</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out,
                  boolean&nbsp;useWhitespace,
                  boolean&nbsp;trimStrings,
                  char&nbsp;quoteChar,
                  <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;relativeUriBase,
                  <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;absolutePathUriBase,
+                 <a href="../../../../org/apache/juneau/UriContext.html" 
title="class in org.apache.juneau">UriContext</a>&nbsp;uriContext,
                  boolean&nbsp;enableNs,
                  <a href="../../../../org/apache/juneau/xml/Namespace.html" 
title="class in 
org.apache.juneau.xml">Namespace</a>&nbsp;defaultNamespace)</pre>
 <div class="block">Constructor.</div>
@@ -618,6 +620,8 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <dd><code>quoteChar</code> - The quote character to use for attributes.  
Should be <js>'\''</js> or <js>'"'</js>.</dd>
 <dd><code>relativeUriBase</code> - The base (e.g. 
<js>https://localhost:9443/contextPath";</js>) for relative URIs (e.g. 
<js>"my/path"</js>).</dd>
 <dd><code>absolutePathUriBase</code> - The base (e.g. 
<js>https://localhost:9443";</js>) for relative URIs with absolute paths (e.g. 
<js>"/contextPath/my/path"</js>).</dd>
+<dd><code>uriContext</code> - The URI context.
+   Identifies the current request URI used for resolution of URIs to absolute 
or root-relative form.</dd>
 <dd><code>enableNs</code> - Flag to indicate if XML namespaces are 
enabled.</dd>
 <dd><code>defaultNamespace</code> - The default namespace if XML namespaces 
are enabled.</dd>
 </dl>
@@ -637,7 +641,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>oTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.60">oTag</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;ns,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.63">oTag</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;ns,
                       <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;name,
                       boolean&nbsp;needsEncoding)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -660,7 +664,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>oTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.79">oTag</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;ns,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.82">oTag</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;ns,
                       <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;name)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Shortcut for <code>oTag(ns, name, 
<jk>false</jk>);</code></div>
@@ -681,7 +685,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>oTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.90">oTag</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;name)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.93">oTag</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;name)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Shortcut for <code>oTag(<jk>null</jk>, name, 
<jk>false</jk>);</code></div>
 <dl>
@@ -700,7 +704,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>oTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.104">oTag</a>(int&nbsp;indent,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.107">oTag</a>(int&nbsp;indent,
                       <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;ns,
                       <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;name,
                       boolean&nbsp;needsEncoding)
@@ -725,7 +729,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>oTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.117">oTag</a>(int&nbsp;indent,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.120">oTag</a>(int&nbsp;indent,
                       <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;ns,
                       <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;name)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -748,7 +752,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>oTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.129">oTag</a>(int&nbsp;indent,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.132">oTag</a>(int&nbsp;indent,
                       <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;name)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Shortcut for <code>i(indent).oTag(<jk>null</jk>, name, 
<jk>false</jk>);</code></div>
@@ -769,7 +773,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>cTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.140">cTag</a>()
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.143">cTag</a>()
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Closes a tag.
  Shortcut for <code>append(<js>'>'</js>);</code></div>
@@ -787,7 +791,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>ceTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.152">ceTag</a>()
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.155">ceTag</a>()
                 throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Closes an empty tag.
  Shortcut for <code>append(<js>'/'</js>).append(<js>'>'</js>);</code></div>
@@ -805,7 +809,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>tag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.166">tag</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;ns,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.169">tag</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;ns,
                      <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;name,
                      boolean&nbsp;needsEncoding)
               throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -828,7 +832,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>tag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.185">tag</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;ns,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.188">tag</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;ns,
                      <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;name)
               throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Shortcut for <code>tag(ns, name, 
<jk>false</jk>);</code></div>
@@ -849,7 +853,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>tag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.196">tag</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;name)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.199">tag</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;name)
               throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Shortcut for <code>tag(<jk>null</jk>, name, 
<jk>false</jk>);</code></div>
 <dl>
@@ -868,7 +872,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>tag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.208">tag</a>(int&nbsp;indent,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.211">tag</a>(int&nbsp;indent,
                      <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;name)
               throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Shortcut for <code>i(indent).tag(<jk>null</jk>, name, 
<jk>false</jk>);</code></div>
@@ -889,7 +893,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>tag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.222">tag</a>(int&nbsp;indent,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.225">tag</a>(int&nbsp;indent,
                      <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;ns,
                      <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;name,
                      boolean&nbsp;needsEncoding)
@@ -914,7 +918,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>tag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.235">tag</a>(int&nbsp;indent,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.238">tag</a>(int&nbsp;indent,
                      <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;ns,
                      <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;name)
               throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -937,7 +941,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>sTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.249">sTag</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;ns,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.252">sTag</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;ns,
                       <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;name,
                       boolean&nbsp;needsEncoding)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -960,7 +964,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>sTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.261">sTag</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;ns,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.264">sTag</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;ns,
                       <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;name)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Shortcut for <code>sTag(ns, name, 
<jk>false</jk>);</code></div>
@@ -981,7 +985,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>sTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.272">sTag</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;name)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.275">sTag</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;name)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Shortcut for <code>sTag(<jk>null</jk>, name, 
<jk>false</jk>);</code></div>
 <dl>
@@ -1000,7 +1004,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>sTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.286">sTag</a>(int&nbsp;indent,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.289">sTag</a>(int&nbsp;indent,
                       <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;ns,
                       <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;name,
                       boolean&nbsp;needsEncoding)
@@ -1025,7 +1029,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>sTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.299">sTag</a>(int&nbsp;indent,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.302">sTag</a>(int&nbsp;indent,
                       <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;ns,
                       <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;name)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -1048,7 +1052,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>sTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.311">sTag</a>(int&nbsp;indent,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.314">sTag</a>(int&nbsp;indent,
                       <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;name)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Shortcut for <code>i(indent).sTag(<jk>null</jk>, name, 
<jk>false</jk>);</code></div>
@@ -1069,7 +1073,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>eTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.325">eTag</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;ns,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.328">eTag</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;ns,
                       <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;name,
                       boolean&nbsp;needsEncoding)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -1092,7 +1096,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>eTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.344">eTag</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;ns,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.347">eTag</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;ns,
                       <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;name)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Shortcut for <code>eTag(ns, name, 
<jk>false</jk>);</code></div>
@@ -1113,7 +1117,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>eTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.355">eTag</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;name)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.358">eTag</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;name)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Shortcut for <code>eTag(<jk>null</jk>, name, 
<jk>false</jk>);</code></div>
 <dl>
@@ -1132,7 +1136,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>eTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.369">eTag</a>(int&nbsp;indent,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.372">eTag</a>(int&nbsp;indent,
                       <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;ns,
                       <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;name,
                       boolean&nbsp;needsEncoding)
@@ -1157,7 +1161,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>eTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.382">eTag</a>(int&nbsp;indent,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.385">eTag</a>(int&nbsp;indent,
                       <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;ns,
                       <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;name)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -1180,7 +1184,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>eTag</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.394">eTag</a>(int&nbsp;indent,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.397">eTag</a>(int&nbsp;indent,
                       <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;name)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Shortcut for <code>i(indent).eTag(<jk>null</jk>, name, 
<jk>false</jk>);</code></div>
@@ -1201,7 +1205,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>attr</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.408">attr</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;ns,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.411">attr</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;ns,
                       <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;name,
                       <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;value,
                       boolean&nbsp;needsEncoding)
@@ -1226,7 +1230,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>attr</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.426">attr</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;name,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.429">attr</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;name,
                       <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;value,
                       boolean&nbsp;needsEncoding)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -1249,7 +1253,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>attr</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.439">attr</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;ns,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.442">attr</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;ns,
                       <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;name,
                       <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;value)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -1272,7 +1276,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>attr</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.452">attr</a>(<a
 href="../../../../org/apache/juneau/xml/Namespace.html" title="class in 
org.apache.juneau.xml">Namespace</a>&nbsp;ns,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.455">attr</a>(<a
 href="../../../../org/apache/juneau/xml/Namespace.html" title="class in 
org.apache.juneau.xml">Namespace</a>&nbsp;ns,
                       <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;name,
                       <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;value)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -1295,7 +1299,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>attr</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.464">attr</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;name,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.467">attr</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;name,
                       <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;value)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Shortcut for <code>attr(<jk>null</jk>, name, value, 
<jk>false</jk>);</code></div>
@@ -1316,7 +1320,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>oAttr</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.477">oAttr</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;ns,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.480">oAttr</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;ns,
                        <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;name)
                 throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Writes an open-ended attribute to the output:  
<code><xa>ns:name</xa>=</code></div>
@@ -1337,7 +1341,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>oAttr</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.493">oAttr</a>(<a
 href="../../../../org/apache/juneau/xml/Namespace.html" title="class in 
org.apache.juneau.xml">Namespace</a>&nbsp;ns,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.496">oAttr</a>(<a
 href="../../../../org/apache/juneau/xml/Namespace.html" title="class in 
org.apache.juneau.xml">Namespace</a>&nbsp;ns,
                        <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;name)
                 throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Writes an open-ended attribute to the output:  
<code><xa>ns:name</xa>=</code></div>
@@ -1358,7 +1362,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>attrUri</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.506">attrUri</a>(<a
 href="../../../../org/apache/juneau/xml/Namespace.html" title="class in 
org.apache.juneau.xml">Namespace</a>&nbsp;ns,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.509">attrUri</a>(<a
 href="../../../../org/apache/juneau/xml/Namespace.html" title="class in 
org.apache.juneau.xml">Namespace</a>&nbsp;ns,
                          <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;name,
                          <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;value)
                   throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -1381,7 +1385,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>attrUri</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.520">attrUri</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;ns,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.523">attrUri</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;ns,
                          <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;name,
                          <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;value)
                   throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -1404,7 +1408,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>text</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.532">text</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;o)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.535">text</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;o)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Shortcut for calling <code>text(o, 
<jk>false</jk>);</code></div>
 <dl>
@@ -1423,7 +1427,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>text</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.545">text</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;o,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.548">text</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;o,
                       boolean&nbsp;preserveWhitespace)
                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Serializes and encodes the specified object as valid XML 
text.</div>
@@ -1444,7 +1448,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>encodeAttr</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.557">encodeAttr</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;o)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.560">encodeAttr</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;o)
                      throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Serializes and encodes the specified object as valid XML 
attribute name.</div>
 <dl>
@@ -1463,7 +1467,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>cr</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.563">cr</a>(int&nbsp;depth)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.566">cr</a>(int&nbsp;depth)
              throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#cr-int-">SerializerWriter</a></code></span></div>
 <div class="block">Performs a carriage return.
@@ -1487,7 +1491,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>appendln</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.569">appendln</a>(int&nbsp;indent,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.572">appendln</a>(int&nbsp;indent,
                           <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;text)
                    throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#appendln-int-java.lang.String-">SerializerWriter</a></code></span></div>
@@ -1512,7 +1516,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>appendln</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.575">appendln</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;text)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.578">appendln</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;text)
                    throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#appendln-java.lang.String-">SerializerWriter</a></code></span></div>
 <div class="block">Writes the specified text followed by a newline (if the 
<code>useWhitespace</code> setting is enabled).</div>
@@ -1534,7 +1538,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>append</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.581">append</a>(int&nbsp;indent,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.584">append</a>(int&nbsp;indent,
                         <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;text)
                  throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#append-int-java.lang.String-">SerializerWriter</a></code></span></div>
@@ -1558,7 +1562,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>append</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.587">append</a>(int&nbsp;indent,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.590">append</a>(int&nbsp;indent,
                         char&nbsp;c)
                  throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#append-int-char-">SerializerWriter</a></code></span></div>
@@ -1582,7 +1586,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>s</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.593">s</a>()
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.596">s</a>()
             throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#s--">SerializerWriter</a></code></span></div>
 <div class="block">Adds a whitespace character to the output if the 
<code>useWhitespace</code> setting is enabled.</div>
@@ -1602,7 +1606,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>q</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.599">q</a>()
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.602">q</a>()
             throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#q--">SerializerWriter</a></code></span></div>
 <div class="block">Adds the quote character specified by the 
<code>quoteChar</code> setting to the output.</div>
@@ -1622,7 +1626,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>i</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.605">i</a>(int&nbsp;indent)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.608">i</a>(int&nbsp;indent)
             throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#i-int-">SerializerWriter</a></code></span></div>
 <div class="block">Writes an indent to the writer if the 
<code>useWhitespace</code> setting is enabled.</div>
@@ -1644,7 +1648,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>nl</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.611">nl</a>()
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.614">nl</a>()
              throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#nl--">SerializerWriter</a></code></span></div>
 <div class="block">Writes a newline to the writer if the 
<code>useWhitespace</code> setting is enabled.</div>
@@ -1664,7 +1668,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>append</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.617">append</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;text)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.620">append</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;text)
                  throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#append-java.lang.Object-">SerializerWriter</a></code></span></div>
 <div class="block">Writes the specified text to the writer.</div>
@@ -1686,7 +1690,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>append</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.623">append</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;text)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.626">append</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;text)
                  throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
class:&nbsp;<code><a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#append-java.lang.String-">SerializerWriter</a></code></span></div>
 <div class="block">Writes the specified text to the writer.</div>
@@ -1708,7 +1712,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockList">
 <li class="blockList">
 <h4>append</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.629">append</a>(char&nbsp;c)
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/xml/XmlWriter.html" 
title="class in org.apache.juneau.xml">XmlWriter</a>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.632">append</a>(char&nbsp;c)
                  throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -1726,7 +1730,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <ul class="blockListLast">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&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>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.635">toString</a>()</pre>
+<pre>public&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>&nbsp;<a 
href="../../../../src-html/org/apache/juneau/xml/XmlWriter.html#line.638">toString</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--";
 title="class or interface in java.lang">toString</a></code>&nbsp;in 
class&nbsp;<code><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></code></dd>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/37ddf434/content/site/apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/overview-summary.html 
b/content/site/apidocs/overview-summary.html
index bf32050..29de933 100644
--- a/content/site/apidocs/overview-summary.html
+++ b/content/site/apidocs/overview-summary.html
@@ -6475,6 +6475,9 @@
                <li><a 
href="org/apache/juneau/ini/ConfigFile.html#getObjectWithDefault-java.lang.String-T-java.lang.Class-"><code>getObjectWithDefault(String,Object,Class)</code></a>
 
             </ul>
          <li>New ability to interact with config file sections with proxy 
interfaces with new method <a 
href="org/apache/juneau/ini/ConfigFile.html#getSectionAsInterface-java.lang.String-java.lang.Class-"><code>ConfigFile.getSectionAsInterface(String,Class)</code></a>.
+         <li>New <a 
href="org/apache/juneau/html/annotation/Html.html#render--"><code>@Html.render()</code></a>
 annotation and <a href="org/apache/juneau/html/HtmlRender.html" title="class 
in org.apache.juneau.html"><code>HtmlRender</code></a> class that allows you
+            to customize the HTML output and CSS style on bean properties:<br>
+            <img class='bordered' src='doc-files/HtmlRender_1.png'>
       </ul>
 
       <h6 class='topic'>org.apache.juneau.rest</h6>
@@ -6602,6 +6605,12 @@
 
       <h6 class='topic'>org.apache.juneau.rest.client</h6>
       <ul class='spaced-list'>
+         <li>New <a href="org/apache/juneau/remoteable/Path.html" 
title="annotation in org.apache.juneau.remoteable"><code>@Path</code></a> 
annotation for specifying path variables on remoteable interfaces.
+         <li>The following annotations (and related methods on RestCall) can 
now take <code>NameValuePairs</code> and beans as input 
+            when using <js>"*"</js> as the name.
+            <br><a href="org/apache/juneau/remoteable/FormData.html" 
title="annotation in 
org.apache.juneau.remoteable"><code>@FormData</code></a>,<a 
href="org/apache/juneau/remoteable/FormDataIfNE.html" title="annotation in 
org.apache.juneau.remoteable"><code>@FormDataIfNE</code></a>,
+            <a href="org/apache/juneau/remoteable/Query.html" 
title="annotation in org.apache.juneau.remoteable"><code>@Query</code></a>,<a 
href="org/apache/juneau/remoteable/QueryIfNE.html" title="annotation in 
org.apache.juneau.remoteable"><code>@QueryIfNE</code></a>,
+            <a href="org/apache/juneau/remoteable/Header.html" 
title="annotation in org.apache.juneau.remoteable"><code>@Header</code></a>,<a 
href="org/apache/juneau/remoteable/HeaderIfNE.html" title="annotation in 
org.apache.juneau.remoteable"><code>@HeaderIfNE</code></a>, 
       </ul>
 
       <h6 class='topic'>org.apache.juneau.microservice</h6>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/37ddf434/content/site/apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/overview-tree.html 
b/content/site/apidocs/overview-tree.html
index 5b84ab9..e251bb4 100644
--- a/content/site/apidocs/overview-tree.html
+++ b/content/site/apidocs/overview-tree.html
@@ -838,6 +838,7 @@
 </li>
 </ul>
 </li>
+<li type="circle">org.apache.juneau.html.<a 
href="org/apache/juneau/html/HtmlRender.html" title="class in 
org.apache.juneau.html"><span 
class="typeNameLink">HtmlRender</span></a>&lt;T&gt;</li>
 <li type="circle">java.io.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in java.io"><span 
class="typeNameLink">InputStream</span></a> (implements java.io.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true";
 title="class or interface in java.io">Closeable</a>)
 <ul>
 <li type="circle">org.apache.juneau.msgpack.<a 
href="org/apache/juneau/msgpack/MsgPackInputStream.html" title="class in 
org.apache.juneau.msgpack"><span 
class="typeNameLink">MsgPackInputStream</span></a></li>
@@ -1222,6 +1223,7 @@
 <li type="circle">org.apache.juneau.internal.<a 
href="org/apache/juneau/internal/ThrowableUtils.html" title="class in 
org.apache.juneau.internal"><span 
class="typeNameLink">ThrowableUtils</span></a></li>
 <li type="circle">org.apache.juneau.rest.converters.<a 
href="org/apache/juneau/rest/converters/Traversable.html" title="class in 
org.apache.juneau.rest.converters"><span 
class="typeNameLink">Traversable</span></a> (implements 
org.apache.juneau.rest.<a href="org/apache/juneau/rest/RestConverter.html" 
title="interface in org.apache.juneau.rest">RestConverter</a>)</li>
 <li type="circle">org.apache.juneau.uon.<a 
href="org/apache/juneau/uon/UonUtils.html" title="class in 
org.apache.juneau.uon"><span class="typeNameLink">UonUtils</span></a></li>
+<li type="circle">org.apache.juneau.<a 
href="org/apache/juneau/UriContext.html" title="class in 
org.apache.juneau"><span class="typeNameLink">UriContext</span></a></li>
 <li type="circle">org.apache.juneau.urlencoding.<a 
href="org/apache/juneau/urlencoding/UrlEncodingContext.html" title="class in 
org.apache.juneau.urlencoding"><span 
class="typeNameLink">UrlEncodingContext</span></a> (implements java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable.html?is-external=true";
 title="class or interface in java.lang">Cloneable</a>)</li>
 <li type="circle">org.apache.juneau.rest.<a 
href="org/apache/juneau/rest/UrlPathPattern.html" title="class in 
org.apache.juneau.rest"><span class="typeNameLink">UrlPathPattern</span></a> 
(implements java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;T&gt;)</li>
 <li type="circle">org.apache.juneau.internal.<a 
href="org/apache/juneau/internal/Utils.html" title="class in 
org.apache.juneau.internal"><span class="typeNameLink">Utils</span></a></li>
@@ -1332,6 +1334,7 @@
 <li type="circle">org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/Remoteable.html" title="annotation in 
org.apache.juneau.remoteable"><span class="typeNameLink">Remoteable</span></a> 
(implements java.lang.annotation.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/QueryIfNE.html" title="annotation in 
org.apache.juneau.remoteable"><span class="typeNameLink">QueryIfNE</span></a> 
(implements java.lang.annotation.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/Query.html" title="annotation in 
org.apache.juneau.remoteable"><span class="typeNameLink">Query</span></a> 
(implements java.lang.annotation.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/Path.html" title="annotation in 
org.apache.juneau.remoteable"><span class="typeNameLink">Path</span></a> 
(implements java.lang.annotation.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/HeaderIfNE.html" title="annotation in 
org.apache.juneau.remoteable"><span class="typeNameLink">HeaderIfNE</span></a> 
(implements java.lang.annotation.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/Header.html" title="annotation in 
org.apache.juneau.remoteable"><span class="typeNameLink">Header</span></a> 
(implements java.lang.annotation.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.juneau.remoteable.<a 
href="org/apache/juneau/remoteable/FormDataIfNE.html" title="annotation in 
org.apache.juneau.remoteable"><span 
class="typeNameLink">FormDataIfNE</span></a> (implements 
java.lang.annotation.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>)</li>
@@ -1369,6 +1372,8 @@
 <li type="circle">java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang"><span 
class="typeNameLink">Enum</span></a>&lt;E&gt; (implements java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a>)
 <ul>
 <li type="circle">org.apache.juneau.<a 
href="org/apache/juneau/Visibility.html" title="enum in 
org.apache.juneau"><span class="typeNameLink">Visibility</span></a></li>
+<li type="circle">org.apache.juneau.<a 
href="org/apache/juneau/UriResolution.html" title="enum in 
org.apache.juneau"><span class="typeNameLink">UriResolution</span></a></li>
+<li type="circle">org.apache.juneau.<a 
href="org/apache/juneau/UriRelativity.html" title="enum in 
org.apache.juneau"><span class="typeNameLink">UriRelativity</span></a></li>
 <li type="circle">org.apache.juneau.dto.jsonschema.<a 
href="org/apache/juneau/dto/jsonschema/JsonType.html" title="enum in 
org.apache.juneau.dto.jsonschema"><span 
class="typeNameLink">JsonType</span></a></li>
 <li type="circle">org.apache.juneau.http.<a 
href="org/apache/juneau/http/HttpMethod.html" title="enum in 
org.apache.juneau.http"><span class="typeNameLink">HttpMethod</span></a></li>
 <li type="circle">org.apache.juneau.http.<a 
href="org/apache/juneau/http/ContentEncodingEnum.html" title="enum in 
org.apache.juneau.http"><span 
class="typeNameLink">ContentEncodingEnum</span></a></li>

Reply via email to