http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/57ce76c3/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 092e7dd..8e617a5 100644
--- a/content/site/apidocs/org/apache/juneau/xml/XmlWriter.html
+++ b/content/site/apidocs/org/apache/juneau/xml/XmlWriter.html
@@ -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#uriContext">uriContext</a>,
 <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#useWhitespace">useWhitespace</a></code></li>
+<code><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#trimStrings">trimStrings</a>,
 <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html#uriResolver">uriResolver</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,13 +174,11 @@ 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-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,
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#XmlWriter-java.io.Writer-boolean-boolean-char-org.apache.juneau.UriResolver-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,
+         <a href="../../../../org/apache/juneau/UriResolver.html" title="class 
in org.apache.juneau">UriResolver</a>&nbsp;uriResolver,
          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>
@@ -250,7 +248,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#attr-org.apache.juneau.xml.Namespace-java.lang.String-java.lang.Object-">attr</a></span>(<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)</code>
-<div class="block">Same as <a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#attr-java.lang.String-java.lang.Object-boolean-"><code>attr(String,
 Object, boolean)</code></a>, except pass in a <a 
href="../../../../org/apache/juneau/xml/Namespace.html" title="class in 
org.apache.juneau.xml"><code>Namespace</code></a> object for the 
namespace.</div>
+<div class="block">Same as <a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#attr-java.lang.String-java.lang.String-java.lang.Object-"><code>attr(String,
 String, Object)</code></a>, except pass in a <a 
href="../../../../org/apache/juneau/xml/Namespace.html" title="class in 
org.apache.juneau.xml"><code>Namespace</code></a> object for the 
namespace.</div>
 </td>
 </tr>
 <tr id="i8" class="altColor">
@@ -264,7 +262,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#attr-java.lang.String-java.lang.Object-boolean-">attr</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;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)</code>
+    boolean&nbsp;valNeedsEncoding)</code>
 <div class="block">Shortcut for <code>attr(<jk>null</jk>, name, value, 
<jk>false</jk>);</code></div>
 </td>
 </tr>
@@ -281,7 +279,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#attr-java.lang.String-java.lang.String-java.lang.Object-boolean-">attr</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;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)</code>
+    boolean&nbsp;valNeedsEncoding)</code>
 <div class="block">Writes an attribute to the output:  
<code><xa>ns:name</xa>=<xs>'value'</xs></code></div>
 </td>
 </tr>
@@ -321,18 +319,12 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 </tr>
 <tr id="i17" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#encodeAttr-java.lang.Object-">encodeAttr</a></span>(<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)</code>
-<div class="block">Serializes and encodes the specified object as valid XML 
attribute name.</div>
-</td>
-</tr>
-<tr id="i18" class="altColor">
-<td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#eTag-int-java.lang.String-">eTag</a></span>(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)</code>
 <div class="block">Shortcut for <code>i(indent).eTag(<jk>null</jk>, name, 
<jk>false</jk>);</code></div>
 </td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr id="i18" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#eTag-int-java.lang.String-java.lang.String-">eTag</a></span>(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,
@@ -340,7 +332,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <div class="block">Shortcut for <code>i(indent).eTag(ns, name, 
<jk>false</jk>);</code></div>
 </td>
 </tr>
-<tr id="i20" class="altColor">
+<tr id="i19" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#eTag-int-java.lang.String-java.lang.String-boolean-">eTag</a></span>(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,
@@ -349,20 +341,20 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <div class="block">Shortcut for <code>i(indent).eTag(ns, name, 
needsEncoding);</code></div>
 </td>
 </tr>
-<tr id="i21" class="rowColor">
+<tr id="i20" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#eTag-java.lang.String-">eTag</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</code>
 <div class="block">Shortcut for <code>eTag(<jk>null</jk>, name, 
<jk>false</jk>);</code></div>
 </td>
 </tr>
-<tr id="i22" class="altColor">
+<tr id="i21" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#eTag-java.lang.String-java.lang.String-">eTag</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;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)</code>
 <div class="block">Shortcut for <code>eTag(ns, name, 
<jk>false</jk>);</code></div>
 </td>
 </tr>
-<tr id="i23" class="rowColor">
+<tr id="i22" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#eTag-java.lang.String-java.lang.String-boolean-">eTag</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;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,
@@ -370,40 +362,40 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <div class="block">Writes an end tag to the output:  
<code><xt>&lt;/ns:name&gt;</xt></code></div>
 </td>
 </tr>
-<tr id="i24" class="altColor">
+<tr id="i23" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#i-int-">i</a></span>(int&nbsp;indent)</code>
 <div class="block">Writes an indent to the writer if the 
<code>useWhitespace</code> setting is enabled.</div>
 </td>
 </tr>
-<tr id="i25" class="rowColor">
+<tr id="i24" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#nl--">nl</a></span>()</code>
 <div class="block">Writes a newline to the writer if the 
<code>useWhitespace</code> setting is enabled.</div>
 </td>
 </tr>
-<tr id="i26" class="altColor">
+<tr id="i25" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#oAttr-org.apache.juneau.xml.Namespace-java.lang.String-">oAttr</a></span>(<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)</code>
 <div class="block">Writes an open-ended attribute to the output:  
<code><xa>ns:name</xa>=</code></div>
 </td>
 </tr>
-<tr id="i27" class="rowColor">
+<tr id="i26" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#oAttr-java.lang.String-java.lang.String-">oAttr</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;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)</code>
 <div class="block">Writes an open-ended attribute to the output:  
<code><xa>ns:name</xa>=</code></div>
 </td>
 </tr>
-<tr id="i28" class="altColor">
+<tr id="i27" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#oTag-int-java.lang.String-">oTag</a></span>(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)</code>
 <div class="block">Shortcut for <code>i(indent).oTag(<jk>null</jk>, name, 
<jk>false</jk>);</code></div>
 </td>
 </tr>
-<tr id="i29" class="rowColor">
+<tr id="i28" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#oTag-int-java.lang.String-java.lang.String-">oTag</a></span>(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,
@@ -411,7 +403,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <div class="block">Shortcut for <code>i(indent).oTag(ns, name, 
<jk>false</jk>);</code></div>
 </td>
 </tr>
-<tr id="i30" class="altColor">
+<tr id="i29" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#oTag-int-java.lang.String-java.lang.String-boolean-">oTag</a></span>(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,
@@ -420,20 +412,20 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <div class="block">Shortcut for <code>i(indent).oTag(ns, name, 
needsEncoding);</code></div>
 </td>
 </tr>
-<tr id="i31" class="rowColor">
+<tr id="i30" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#oTag-java.lang.String-">oTag</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</code>
 <div class="block">Shortcut for <code>oTag(<jk>null</jk>, name, 
<jk>false</jk>);</code></div>
 </td>
 </tr>
-<tr id="i32" class="altColor">
+<tr id="i31" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#oTag-java.lang.String-java.lang.String-">oTag</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;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)</code>
 <div class="block">Shortcut for <code>oTag(ns, name, 
<jk>false</jk>);</code></div>
 </td>
 </tr>
-<tr id="i33" class="rowColor">
+<tr id="i32" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#oTag-java.lang.String-java.lang.String-boolean-">oTag</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;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,
@@ -441,26 +433,26 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <div class="block">Writes an opening tag to the output:  
<code><xt>&lt;ns:name</xt></code></div>
 </td>
 </tr>
-<tr id="i34" class="altColor">
+<tr id="i33" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#q--">q</a></span>()</code>
 <div class="block">Adds the quote character specified by the 
<code>quoteChar</code> setting to the output.</div>
 </td>
 </tr>
-<tr id="i35" class="rowColor">
+<tr id="i34" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#s--">s</a></span>()</code>
 <div class="block">Adds a whitespace character to the output if the 
<code>useWhitespace</code> setting is enabled.</div>
 </td>
 </tr>
-<tr id="i36" class="altColor">
+<tr id="i35" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#sTag-int-java.lang.String-">sTag</a></span>(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)</code>
 <div class="block">Shortcut for <code>i(indent).sTag(<jk>null</jk>, name, 
<jk>false</jk>);</code></div>
 </td>
 </tr>
-<tr id="i37" class="rowColor">
+<tr id="i36" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#sTag-int-java.lang.String-java.lang.String-">sTag</a></span>(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,
@@ -468,7 +460,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <div class="block">Shortcut for <code>i(indent).sTag(ns, name, 
<jk>false</jk>);</code></div>
 </td>
 </tr>
-<tr id="i38" class="altColor">
+<tr id="i37" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#sTag-int-java.lang.String-java.lang.String-boolean-">sTag</a></span>(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,
@@ -477,20 +469,20 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <div class="block">Shortcut for <code>i(indent).sTag(ns, name, 
needsEncoding);</code></div>
 </td>
 </tr>
-<tr id="i39" class="rowColor">
+<tr id="i38" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#sTag-java.lang.String-">sTag</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</code>
 <div class="block">Shortcut for <code>sTag(<jk>null</jk>, name, 
<jk>false</jk>);</code></div>
 </td>
 </tr>
-<tr id="i40" class="altColor">
+<tr id="i39" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#sTag-java.lang.String-java.lang.String-">sTag</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;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)</code>
 <div class="block">Shortcut for <code>sTag(ns, name, 
<jk>false</jk>);</code></div>
 </td>
 </tr>
-<tr id="i41" class="rowColor">
+<tr id="i40" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#sTag-java.lang.String-java.lang.String-boolean-">sTag</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;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,
@@ -498,14 +490,14 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <div class="block">Writes a start tag to the output:  
<code><xt>&lt;ns:name&gt;</xt></code></div>
 </td>
 </tr>
-<tr id="i42" class="altColor">
+<tr id="i41" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#tag-int-java.lang.String-">tag</a></span>(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)</code>
 <div class="block">Shortcut for <code>i(indent).tag(<jk>null</jk>, name, 
<jk>false</jk>);</code></div>
 </td>
 </tr>
-<tr id="i43" class="rowColor">
+<tr id="i42" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#tag-int-java.lang.String-java.lang.String-">tag</a></span>(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,
@@ -513,7 +505,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <div class="block">Shortcut for <code>i(indent).tag(ns, name, 
<jk>false</jk>);</code></div>
 </td>
 </tr>
-<tr id="i44" class="altColor">
+<tr id="i43" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#tag-int-java.lang.String-java.lang.String-boolean-">tag</a></span>(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,
@@ -522,20 +514,20 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <div class="block">Shortcut for <code>i(indent).tag(ns, name, 
needsEncoding);</code></div>
 </td>
 </tr>
-<tr id="i45" class="rowColor">
+<tr id="i44" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#tag-java.lang.String-">tag</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</code>
 <div class="block">Shortcut for <code>tag(<jk>null</jk>, name, 
<jk>false</jk>);</code></div>
 </td>
 </tr>
-<tr id="i46" class="altColor">
+<tr id="i45" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#tag-java.lang.String-java.lang.String-">tag</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;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)</code>
 <div class="block">Shortcut for <code>tag(ns, name, 
<jk>false</jk>);</code></div>
 </td>
 </tr>
-<tr id="i47" class="rowColor">
+<tr id="i46" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#tag-java.lang.String-java.lang.String-boolean-">tag</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;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,
@@ -543,19 +535,25 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <div class="block">Writes a closed tag to the output:  
<code><xt>&lt;ns:name/&gt;</xt></code></div>
 </td>
 </tr>
-<tr id="i48" class="altColor">
+<tr id="i47" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#text-java.lang.Object-">text</a></span>(<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)</code>
 <div class="block">Shortcut for calling <code>text(o, 
<jk>false</jk>);</code></div>
 </td>
 </tr>
-<tr id="i49" class="rowColor">
+<tr id="i48" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#text-java.lang.Object-boolean-">text</a></span>(<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)</code>
 <div class="block">Serializes and encodes the specified object as valid XML 
text.</div>
 </td>
 </tr>
+<tr id="i49" class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html" title="class in 
org.apache.juneau.xml">XmlWriter</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#textUri-java.lang.Object-">textUri</a></span>(<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)</code>
+<div class="block">Same as <a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#text-java.lang.Object-"><code>text(Object)</code></a>
 but treats the value as a URL to resolved then serialized.</div>
+</td>
+</tr>
 <tr id="i50" class="altColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#toString--">toString</a></span>()</code>&nbsp;</td>
@@ -596,19 +594,17 @@ 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-org.apache.juneau.UriContext-boolean-org.apache.juneau.xml.Namespace-">
+<a 
name="XmlWriter-java.io.Writer-boolean-boolean-char-org.apache.juneau.UriResolver-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.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,
+<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,
                  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,
+                 <a href="../../../../org/apache/juneau/UriResolver.html" 
title="class in org.apache.juneau">UriResolver</a>&nbsp;uriResolver,
                  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,10 +614,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <dd><code>useWhitespace</code> - If <jk>true</jk> XML elements will be 
indented.</dd>
 <dd><code>trimStrings</code> - If <jk>true</jk>, strings should be trimmed 
before they're serialized.</dd>
 <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>uriResolver</code> - The URI resolver for resolving 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>
@@ -641,7 +634,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.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,
+<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,
                       <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>
@@ -664,7 +657,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.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,
+<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,
                       <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>
@@ -685,7 +678,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.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)
+<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)
                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>
@@ -704,7 +697,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.107">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.104">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)
@@ -729,7 +722,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.120">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.117">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>
@@ -752,7 +745,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.132">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.129">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>
@@ -773,7 +766,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.143">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.140">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>
@@ -791,7 +784,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.155">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.152">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>
@@ -809,7 +802,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.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,
+<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,
                      <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>
@@ -832,7 +825,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.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,
+<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,
                      <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>
@@ -853,7 +846,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.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)
+<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)
               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>
@@ -872,7 +865,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.211">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.208">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>
@@ -893,7 +886,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.225">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.222">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)
@@ -918,7 +911,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.238">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.235">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>
@@ -941,7 +934,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.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,
+<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,
                       <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>
@@ -964,7 +957,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.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,
+<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,
                       <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>
@@ -985,7 +978,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.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)
+<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)
                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>
@@ -1004,7 +997,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.289">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.286">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)
@@ -1029,7 +1022,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.302">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.299">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>
@@ -1052,7 +1045,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.314">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.311">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>
@@ -1073,7 +1066,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.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,
+<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,
                       <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>
@@ -1096,7 +1089,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.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,
+<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,
                       <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>
@@ -1117,7 +1110,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.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)
+<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)
                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>
@@ -1136,7 +1129,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.372">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.369">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)
@@ -1161,7 +1154,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.385">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.382">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>
@@ -1184,7 +1177,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.397">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.394">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>
@@ -1205,10 +1198,10 @@ 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.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,
+<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,
                       <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)
+                      boolean&nbsp;valNeedsEncoding)
                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 attribute to the output:  
<code><xa>ns:name</xa>=<xs>'value'</xs></code></div>
 <dl>
@@ -1216,7 +1209,7 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 <dd><code>ns</code> - The namespace.  Can be <jk>null</jk>.</dd>
 <dd><code>name</code> - The attribute name.</dd>
 <dd><code>value</code> - The attribute value.</dd>
-<dd><code>needsEncoding</code> - If <jk>true</jk>, attribute name will be 
encoded.</dd>
+<dd><code>valNeedsEncoding</code> - If <jk>true</jk>, attribute name will be 
encoded.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
@@ -1230,16 +1223,16 @@ 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.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,
+<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.421">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)
+                      boolean&nbsp;valNeedsEncoding)
                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>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>name</code> - The attribute name.</dd>
 <dd><code>value</code> - The attribute value.</dd>
-<dd><code>needsEncoding</code> - If <jk>true</jk>, attribute name will be 
encoded.</dd>
+<dd><code>valNeedsEncoding</code> - If <jk>true</jk>, attribute name will be 
encoded.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
@@ -1253,7 +1246,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.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,
+<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.434">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>
@@ -1276,11 +1269,11 @@ 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.455">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.447">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>
-<div class="block">Same as <a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#attr-java.lang.String-java.lang.Object-boolean-"><code>attr(String,
 Object, boolean)</code></a>, except pass in a <a 
href="../../../../org/apache/juneau/xml/Namespace.html" title="class in 
org.apache.juneau.xml"><code>Namespace</code></a> object for the 
namespace.</div>
+<div class="block">Same as <a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#attr-java.lang.String-java.lang.String-java.lang.Object-"><code>attr(String,
 String, Object)</code></a>, except pass in a <a 
href="../../../../org/apache/juneau/xml/Namespace.html" title="class in 
org.apache.juneau.xml"><code>Namespace</code></a> object for the 
namespace.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>ns</code> - The namespace.  Can be <jk>null</jk>.</dd>
@@ -1299,7 +1292,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.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,
+<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.459">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>
@@ -1320,7 +1313,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.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,
+<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.472">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>
@@ -1341,7 +1334,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.496">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.488">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>
@@ -1362,7 +1355,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.509">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.501">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>
@@ -1385,7 +1378,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.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,
+<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.514">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>
@@ -1408,7 +1401,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.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)
+<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.525">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>
@@ -1427,7 +1420,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.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,
+<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.538">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>
@@ -1442,22 +1435,22 @@ extends <a 
href="../../../../org/apache/juneau/serializer/SerializerWriter.html"
 </dl>
 </li>
 </ul>
-<a name="encodeAttr-java.lang.Object-">
+<a name="textUri-java.lang.Object-">
 <!--   -->
 </a>
 <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.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>
+<h4>textUri</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.550">textUri</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">Same as <a 
href="../../../../org/apache/juneau/xml/XmlWriter.html#text-java.lang.Object-"><code>text(Object)</code></a>
 but treats the value as a URL to resolved then serialized.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>o</code> - The object being serialized.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><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></code> - If a problem 
occurred.</dd>
+<dd><code><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></code></dd>
 </dl>
 </li>
 </ul>
@@ -1467,7 +1460,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.566">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.564">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.
@@ -1491,7 +1484,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.572">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.570">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>
@@ -1516,7 +1509,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.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)
+<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.576">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>
@@ -1538,7 +1531,7 @@ exten

<TRUNCATED>

Reply via email to