You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/06/26 00:44:16 UTC

[32/51] [partial] incubator-juneau-website git commit: Update javadocs.

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/Audio.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Audio.html b/content/site/apidocs/org/apache/juneau/dto/html5/Audio.html
index 2013bd4..a3ca9c6 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Audio.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Audio.html
@@ -119,14 +119,16 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="audio")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.34">Audio</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.36">Audio</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre>
-<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-audio-element">&lt;audio&gt;</a> element.
+<div class="block">DTO for an HTML <a class="doclink"
+ href="https://www.w3.org/TR/html5/embedded-content-0.html#the-audio-element">&lt;audio&gt;</a> element.
  <p>
 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
-   <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a>
+   <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects
+      (org.apache.juneau.dto)</a>
    <ul>
       <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a>
    </ul>
@@ -175,7 +177,8 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Audio.html#autoplay-java.lang.Object-">autoplay</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;autoplay)</code>
-<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-autoplay">autoplay</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-autoplay">autoplay</a>
+ attribute.</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
@@ -193,13 +196,15 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <tr id="i4" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Audio.html#controls-java.lang.Object-">controls</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;controls)</code>
-<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-controls">controls</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-controls">controls</a>
+ attribute.</div>
 </td>
 </tr>
 <tr id="i5" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Audio.html#crossorigin-java.lang.String-">crossorigin</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;crossorigin)</code>
-<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-crossorigin">crossorigin</a> attribute.</div>
+<div class="block"><a class="doclink"
+ href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-crossorigin">crossorigin</a> attribute.</div>
 </td>
 </tr>
 <tr id="i6" class="altColor">
@@ -217,19 +222,22 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <tr id="i8" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Audio.html#mediagroup-java.lang.String-">mediagroup</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;mediagroup)</code>
-<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-mediagroup">mediagroup</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-mediagroup">mediagroup</a>
+ attribute.</div>
 </td>
 </tr>
 <tr id="i9" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Audio.html#muted-java.lang.Object-">muted</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;muted)</code>
-<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-muted">muted</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-muted">muted</a>
+ attribute.</div>
 </td>
 </tr>
 <tr id="i10" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Audio.html#preload-java.lang.Object-">preload</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;preload)</code>
-<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-preload">preload</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-preload">preload</a>
+ attribute.</div>
 </td>
 </tr>
 <tr id="i11" class="rowColor">
@@ -286,7 +294,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Audio</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.34">Audio</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.36">Audio</a>()</pre>
 </li>
 </ul>
 </li>
@@ -303,8 +311,9 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>autoplay</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.43">autoplay</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;autoplay)</pre>
-<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-autoplay">autoplay</a> attribute.
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.47">autoplay</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;autoplay)</pre>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-autoplay">autoplay</a>
+ attribute.
  Hint that the media resource can be started automatically when the page is loaded.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -321,8 +330,9 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>controls</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.55">controls</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;controls)</pre>
-<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-controls">controls</a> attribute.
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.61">controls</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;controls)</pre>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-controls">controls</a>
+ attribute.
  Show user agent controls.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -339,9 +349,10 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>crossorigin</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.66">crossorigin</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;crossorigin)</pre>
-<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-crossorigin">crossorigin</a> attribute.
- How the element handles crossorigin requests.</div>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.74">crossorigin</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;crossorigin)</pre>
+<div class="block"><a class="doclink"
+ href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-crossorigin">crossorigin</a> attribute.
+ How the element handles cross-origin requests.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>crossorigin</code> - The new value for this attribute.</dd>
@@ -356,7 +367,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>loop</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.78">loop</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;loop)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.87">loop</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;loop)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-loop">loop</a> attribute.
  Whether to loop the media resource.</div>
 <dl>
@@ -374,8 +385,9 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>mediagroup</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.89">mediagroup</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;mediagroup)</pre>
-<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-mediagroup">mediagroup</a> attribute.
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.100">mediagroup</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;mediagroup)</pre>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-mediagroup">mediagroup</a>
+ attribute.
  Groups media elements together with an implicit MediaController.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -391,8 +403,9 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>muted</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.101">muted</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;muted)</pre>
-<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-muted">muted</a> attribute.
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.114">muted</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;muted)</pre>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-muted">muted</a>
+ attribute.
  Whether to mute the media resource by default.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -409,8 +422,9 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>preload</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.112">preload</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;preload)</pre>
-<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-preload">preload</a> attribute.
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.127">preload</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;preload)</pre>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-preload">preload</a>
+ attribute.
  Hints how much buffering the media resource will likely need.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -426,7 +440,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>src</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.130">src</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;src)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.145">src</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;src)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-media-src">src</a> attribute.
  Address of the resource.
  <p>
@@ -449,7 +463,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.141">_class</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;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.156">_class</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;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -468,7 +482,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.147">id</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;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.162">id</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;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -487,7 +501,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.153">style</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;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.168">style</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;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -506,7 +520,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.159">children</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;children)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.174">children</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;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -525,7 +539,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.165">child</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;child)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Audio.html#line.180">child</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;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/B.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/B.html b/content/site/apidocs/org/apache/juneau/dto/html5/B.html
index e6b2721..dbec21e 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/B.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/B.html
@@ -119,14 +119,16 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="b")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.30">B</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.32">B</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
-<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-b-element">&lt;b&gt;</a> element.
+<div class="block">DTO for an HTML <a class="doclink"
+ href="https://www.w3.org/TR/html5/text-level-semantics.html#the-b-element">&lt;b&gt;</a> element.
  <p>
 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
-   <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a>
+   <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects
+      (org.apache.juneau.dto)</a>
    <ul>
       <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a>
    </ul>
@@ -238,7 +240,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>B</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.30">B</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.32">B</a>()</pre>
 </li>
 </ul>
 </li>
@@ -255,7 +257,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.37">_class</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;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.39">_class</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;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -274,7 +276,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.43">id</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;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.45">id</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;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -293,7 +295,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.49">style</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;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.51">style</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;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -312,7 +314,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.55">children</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;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.57">children</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;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -332,7 +334,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.61">child</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;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/B.html#line.63">child</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;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/Base.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Base.html b/content/site/apidocs/org/apache/juneau/dto/html5/Base.html
index 58b39c6..6386b06 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Base.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Base.html
@@ -119,14 +119,16 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="base")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.34">Base</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.36">Base</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html" title="class in org.apache.juneau.dto.html5">HtmlElementVoid</a></pre>
-<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#the-base-element">&lt;base&gt;</a> element.
+<div class="block">DTO for an HTML <a class="doclink"
+ href="https://www.w3.org/TR/html5/document-metadata.html#the-base-element">&lt;base&gt;</a> element.
  <p>
 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
-   <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a>
+   <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects
+      (org.apache.juneau.dto)</a>
    <ul>
       <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a>
    </ul>
@@ -193,7 +195,8 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <tr id="i4" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Base.html#target-java.lang.String-">target</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;target)</code>
-<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-base-target">target</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-base-target">target</a>
+ attribute.</div>
 </td>
 </tr>
 </table>
@@ -231,7 +234,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Base</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.34">Base</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.36">Base</a>()</pre>
 </li>
 </ul>
 </li>
@@ -248,7 +251,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>href</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.49">href</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;href)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.51">href</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;href)</pre>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-base-href">href</a> attribute.
  Document base URL.
  <p>
@@ -271,8 +274,9 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>target</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.60">target</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;target)</pre>
-<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-base-target">target</a> attribute.
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.64">target</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;target)</pre>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-base-target">target</a>
+ attribute.
  Default browsing context for hyperlink navigation and form submission.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -288,7 +292,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.71">_class</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;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.75">_class</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;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -307,7 +311,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.77">id</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;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.81">id</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;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -326,7 +330,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.83">style</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;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Base.html#line.87">style</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;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/Bdi.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Bdi.html b/content/site/apidocs/org/apache/juneau/dto/html5/Bdi.html
index 63d37dc..832ead1 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Bdi.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Bdi.html
@@ -119,14 +119,16 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="bdi")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.30">Bdi</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.32">Bdi</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html" title="class in org.apache.juneau.dto.html5">HtmlElementText</a></pre>
-<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-bdi-element">&lt;bdi&gt;</a> element.
+<div class="block">DTO for an HTML <a class="doclink"
+ href="https://www.w3.org/TR/html5/text-level-semantics.html#the-bdi-element">&lt;bdi&gt;</a> element.
  <p>
 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
-   <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a>
+   <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects
+      (org.apache.juneau.dto)</a>
    <ul>
       <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a>
    </ul>
@@ -232,7 +234,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Bdi</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.30">Bdi</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.32">Bdi</a>()</pre>
 </li>
 </ul>
 </li>
@@ -249,7 +251,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.37">_class</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;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.39">_class</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;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -268,7 +270,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.43">id</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;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.45">id</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;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -287,7 +289,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.49">style</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;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.51">style</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;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -306,7 +308,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html
 <ul class="blockListLast">
 <li class="blockList">
 <h4>text</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.55">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;text)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdi.html#line.57">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;text)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementText.html#text-java.lang.Object-">HtmlElementText</a></code></span></div>
 <div class="block">Sets the text node on this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/Bdo.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Bdo.html b/content/site/apidocs/org/apache/juneau/dto/html5/Bdo.html
index d4a5240..7b0d8e0 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Bdo.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Bdo.html
@@ -119,14 +119,16 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="bdo")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.30">Bdo</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.32">Bdo</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
-<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-bdo-element">&lt;bdo&gt;</a> element.
+<div class="block">DTO for an HTML <a class="doclink"
+ href="https://www.w3.org/TR/html5/text-level-semantics.html#the-bdo-element">&lt;bdo&gt;</a> element.
  <p>
 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
-   <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a>
+   <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects
+      (org.apache.juneau.dto)</a>
    <ul>
       <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a>
    </ul>
@@ -244,7 +246,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Bdo</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.30">Bdo</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.32">Bdo</a>()</pre>
 </li>
 </ul>
 </li>
@@ -261,7 +263,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.37">_class</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;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.39">_class</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;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -280,7 +282,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>dir</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.43">dir</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;dir)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.45">dir</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;dir)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#dir-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-dir-attribute">dir</a> attribute.</div>
 <dl>
@@ -299,7 +301,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.49">id</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;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.51">id</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;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -318,7 +320,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.55">style</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;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.57">style</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;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -337,7 +339,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.61">children</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;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.63">children</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;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -357,7 +359,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.67">child</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;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Bdo.html#line.69">child</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;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/Blockquote.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Blockquote.html b/content/site/apidocs/org/apache/juneau/dto/html5/Blockquote.html
index ba05a94..edb8561 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/Blockquote.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/Blockquote.html
@@ -119,14 +119,16 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="blockquote")
-public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.30">Blockquote</a>
+public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.32">Blockquote</a>
 extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre>
-<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-blockquote-element">&lt;blockquote&gt;</a> element.
+<div class="block">DTO for an HTML <a class="doclink"
+ href="https://www.w3.org/TR/html5/grouping-content.html#the-blockquote-element">&lt;blockquote&gt;</a> element.
  <p>
 
  <h6 class='topic'>Additional Information</h6>
  <ul class='doctree'>
-   <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a>
+   <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects
+      (org.apache.juneau.dto)</a>
    <ul>
       <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a>
    </ul>
@@ -187,7 +189,8 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html#cite-java.lang.String-">cite</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;cite)</code>
-<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#attr-blockquote-cite">cite</a> attribute.</div>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#attr-blockquote-cite">cite</a>
+ attribute.</div>
 </td>
 </tr>
 <tr id="i4" class="altColor">
@@ -244,7 +247,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Blockquote</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.30">Blockquote</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.32">Blockquote</a>()</pre>
 </li>
 </ul>
 </li>
@@ -261,9 +264,10 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>cite</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.38">cite</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;cite)</pre>
-<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#attr-blockquote-cite">cite</a> attribute.
- Link to the source of the quotation..</div>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.42">cite</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;cite)</pre>
+<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#attr-blockquote-cite">cite</a>
+ attribute.
+ Link to the source of the quotation.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>cite</code> - The new value for this attribute.</dd>
@@ -278,7 +282,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>_class</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.49">_class</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;_class)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.53">_class</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;_class)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div>
 <dl>
@@ -297,7 +301,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>id</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.55">id</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;id)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.59">id</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;id)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div>
 <dl>
@@ -316,7 +320,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>style</h4>
-<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.61">style</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;style)</pre>
+<pre>public final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.65">style</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;style)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div>
 <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div>
 <dl>
@@ -335,7 +339,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>children</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.67">children</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;children)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.71">children</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;children)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds one or more child elements to this element.</div>
 <dl>
@@ -355,7 +359,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>child</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.73">child</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;child)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/Blockquote.html#line.77">child</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;child)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div>
 <div class="block">Adds a child element to this element.</div>
 <dl>