http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/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 ce4b024..fc5a7f6 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlBuilder.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlBuilder.html @@ -108,13 +108,14 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <hr> <br> -<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.26">HtmlBuilder</a> +<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.27">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 (org.apache.juneau.dto)</a> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + (org.apache.juneau.dto)</a> <ul> <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a> </ul> @@ -164,7 +165,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <td class="colFirst"><code>static <a href="../../../../../org/apache/juneau/dto/html5/A.html" title="class in org.apache.juneau.dto.html5">A</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/HtmlBuilder.html#a-java.lang.Object-java.lang.Object...-">a</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> 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)</code> -<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> +<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> </td> </tr> <tr id="i2" class="altColor"> @@ -177,7 +179,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <td class="colFirst"><code>static <a href="../../../../../org/apache/juneau/dto/html5/Abbr.html" title="class in org.apache.juneau.dto.html5">Abbr</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/HtmlBuilder.html#abbr-java.lang.String-java.lang.Object...-">abbr</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> 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)</code> -<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> +<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> </td> </tr> <tr id="i4" class="altColor"> @@ -203,7 +206,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/HtmlBuilder.html#area-java.lang.String-java.lang.String-java.lang.Object-">area</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> 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)</code> -<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> +<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> </td> </tr> <tr id="i8" class="altColor"> @@ -337,7 +341,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <td class="colFirst"><code>static <a href="../../../../../org/apache/juneau/dto/html5/Button.html" title="class in org.apache.juneau.dto.html5">Button</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/HtmlBuilder.html#button-java.lang.String-java.lang.Object...-">button</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> 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)</code> -<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> +<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> </td> </tr> <tr id="i30" class="altColor"> @@ -350,7 +355,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <td class="colFirst"><code>static <a href="../../../../../org/apache/juneau/dto/html5/Canvas.html" title="class in org.apache.juneau.dto.html5">Canvas</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/HtmlBuilder.html#canvas-java.lang.Number-java.lang.Number-">canvas</a></span>(<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)</code> -<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> +<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> </td> </tr> <tr id="i32" class="altColor"> @@ -972,7 +978,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <td class="colFirst"><code>static <a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5">Option</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/HtmlBuilder.html#option-java.lang.Object-java.lang.Object-">option</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> 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> text)</code> -<div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5"><code>Option</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Option.html#value-java.lang.Object-"><code>Option.value(Object)</code></a> attribute and <a href="../../../../../org/apache/juneau/dto/html5/Option.html#text-java.lang.Object-"><code>Option.text(Object)</code></a> node.</div> +<div class="block">Creates an <a href="../../../../../org/apache/juneau/dto/html5/Option.html" title="class in org.apache.juneau.dto.html5"><code>Option</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Option.html#value-java.lang.Object-"><code>Option.value(Object)</code></a> attribute and + <a href="../../../../../org/apache/juneau/dto/html5/Option.html#text-java.lang.Object-"><code>Option.text(Object)</code></a> node.</div> </td> </tr> <tr id="i135" class="rowColor"> @@ -1009,7 +1016,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <td class="colFirst"><code>static <a href="../../../../../org/apache/juneau/dto/html5/Param.html" title="class in org.apache.juneau.dto.html5">Param</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/HtmlBuilder.html#param-java.lang.String-java.lang.Object-">param</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code> -<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Param.html" title="class in org.apache.juneau.dto.html5"><code>Param</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Param.html#name-java.lang.String-"><code>Param.name(String)</code></a> and <a href="../../../../../org/apache/juneau/dto/html5/Param.html#value-java.lang.Object-"><code>Param.value(Object)</code></a> attributes.</div> +<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Param.html" title="class in org.apache.juneau.dto.html5"><code>Param</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Param.html#name-java.lang.String-"><code>Param.name(String)</code></a> and <a href="../../../../../org/apache/juneau/dto/html5/Param.html#value-java.lang.Object-"><code>Param.value(Object)</code></a> + attributes.</div> </td> </tr> <tr id="i141" class="rowColor"> @@ -1142,7 +1150,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <td class="colFirst"><code>static <a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5">Script</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/HtmlBuilder.html#script-java.lang.String-java.lang.String-">script</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> type, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text)</code> -<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5"><code>Script</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Script.html#type-java.lang.String-"><code>Script.type(String)</code></a> attribute and <a href="../../../../../org/apache/juneau/dto/html5/Script.html#text-java.lang.Object-"><code>Script.text(Object)</code></a> node.</div> +<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Script.html" title="class in org.apache.juneau.dto.html5"><code>Script</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Script.html#type-java.lang.String-"><code>Script.type(String)</code></a> attribute and + <a href="../../../../../org/apache/juneau/dto/html5/Script.html#text-java.lang.Object-"><code>Script.text(Object)</code></a> node.</div> </td> </tr> <tr id="i163" class="rowColor"> @@ -1192,7 +1201,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <td class="colFirst"><code>static <a href="../../../../../org/apache/juneau/dto/html5/Source.html" title="class in org.apache.juneau.dto.html5">Source</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/HtmlBuilder.html#source-java.lang.Object-java.lang.String-">source</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> src, <a href="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)</code> -<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Source.html" title="class in org.apache.juneau.dto.html5"><code>Source</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Source.html#src-java.lang.Object-"><code>Source.src(Object)</code></a> and <a href="../../../../../org/apache/juneau/dto/html5/Source.html#type-java.lang.String-"><code>Source.type(String)</code></a> attributes.</div> +<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Source.html" title="class in org.apache.juneau.dto.html5"><code>Source</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Source.html#src-java.lang.Object-"><code>Source.src(Object)</code></a> and <a href="../../../../../org/apache/juneau/dto/html5/Source.html#type-java.lang.String-"><code>Source.type(String)</code></a> + attributes.</div> </td> </tr> <tr id="i171" class="rowColor"> @@ -1314,7 +1324,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <td class="colFirst"><code>static <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/HtmlBuilder.html#textarea-java.lang.String-java.lang.String-">textarea</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text)</code> -<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5"><code>Textarea</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html#name-java.lang.String-"><code>Textarea.name(String)</code></a> attribute and <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html#text-java.lang.Object-"><code>Textarea.text(Object)</code></a> node.</div> +<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5"><code>Textarea</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html#name-java.lang.String-"><code>Textarea.name(String)</code></a> attribute and + <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html#text-java.lang.Object-"><code>Textarea.text(Object)</code></a> node.</div> </td> </tr> <tr id="i191" class="rowColor"> @@ -1399,7 +1410,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <td class="colFirst"><code>static <a href="../../../../../org/apache/juneau/dto/html5/Track.html" title="class in org.apache.juneau.dto.html5">Track</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/HtmlBuilder.html#track-java.lang.Object-java.lang.String-">track</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> src, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> kind)</code> -<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Track.html" title="class in org.apache.juneau.dto.html5"><code>Track</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Track.html#src-java.lang.Object-"><code>Track.src(Object)</code></a> and <a href="../../../../../org/apache/juneau/dto/html5/Track.html#kind-java.lang.String-"><code>Track.kind(String)</code></a> attributes.</div> +<div class="block">Creates a <a href="../../../../../org/apache/juneau/dto/html5/Track.html" title="class in org.apache.juneau.dto.html5"><code>Track</code></a> element with the specified <a href="../../../../../org/apache/juneau/dto/html5/Track.html#src-java.lang.Object-"><code>Track.src(Object)</code></a> and <a href="../../../../../org/apache/juneau/dto/html5/Track.html#kind-java.lang.String-"><code>Track.kind(String)</code></a> + attributes.</div> </td> </tr> <tr id="i205" class="rowColor"> @@ -1484,7 +1496,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.26">HtmlBuilder</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlBuilder.html#line.27">HtmlBuilder</a>()</pre> </li> </ul> </li> @@ -1501,7 +1513,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.32">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.34">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> @@ -1515,9 +1527,10 @@ 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.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> 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.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, <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> +<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> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>href</code> - The <a href="../../../../../org/apache/juneau/dto/html5/A.html#href-java.lang.Object-"><code>A.href(Object)</code></a> attribute.</dd> @@ -1533,7 +1546,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.50">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.55">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> @@ -1547,9 +1560,10 @@ 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.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> 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.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, <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> +<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> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>title</code> - The <a href="../../../../../org/apache/juneau/dto/html5/Abbr.html#title-java.lang.String-"><code>Abbr.title(String)</code></a> attribute.</dd> @@ -1565,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 <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.68">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.76">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> @@ -1579,7 +1593,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.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>... 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.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> <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> @@ -1595,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 <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.85">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.95">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> @@ -1609,10 +1623,11 @@ 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.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> 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.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, <a href="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>, and <a href="../../../../../org/apache/juneau/dto/html5/Area.html#href-java.lang.Object-"><code>Area.href(Object)</code></a> attributes.</div> +<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> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>shape</code> - The <a href="../../../../../org/apache/juneau/dto/html5/Area.html#shape-java.lang.String-"><code>Area.shape(String)</code></a> attribute.</dd> @@ -1629,7 +1644,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.104">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.117">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> @@ -1643,7 +1658,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.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>... 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.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> <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> @@ -1659,7 +1674,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.121">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.136">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> @@ -1673,7 +1688,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.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>... 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.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> <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> @@ -1689,7 +1704,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.138">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.155">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> @@ -1703,7 +1718,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.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> 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.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> <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> @@ -1719,7 +1734,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.155">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.174">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> @@ -1733,7 +1748,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.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>... 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.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> <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> @@ -1749,7 +1764,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.172">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.193">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> @@ -1763,7 +1778,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.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> 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.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> <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> @@ -1779,7 +1794,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.189">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.212">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> @@ -1793,7 +1808,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.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> 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.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> <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> @@ -1809,7 +1824,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.206">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.231">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> @@ -1823,7 +1838,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.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> 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.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, <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> @@ -1841,7 +1856,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.224">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.251">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> @@ -1855,7 +1870,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.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>... 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.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> <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> @@ -1871,7 +1886,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.241">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.270">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> @@ -1885,7 +1900,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.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>... 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.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> <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> @@ -1901,7 +1916,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.258">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.289">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> @@ -1915,7 +1930,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.266">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.298">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> @@ -1929,7 +1944,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.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> 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.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> <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> @@ -1945,9 +1960,10 @@ 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.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> 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.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, <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> +<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> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>type</code> - The <a href="../../../../../org/apache/juneau/dto/html5/Button.html#type-java.lang.String-"><code>Button.type(String)</code></a> attribute.</dd> @@ -1963,7 +1979,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.293">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.328">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> @@ -1977,9 +1993,10 @@ 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.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> 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.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, <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> +<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> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>width</code> - The <a href="../../../../../org/apache/juneau/dto/html5/Canvas.html#width-java.lang.Object-"><code>Canvas.width(Object)</code></a> attribute.</dd> @@ -1995,7 +2012,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.311">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.349">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> @@ -2009,7 +2026,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.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>... 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.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> <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> @@ -2025,7 +2042,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.328">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.368">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> @@ -2039,7 +2056,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.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>... 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.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> <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> @@ -2055,7 +2072,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.345">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.387">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> @@ -2069,7 +2086,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.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>... 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.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> <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> @@ -2085,7 +2102,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.362">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.407">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> @@ -2099,7 +2116,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.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> 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.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> <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> @@ -2115,7 +2132,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.379">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.426">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> @@ -2129,7 +2146,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.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>... 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.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> <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> @@ -2145,7 +2162,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.396">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.445">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> @@ -2159,7 +2176,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.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> 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.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, <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> @@ -2177,7 +2194,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.414">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.465">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> @@ -2191,7 +2208,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.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> 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.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, <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> @@ -2209,7 +2226,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.432">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.485">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> @@ -2223,7 +2240,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.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>... 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.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> <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> @@ -2239,7 +2256,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.449">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.504">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> @@ -2253,7 +2270,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.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>... 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.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> <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> @@ -2269,7 +2286,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.466">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.523">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> @@ -2283,7 +2300,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.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>... 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.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> <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> @@ -2299,7 +2316,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.483">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.542">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> @@ -2313,7 +2330,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.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>... 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.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> <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> @@ -2329,7 +2346,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.500">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.561">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> @@ -2343,7 +2360,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.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>... children)</pre> +<pre>public static final <a href
<TRUNCATED>
