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/02 15:32:42 UTC

[41/51] [partial] incubator-juneau-website git commit: Javadoc updates.

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/HtmlBuilder.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlBuilder.html b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlBuilder.html
index ff4a310..733a5a8 100644
--- a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlBuilder.html
+++ b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlBuilder.html
@@ -108,9 +108,17 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.18">HtmlBuilder</a>
+<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.26">HtmlBuilder</a>
 extends <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></pre>
-<div class="block">Various useful static methods for creating HTML elements.</div>
+<div class="block">Various useful static methods for creating HTML elements.
+
+ <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>
+   <ul>
+      <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a>
+   </ul>
+ </ul></div>
 </li>
 </ul>
 </div>
@@ -1476,7 +1484,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HtmlBuilder</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.18">HtmlBuilder</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.26">HtmlBuilder</a>()</pre>
 </li>
 </ul>
 </li>
@@ -1493,7 +1501,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>a</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.24">a</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.32">a</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5"><code>A</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1507,7 +1515,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>a</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.34">a</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>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.42">a</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,
                         <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">Creates an <a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5"><code>A</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/A.html#href-java.lang.Object-"><code>A.href(Object)</code></a> attribute and <a href="../../../../../org/apache/juneau/dto/html5/A.html#children-java.lang.Object...-"><code>A.children(Object[])</code></a> nodes.</div>
 <dl>
@@ -1525,7 +1533,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>abbr</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.42">abbr</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.50">abbr</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5"><code>Abbr</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1539,7 +1547,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>abbr</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.52">abbr</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;title,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.60">abbr</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;title,
                               <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">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5"><code>Abbr</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Abbr.html#title-java.lang.String-"><code>Abbr.title(String)</code></a> attribute and <a href="../../../../../org/apache/juneau/dto/html5/Abbr.html#children-java.lang.Object...-"><code>Abbr.children(Object[])</code></a> nodes.</div>
 <dl>
@@ -1557,7 +1565,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>address</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.60">address</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.68">address</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5"><code>Address</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1571,7 +1579,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>address</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.69">address</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.77">address</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">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5"><code>Address</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1587,7 +1595,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>area</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.77">area</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.85">area</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5"><code>Area</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1601,7 +1609,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>area</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.88">area</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;shape,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.96">area</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;shape,
                               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;coords,
                               <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">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5"><code>Area</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Area.html#shape-java.lang.String-"><code>Area.shape(String)</code></a>, <a href="../../../../../org/apache/juneau/dto/html5/Area.html#coords-java.lang.String-"><code>Area.coords(String)</code></a>, and <a href="../../../../../org/apache/juneau/dto/html5/Area.html#href-java.lang.Object-"><code>Area.href(Object)</code></a> attributes.</div>
@@ -1621,7 +1629,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>article</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.96">article</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.104">article</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5"><code>Article</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1635,7 +1643,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>article</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.105">article</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.113">article</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">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5"><code>Article</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1651,7 +1659,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>aside</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.113">aside</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.121">aside</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5"><code>Aside</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1665,7 +1673,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>aside</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.122">aside</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.130">aside</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">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5"><code>Aside</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1681,7 +1689,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>audio</h4>
-<pre>public static 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/HtmlBuilder.html#line.130">audio</a>()</pre>
+<pre>public static 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/HtmlBuilder.html#line.138">audio</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5"><code>Audio</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1695,7 +1703,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>audio</h4>
-<pre>public static 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/HtmlBuilder.html#line.139">audio</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;src)</pre>
+<pre>public static 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/HtmlBuilder.html#line.147">audio</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;src)</pre>
 <div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5"><code>Audio</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Audio.html#src-java.lang.Object-"><code>Audio.src(Object)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1711,7 +1719,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>b</h4>
-<pre>public static 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/HtmlBuilder.html#line.147">b</a>()</pre>
+<pre>public static 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/HtmlBuilder.html#line.155">b</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5"><code>B</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1725,7 +1733,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>b</h4>
-<pre>public static 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/HtmlBuilder.html#line.156">b</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 static 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/HtmlBuilder.html#line.164">b</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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5"><code>B</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1741,7 +1749,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public static 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/HtmlBuilder.html#line.164">base</a>()</pre>
+<pre>public static 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/HtmlBuilder.html#line.172">base</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5"><code>Base</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1755,7 +1763,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>base</h4>
-<pre>public static 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/HtmlBuilder.html#line.173">base</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 static 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/HtmlBuilder.html#line.181">base</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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5"><code>Base</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Base.html#href-java.lang.Object-"><code>Base.href(Object)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1771,7 +1779,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>bdi</h4>
-<pre>public static 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/HtmlBuilder.html#line.181">bdi</a>()</pre>
+<pre>public static 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/HtmlBuilder.html#line.189">bdi</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5"><code>Bdi</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1785,7 +1793,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>bdi</h4>
-<pre>public static 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/HtmlBuilder.html#line.190">bdi</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 static 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/HtmlBuilder.html#line.198">bdi</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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5"><code>Bdi</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Bdi.html#text-java.lang.Object-"><code>Bdi.text(Object)</code></a> node.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1801,7 +1809,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>bdo</h4>
-<pre>public static 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/HtmlBuilder.html#line.198">bdo</a>()</pre>
+<pre>public static 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/HtmlBuilder.html#line.206">bdo</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5"><code>Bdo</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1815,7 +1823,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>bdo</h4>
-<pre>public static 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/HtmlBuilder.html#line.208">bdo</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>public static 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/HtmlBuilder.html#line.216">bdo</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,
                             <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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5"><code>Bdo</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Bdo.html#dir-java.lang.String-"><code>Bdo.dir(String)</code></a> attribute and child nodes.</div>
 <dl>
@@ -1833,7 +1841,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>blockquote</h4>
-<pre>public static 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/HtmlBuilder.html#line.216">blockquote</a>()</pre>
+<pre>public static 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/HtmlBuilder.html#line.224">blockquote</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5"><code>Blockquote</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1847,7 +1855,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>blockquote</h4>
-<pre>public static 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/HtmlBuilder.html#line.225">blockquote</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 static 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/HtmlBuilder.html#line.233">blockquote</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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5"><code>Blockquote</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1863,7 +1871,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>body</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.233">body</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.241">body</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5"><code>Body</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1877,7 +1885,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>body</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.242">body</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.250">body</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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5"><code>Body</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1893,7 +1901,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>br</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Br.html" title="class in org.apache.juneau.dto.html5">Br</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.250">br</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Br.html" title="class in org.apache.juneau.dto.html5">Br</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.258">br</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Br.html" title="class in org.apache.juneau.dto.html5"><code>Br</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1907,7 +1915,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>button</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.258">button</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.266">button</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5"><code>Button</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1921,7 +1929,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>button</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.267">button</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;type)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.275">button</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;type)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5"><code>Button</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Button.html#type-java.lang.String-"><code>Button.type(String)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1937,7 +1945,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>button</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.277">button</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;type,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.285">button</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;type,
                                   <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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5"><code>Button</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Button.html#type-java.lang.String-"><code>Button.type(String)</code></a> attribute and <a href="../../../../../org/apache/juneau/dto/html5/Button.html#children-java.lang.Object...-"><code>Button.children(Object[])</code></a> nodes.</div>
 <dl>
@@ -1955,7 +1963,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>canvas</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.285">canvas</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.293">canvas</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5"><code>Canvas</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1969,7 +1977,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>canvas</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.295">canvas</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;width,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.303">canvas</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;width,
                                   <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;height)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5"><code>Canvas</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Canvas.html#width-java.lang.Object-"><code>Canvas.width(Object)</code></a> and <a href="../../../../../org/apache/juneau/dto/html5/Canvas.html#height-java.lang.Object-"><code>Canvas.height(Object)</code></a> attributes.</div>
 <dl>
@@ -1987,7 +1995,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>caption</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.303">caption</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.311">caption</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5"><code>Caption</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2001,7 +2009,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>caption</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.312">caption</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.320">caption</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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5"><code>Caption</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2017,7 +2025,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>cite</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.320">cite</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.328">cite</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5"><code>Cite</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2031,7 +2039,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>cite</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.329">cite</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.337">cite</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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5"><code>Cite</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2047,7 +2055,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>code</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.337">code</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.345">code</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5"><code>Code</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2061,7 +2069,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>code</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.346">code</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.354">code</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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5"><code>Code</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2077,7 +2085,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>col</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.354">col</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.362">col</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5"><code>Col</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2091,7 +2099,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>col</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.363">col</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;span)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.371">col</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;span)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5"><code>Col</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Col.html#span-java.lang.Object-"><code>Col.span(Object)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2107,7 +2115,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>colgroup</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.371">colgroup</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.379">colgroup</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5"><code>Colgroup</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2121,7 +2129,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>colgroup</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.380">colgroup</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.388">colgroup</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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5"><code>Colgroup</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2137,7 +2145,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>data</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.388">data</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.396">data</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5"><code>Data</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2151,7 +2159,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>data</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.398">data</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.406">data</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value,
                               <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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5"><code>Data</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Data.html#value-java.lang.Object-"><code>Data.value(Object)</code></a> attribute and child node.</div>
 <dl>
@@ -2169,7 +2177,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>datalist</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.406">datalist</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.414">datalist</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5"><code>Datalist</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2183,7 +2191,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>datalist</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.416">datalist</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>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.424">datalist</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,
                                       <a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a>...&nbsp;children)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5"><code>Datalist</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Datalist.html#id-java.lang.String-"><code>Datalist.id(String)</code></a> attribute and child nodes.</div>
 <dl>
@@ -2201,7 +2209,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>dd</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.424">dd</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.432">dd</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5"><code>Dd</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2215,7 +2223,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>dd</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.433">dd</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.441">dd</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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5"><code>Dd</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2231,7 +2239,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>del</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.441">del</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.449">del</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5"><code>Del</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2245,7 +2253,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>del</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.450">del</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.458">del</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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5"><code>Del</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Del.html#children-java.lang.Object...-"><code>Del.children(Object[])</code></a> node.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2261,7 +2269,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>dfn</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.458">dfn</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.466">dfn</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5"><code>Dfn</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2275,7 +2283,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>dfn</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.467">dfn</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.475">dfn</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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5"><code>Dfn</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2291,7 +2299,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>div</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.475">div</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.483">div</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5"><code>Div</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2305,7 +2313,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>div</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.484">div</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.492">div</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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5"><code>Div</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2321,7 +2329,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>dl</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.492">dl</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.500">dl</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5"><code>Dl</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2335,7 +2343,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>dl</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.501">dl</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.509">dl</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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5"><code>Dl</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2351,7 +2359,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>dt</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.509">dt</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.517">dt</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5"><code>Dt</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2365,7 +2373,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>dt</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.518">dt</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.526">dt</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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5"><code>Dt</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2381,7 +2389,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>em</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.526">em</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.534">em</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5"><code>Em</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2395,7 +2403,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>em</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.535">em</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.543">em</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">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5"><code>Em</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Em.html#children-java.lang.Object...-"><code>Em.children(Object[])</code></a> nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2411,7 +2419,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>embed</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.543">embed</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.551">embed</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5"><code>Embed</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2425,7 +2433,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>embed</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.552">embed</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.560">embed</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">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5"><code>Embed</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Embed.html#src-java.lang.Object-"><code>Embed.src(Object)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2441,7 +2449,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>fieldset</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.560">fieldset</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.568">fieldset</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5"><code>Fieldset</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2455,7 +2463,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>fieldset</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.569">fieldset</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.577">fieldset</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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5"><code>Fieldset</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2471,7 +2479,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>figcaption</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.577">figcaption</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.585">figcaption</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5"><code>Figcaption</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2485,7 +2493,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>figcaption</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.586">figcaption</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.594">figcaption</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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5"><code>Figcaption</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2501,7 +2509,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>figure</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.594">figure</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.602">figure</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5"><code>Figure</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2515,7 +2523,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>figure</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.603">figure</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.611">figure</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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5"><code>Figure</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2531,7 +2539,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>footer</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.611">footer</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.619">footer</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5"><code>Footer</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2545,7 +2553,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>footer</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.620">footer</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.628">footer</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">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5"><code>Footer</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2561,7 +2569,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>form</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.628">form</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.636">form</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5"><code>Form</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2575,7 +2583,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>form</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.637">form</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;action)</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.645">form</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;action)</pre>
 <div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5"><code>Form</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Form.html#action-java.lang.String-"><code>Form.action(String)</code></a> attribute.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2591,7 +2599,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>form</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.647">form</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;action,
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.655">form</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;action,
                               <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">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5"><code>Form</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Form.html#action-java.lang.String-"><code>Form.action(String)</code></a> attribute and child nodes.</div>
 <dl>
@@ -2609,7 +2617,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>h1</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.655">h1</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.663">h1</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5"><code>H1</code></a> element.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -2623,7 +2631,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>h1</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.664">h1</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 static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.672">h1</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">Creates an <a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5"><code>H1</code></a> element with the specified child nodes.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -2639,7 +2647,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>h2</h4>
-<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H2.html" title="class in org.apache.juneau.dto.html5">H2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.672">h2</a>()</pre>
+<pre>public static final&nbsp;<a href="../../../../../org/apache/juneau/dto/html5/H2.html" title="class in org.apache.juneau.dto.html5">H2</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.680">h2</a>()</pre>
 <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/H2.html" title="class in org.apache.juneau.dto.html5"><code>H2</code></a> element.</div>


<TRUNCATED>