http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/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 fc5a7f6..68d3c23 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlBuilder.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlBuilder.html @@ -108,17 +108,20 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <hr> <br> -<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.27">HtmlBuilder</a> +<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.30">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. <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + <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> + <li class='sublink'> + <a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a> + </ul> + </li> </ul></div> </li> </ul> @@ -1496,7 +1499,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 <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.27">HtmlBuilder</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.30">HtmlBuilder</a>()</pre> </li> </ul> </li> @@ -1513,7 +1516,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 <a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.34">a</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.37">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> @@ -1527,7 +1530,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 <a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.46">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> href, +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.49">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> 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>... 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> @@ -1546,7 +1549,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 <a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.55">abbr</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.58">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> @@ -1560,7 +1563,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 <a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.67">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> title, +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.70">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> 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>... 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> @@ -1579,7 +1582,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 <a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.76">address</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.79">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> @@ -1593,7 +1596,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 <a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.86">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Address.html" title="class in org.apache.juneau.dto.html5">Address</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.89">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>... 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> @@ -1609,7 +1612,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 <a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.95">area</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.98">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> @@ -1623,7 +1626,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 <a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.108">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> shape, +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Area.html" title="class in org.apache.juneau.dto.html5">Area</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.111">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> 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> 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> 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>, @@ -1644,7 +1647,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 <a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.117">article</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.120">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> @@ -1658,7 +1661,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 <a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.127">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Article.html" title="class in org.apache.juneau.dto.html5">Article</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.130">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>... 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> @@ -1674,7 +1677,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 <a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.136">aside</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.139">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> @@ -1688,7 +1691,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 <a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.146">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Aside.html" title="class in org.apache.juneau.dto.html5">Aside</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.149">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>... 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> @@ -1704,7 +1707,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 <a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.155">audio</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.158">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> @@ -1718,7 +1721,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 <a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.165">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> src)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Audio.html" title="class in org.apache.juneau.dto.html5">Audio</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.168">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> 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> @@ -1734,7 +1737,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 <a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.174">b</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.177">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> @@ -1748,7 +1751,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 <a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.184">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/B.html" title="class in org.apache.juneau.dto.html5">B</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.187">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>... 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> @@ -1764,7 +1767,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 <a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.193">base</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.196">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> @@ -1778,7 +1781,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 <a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.203">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> href)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Base.html" title="class in org.apache.juneau.dto.html5">Base</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.206">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> 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> @@ -1794,7 +1797,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 <a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.212">bdi</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.215">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> @@ -1808,7 +1811,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 <a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.222">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> text)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Bdi.html" title="class in org.apache.juneau.dto.html5">Bdi</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.225">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> 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> @@ -1824,7 +1827,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 <a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.231">bdo</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.234">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> @@ -1838,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>bdo</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.242">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> dir, +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Bdo.html" title="class in org.apache.juneau.dto.html5">Bdo</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.245">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> 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>... 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> @@ -1856,7 +1859,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 <a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.251">blockquote</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.254">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> @@ -1870,7 +1873,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 <a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.261">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Blockquote.html" title="class in org.apache.juneau.dto.html5">Blockquote</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.264">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>... 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> @@ -1886,7 +1889,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 <a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.270">body</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.273">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> @@ -1900,7 +1903,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 <a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.280">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Body.html" title="class in org.apache.juneau.dto.html5">Body</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.283">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>... 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> @@ -1916,7 +1919,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 <a href="../../../../../org/apache/juneau/dto/html5/Br.html" title="class in org.apache.juneau.dto.html5">Br</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.289">br</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Br.html" title="class in org.apache.juneau.dto.html5">Br</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.292">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> @@ -1930,7 +1933,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 <a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.298">button</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.301">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> @@ -1944,7 +1947,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 <a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.308">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> type)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.311">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> 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> @@ -1960,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>button</h4> -<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.320">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> type, +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.323">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> 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>... 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> @@ -1979,7 +1982,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 <a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.328">canvas</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.331">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> @@ -1993,7 +1996,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 <a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.340">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> width, +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.343">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> 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> 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> @@ -2012,7 +2015,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 <a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.349">caption</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.352">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> @@ -2026,7 +2029,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 <a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.359">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Caption.html" title="class in org.apache.juneau.dto.html5">Caption</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.362">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>... 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> @@ -2042,7 +2045,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 <a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.368">cite</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.371">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> @@ -2056,7 +2059,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 <a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.378">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Cite.html" title="class in org.apache.juneau.dto.html5">Cite</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.381">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>... 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> @@ -2072,7 +2075,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 <a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.387">code</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.390">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> @@ -2086,7 +2089,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 <a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.397">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Code.html" title="class in org.apache.juneau.dto.html5">Code</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.400">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>... 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> @@ -2102,7 +2105,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 <a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.407">col</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.410">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> @@ -2116,7 +2119,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 <a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.417">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> span)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Col.html" title="class in org.apache.juneau.dto.html5">Col</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.420">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> 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> @@ -2132,7 +2135,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 <a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.426">colgroup</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.429">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> @@ -2146,7 +2149,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 <a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.436">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Colgroup.html" title="class in org.apache.juneau.dto.html5">Colgroup</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.439">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>... 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> @@ -2162,7 +2165,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 <a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.445">data</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.448">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> @@ -2176,7 +2179,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 <a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.456">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> value, +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Data.html" title="class in org.apache.juneau.dto.html5">Data</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.459">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> 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> 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> @@ -2194,7 +2197,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 <a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.465">datalist</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.468">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> @@ -2208,7 +2211,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 <a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.476">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> id, +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Datalist.html" title="class in org.apache.juneau.dto.html5">Datalist</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.479">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> id, <a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a>... 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> @@ -2226,7 +2229,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 <a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.485">dd</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.488">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> @@ -2240,7 +2243,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 <a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.495">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Dd.html" title="class in org.apache.juneau.dto.html5">Dd</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.498">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>... 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> @@ -2256,7 +2259,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 <a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.504">del</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.507">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> @@ -2270,7 +2273,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 <a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.514">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Del.html" title="class in org.apache.juneau.dto.html5">Del</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.517">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>... 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> @@ -2286,7 +2289,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 <a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.523">dfn</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.526">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> @@ -2300,7 +2303,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 <a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.533">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Dfn.html" title="class in org.apache.juneau.dto.html5">Dfn</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.536">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>... 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> @@ -2316,7 +2319,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 <a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.542">div</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.545">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> @@ -2330,7 +2333,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 <a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.552">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Div.html" title="class in org.apache.juneau.dto.html5">Div</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.555">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>... 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> @@ -2346,7 +2349,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 <a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.561">dl</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.564">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> @@ -2360,7 +2363,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 <a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.571">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Dl.html" title="class in org.apache.juneau.dto.html5">Dl</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.574">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>... 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> @@ -2376,7 +2379,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 <a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.580">dt</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.583">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> @@ -2390,7 +2393,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 <a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.590">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Dt.html" title="class in org.apache.juneau.dto.html5">Dt</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.593">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>... 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> @@ -2406,7 +2409,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 <a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.599">em</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.602">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> @@ -2420,7 +2423,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 <a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.609">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Em.html" title="class in org.apache.juneau.dto.html5">Em</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.612">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>... 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> @@ -2436,7 +2439,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 <a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.618">embed</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.621">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> @@ -2450,7 +2453,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 <a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.628">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> src)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Embed.html" title="class in org.apache.juneau.dto.html5">Embed</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.631">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> 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> @@ -2466,7 +2469,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 <a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.637">fieldset</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.640">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> @@ -2480,7 +2483,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 <a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.647">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Fieldset.html" title="class in org.apache.juneau.dto.html5">Fieldset</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.650">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>... 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> @@ -2496,7 +2499,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 <a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.656">figcaption</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.659">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> @@ -2510,7 +2513,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 <a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.666">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Figcaption.html" title="class in org.apache.juneau.dto.html5">Figcaption</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.669">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>... 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> @@ -2526,7 +2529,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 <a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.675">figure</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.678">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> @@ -2540,7 +2543,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 <a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.685">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Figure.html" title="class in org.apache.juneau.dto.html5">Figure</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.688">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>... 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> @@ -2556,7 +2559,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 <a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.694">footer</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.697">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> @@ -2570,7 +2573,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 <a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.704">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Footer.html" title="class in org.apache.juneau.dto.html5">Footer</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.707">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>... 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> @@ -2586,7 +2589,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 <a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.713">form</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.716">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> @@ -2600,7 +2603,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 <a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.723">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> action)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.726">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> 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> @@ -2616,7 +2619,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 <a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.734">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> action, +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/Form.html" title="class in org.apache.juneau.dto.html5">Form</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.737">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> 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>... 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> @@ -2634,7 +2637,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 <a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.743">h1</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.746">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> @@ -2648,7 +2651,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 <a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.753">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>... children)</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/H1.html" title="class in org.apache.juneau.dto.html5">H1</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.756">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>... 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> @@ -2664,7 +2667,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 <a href="../../../../../org/apache/juneau/dto/html5/H2.html" title="class in org.apache.juneau.dto.html5">H2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.762">h2</a>()</pre> +<pre>public static final <a href="../../../../../org/apache/juneau/dto/html5/H2.html" title="class in org.apache.juneau.dto.html5">H2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.765">h2</a>()</pre> <div class="block">Creates an empty <a href="../../../../../org/apache/juneau/dto/html5/H2.html" title="class in org.apache.j
<TRUNCATED>
