http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementContainer.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementContainer.html b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementContainer.html index caac798..8827a92 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementContainer.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementContainer.html @@ -117,13 +117,14 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.35">HtmlElementContainer</a> +<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.36">HtmlElementContainer</a> extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></pre> <div class="block">A subclass of HTML elements that contain only other elements, not text. <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> @@ -241,7 +242,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti <ul class="blockListLast"> <li class="blockList"> <h4>HtmlElementContainer</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.35">HtmlElementContainer</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.36">HtmlElementContainer</a>()</pre> </li> </ul> </li> @@ -261,7 +262,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#ELEMENTS">ELEMENTS</a>) <a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#beanDictionary--">beanDictionary</a>=<a href="../../../../../org/apache/juneau/dto/html5/HtmlBeanDictionary.html" title="class in org.apache.juneau.dto.html5">HtmlBeanDictionary.class</a>, <a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="c") -public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</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>> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.45">getChildren</a>()</pre> +public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</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>> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.47">getChildren</a>()</pre> <div class="block">The children of this element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -276,7 +277,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedLi <li class="blockList"> <h4>setChildren</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="c") -public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.55">setChildren</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</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> +public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.58">setChildren</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</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">Sets the children for this container.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -292,7 +293,7 @@ public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementConta <ul class="blockList"> <li class="blockList"> <h4>getChild</h4> -<pre>public <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> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.66">getChild</a>(int index)</pre> +<pre>public <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> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.69">getChild</a>(int index)</pre> <div class="block">Returns the child node at the specified index.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -308,7 +309,7 @@ public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementConta <ul class="blockList"> <li class="blockList"> <h4>getChild</h4> -<pre>public <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> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.80">getChild</a>(int... index)</pre> +<pre>public <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> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.83">getChild</a>(int... index)</pre> <div class="block">Returns the child node at the specified address. <p> Indexes are zero-indexed. @@ -328,7 +329,7 @@ public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementConta <ul class="blockList"> <li class="blockList"> <h4>getChild</h4> -<pre>public <T> T <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.105">getChild</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> type, +<pre>public <T> T <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.108">getChild</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> type, int index)</pre> <div class="block">Returns the child node at the specified index.</div> <dl> @@ -348,7 +349,7 @@ public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementConta <ul class="blockList"> <li class="blockList"> <h4>children</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.115">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.122">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> <div class="block">Adds one or more child elements to this element.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -364,7 +365,7 @@ public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementConta <ul class="blockListLast"> <li class="blockList"> <h4>child</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.130">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementContainer.html#line.138">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> <div class="block">Adds a child element to this element.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementMixed.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementMixed.html b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementMixed.html index e442508..1f0a0a3 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementMixed.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementMixed.html @@ -117,13 +117,14 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.35">HtmlElementMixed</a> +<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.36">HtmlElementMixed</a> extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></pre> <div class="block">A subclass of HTML elements that contain mixed content (elements and text). <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> @@ -241,7 +242,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti <ul class="blockListLast"> <li class="blockList"> <h4>HtmlElementMixed</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.35">HtmlElementMixed</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.36">HtmlElementMixed</a>()</pre> </li> </ul> </li> @@ -261,7 +262,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#MIXED">MIXED</a>) <a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#beanDictionary--">beanDictionary</a>=<a href="../../../../../org/apache/juneau/dto/html5/HtmlBeanDictionary.html" title="class in org.apache.juneau.dto.html5">HtmlBeanDictionary.class</a>, <a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#name--">name</a>="c") -public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</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>> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.45">getChildren</a>()</pre> +public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</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>> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.47">getChildren</a>()</pre> <div class="block">The children of this element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -276,7 +277,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedLi <li class="blockList"> <h4>setChildren</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="c") -public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.56">setChildren</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</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> +public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.58">setChildren</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</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">Sets the children of this element.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -292,7 +293,7 @@ public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html <ul class="blockList"> <li class="blockList"> <h4>getChild</h4> -<pre>public <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> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.67">getChild</a>(int index)</pre> +<pre>public <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> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.69">getChild</a>(int index)</pre> <div class="block">Returns the child node at the specified index.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -308,7 +309,7 @@ public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html <ul class="blockList"> <li class="blockList"> <h4>getChild</h4> -<pre>public <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> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.81">getChild</a>(int... index)</pre> +<pre>public <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> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.83">getChild</a>(int... index)</pre> <div class="block">Returns the child node at the specified address. <p> Indexes are zero-indexed. @@ -328,7 +329,7 @@ public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html <ul class="blockList"> <li class="blockList"> <h4>getChild</h4> -<pre>public <T> T <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.106">getChild</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> type, +<pre>public <T> T <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.108">getChild</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> type, int index)</pre> <div class="block">Returns the child node at the specified index.</div> <dl> @@ -348,7 +349,7 @@ public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html <ul class="blockList"> <li class="blockList"> <h4>children</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.117">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.124">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> <div class="block">Adds one or more child elements to this element.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -365,7 +366,7 @@ public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html <ul class="blockListLast"> <li class="blockList"> <h4>child</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.133">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementMixed.html#line.141">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> <div class="block">Adds a child element to this element.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementRawText.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementRawText.html b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementRawText.html index 7cd69e9..890e513 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementRawText.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementRawText.html @@ -117,13 +117,15 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.30">HtmlElementRawText</a> +<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.32">HtmlElementRawText</a> extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></pre> -<div class="block">A subclass of HTML elements that contain <a href="https://www.w3.org/TR/html51/syntax.html#raw-text">raw text</a> only. +<div class="block">A subclass of HTML elements that contain <a href="https://www.w3.org/TR/html51/syntax.html#raw-text">raw text</a> + only. <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> @@ -216,7 +218,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti <ul class="blockListLast"> <li class="blockList"> <h4>HtmlElementRawText</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.30">HtmlElementRawText</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.32">HtmlElementRawText</a>()</pre> </li> </ul> </li> @@ -235,7 +237,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti <h4>getText</h4> <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#TEXT_PWS">TEXT_PWS</a>) <a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="c") -public <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> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.41">getText</a>()</pre> +public <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> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.43">getText</a>()</pre> <div class="block">Returns the inner text of this element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -250,7 +252,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.h <li class="blockList"> <h4>setText</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="c") -public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.52">setText</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> +public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.54">setText</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">Sets the inner text of this element.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -266,7 +268,7 @@ public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html <ul class="blockListLast"> <li class="blockList"> <h4>text</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.63">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> text)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementRawText.html#line.65">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> text)</pre> <div class="block">Sets the text node on this element.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementText.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementText.html b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementText.html index 9448de7..eddd534 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementText.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementText.html @@ -117,13 +117,14 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.30">HtmlElementText</a> +<pre>public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.31">HtmlElementText</a> extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></pre> <div class="block">A subclass of HTML elements that contain text only. <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> @@ -216,7 +217,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti <ul class="blockListLast"> <li class="blockList"> <h4>HtmlElementText</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.30">HtmlElementText</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.31">HtmlElementText</a>()</pre> </li> </ul> </li> @@ -235,7 +236,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti <h4>getText</h4> <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#TEXT">TEXT</a>) <a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="c") -public <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> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.41">getText</a>()</pre> +public <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> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.42">getText</a>()</pre> <div class="block">Returns the inner text of this element.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -250,7 +251,7 @@ public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.h <li class="blockList"> <h4>setText</h4> <pre><a href="../../../../../org/apache/juneau/annotation/BeanProperty.html" title="annotation in org.apache.juneau.annotation">@BeanProperty</a>(<a href="../../../../../org/apache/juneau/annotation/BeanProperty.html#value--">value</a>="c") -public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.52">setText</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> +public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.53">setText</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">Sets the innter text of this element.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -266,7 +267,7 @@ public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html <ul class="blockListLast"> <li class="blockList"> <h4>text</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.63">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> text)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementText.html#line.64">text</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> text)</pre> <div class="block">Sets the text node on this element.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementVoid.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementVoid.html b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementVoid.html index a02a2f2..a7fed6c 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementVoid.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/HtmlElementVoid.html @@ -112,7 +112,7 @@ <hr> <br> <pre><a href="../../../../../org/apache/juneau/xml/annotation/Xml.html" title="annotation in org.apache.juneau.xml.annotation">@Xml</a>(<a href="../../../../../org/apache/juneau/xml/annotation/Xml.html#format--">format</a>=<a href="../../../../../org/apache/juneau/xml/annotation/XmlFormat.html#VOID">VOID</a>) -public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementVoid.html#line.33">HtmlElementVoid</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementVoid.html#line.34">HtmlElementVoid</a> extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5">HtmlElement</a></pre> <div class="block">A subclass of HTML elements that have no content or end tags. <p> @@ -120,7 +120,8 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti <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> @@ -188,7 +189,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" ti <ul class="blockListLast"> <li class="blockList"> <h4>HtmlElementVoid</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementVoid.html#line.33">HtmlElementVoid</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/HtmlElementVoid.html#line.34">HtmlElementVoid</a>()</pre> </li> </ul> </li> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/I.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/I.html b/content/site/apidocs/org/apache/juneau/dto/html5/I.html index 2d73a21..f1d6689 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/I.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/I.html @@ -119,14 +119,16 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="i") -public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.30">I</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.32">I</a> extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre> -<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-i-element"><i></a> element. +<div class="block">DTO for an HTML <a class="doclink" + href="https://www.w3.org/TR/html5/text-level-semantics.html#the-i-element"><i></a> element. <p> <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + (org.apache.juneau.dto)</a> <ul> <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a> </ul> @@ -238,7 +240,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockListLast"> <li class="blockList"> <h4>I</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.30">I</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.32">I</a>()</pre> </li> </ul> </li> @@ -255,7 +257,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>_class</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _class)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.39">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _class)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div> <dl> @@ -274,7 +276,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>id</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.45">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div> <dl> @@ -293,7 +295,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>style</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> style)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.51">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> style)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div> <dl> @@ -312,7 +314,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>children</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.57">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div> <div class="block">Adds one or more child elements to this element.</div> <dl> @@ -332,7 +334,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockListLast"> <li class="blockList"> <h4>child</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/html5/I.html" title="class in org.apache.juneau.dto.html5">I</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/I.html#line.63">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div> <div class="block">Adds a child element to this element.</div> <dl> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/Iframe.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Iframe.html b/content/site/apidocs/org/apache/juneau/dto/html5/Iframe.html index 4b52e01..a02fea1 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Iframe.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Iframe.html @@ -119,14 +119,16 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="iframe") -public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.34">Iframe</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.36">Iframe</a> extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre> -<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-iframe-element"><iframe></a> element. +<div class="block">DTO for an HTML <a class="doclink" + href="https://www.w3.org/TR/html5/embedded-content-0.html#the-iframe-element"><iframe></a> element. <p> <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + (org.apache.juneau.dto)</a> <ul> <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a> </ul> @@ -187,7 +189,8 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <tr id="i3" class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Iframe.html#height-java.lang.Object-">height</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> height)</code> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> attribute.</div> +<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> + attribute.</div> </td> </tr> <tr id="i4" class="altColor"> @@ -205,7 +208,8 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <tr id="i6" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Iframe.html#sandbox-java.lang.String-">sandbox</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> sandbox)</code> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-sandbox">sandbox</a> attribute.</div> +<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-sandbox">sandbox</a> + attribute.</div> </td> </tr> <tr id="i7" class="rowColor"> @@ -217,7 +221,8 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <tr id="i8" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Iframe.html#srcdoc-java.lang.String-">srcdoc</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> srcdoc)</code> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-srcdoc">srcdoc</a> attribute.</div> +<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-srcdoc">srcdoc</a> + attribute.</div> </td> </tr> <tr id="i9" class="rowColor"> @@ -274,7 +279,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockListLast"> <li class="blockList"> <h4>Iframe</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.34">Iframe</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.36">Iframe</a>()</pre> </li> </ul> </li> @@ -291,8 +296,9 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>height</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.43">height</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> height)</pre> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> attribute. +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.47">height</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> height)</pre> +<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> + attribute. Vertical dimension.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -309,7 +315,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>name</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.54">name</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> name)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.59">name</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> name)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-name">name</a> attribute. Name of nested browsing context.</div> <dl> @@ -326,8 +332,9 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>sandbox</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.65">sandbox</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> sandbox)</pre> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-sandbox">sandbox</a> attribute. +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.72">sandbox</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> sandbox)</pre> +<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-sandbox">sandbox</a> + attribute. Security rules for nested content.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -343,7 +350,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>src</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.83">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> src)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.90">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> src)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-src">src</a> attribute. Address of the resource. <p> @@ -366,8 +373,9 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>srcdoc</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.94">srcdoc</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> srcdoc)</pre> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-srcdoc">srcdoc</a> attribute. +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.103">srcdoc</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> srcdoc)</pre> +<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-iframe-srcdoc">srcdoc</a> + attribute. A document to render in the iframe.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -383,7 +391,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>width</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.106">width</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> width)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.116">width</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> width)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width">width</a> attribute. Horizontal dimension.</div> <dl> @@ -401,7 +409,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>_class</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.117">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _class)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.127">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _class)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div> <dl> @@ -420,7 +428,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>id</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.123">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.133">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div> <dl> @@ -439,7 +447,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>style</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.129">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> style)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.139">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> style)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div> <dl> @@ -458,7 +466,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>children</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.135">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.145">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div> <div class="block">Adds one or more child elements to this element.</div> <dl> @@ -478,7 +486,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockListLast"> <li class="blockList"> <h4>child</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.141">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Iframe.html" title="class in org.apache.juneau.dto.html5">Iframe</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Iframe.html#line.151">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div> <div class="block">Adds a child element to this element.</div> <dl> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/Img.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Img.html b/content/site/apidocs/org/apache/juneau/dto/html5/Img.html index 4f1b0f5..8f5d928 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Img.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Img.html @@ -119,13 +119,15 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="img") -public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.33">Img</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.35">Img</a> extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html" title="class in org.apache.juneau.dto.html5">HtmlElementVoid</a></pre> -<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-img-element"><img></a> element. +<div class="block">DTO for an HTML <a class="doclink" + href="https://www.w3.org/TR/html5/embedded-content-0.html#the-img-element"><img></a> element. <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> @@ -180,13 +182,15 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html <tr id="i2" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Img.html#crossorigin-java.lang.String-">crossorigin</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> crossorigin)</code> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-img-crossorigin">crossorigin</a> attribute.</div> +<div class="block"><a class="doclink" + href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-img-crossorigin">crossorigin</a> attribute.</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Img.html#height-java.lang.Object-">height</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> height)</code> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> attribute.</div> +<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> + attribute.</div> </td> </tr> <tr id="i4" class="altColor"> @@ -216,7 +220,8 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html <tr id="i8" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Img.html#usemap-java.lang.String-">usemap</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> usemap)</code> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-hyperlink-usemap">usemap</a> attribute.</div> +<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-hyperlink-usemap">usemap</a> + attribute.</div> </td> </tr> <tr id="i9" class="rowColor"> @@ -260,7 +265,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html <ul class="blockListLast"> <li class="blockList"> <h4>Img</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.33">Img</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.35">Img</a>()</pre> </li> </ul> </li> @@ -277,7 +282,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html <ul class="blockList"> <li class="blockList"> <h4>alt</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.41">alt</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> alt)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.44">alt</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> alt)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-img-alt">alt</a> attribute. Replacement text for use when images are not available.</div> <dl> @@ -294,9 +299,10 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html <ul class="blockList"> <li class="blockList"> <h4>crossorigin</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.52">crossorigin</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> crossorigin)</pre> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-img-crossorigin">crossorigin</a> attribute. - How the element handles crossorigin requests.</div> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.57">crossorigin</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> crossorigin)</pre> +<div class="block"><a class="doclink" + href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-img-crossorigin">crossorigin</a> attribute. + How the element handles cross-origin requests.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>crossorigin</code> - The new value for this attribute.</dd> @@ -311,8 +317,9 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html <ul class="blockList"> <li class="blockList"> <h4>height</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.64">height</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> height)</pre> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> attribute. +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.71">height</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> height)</pre> +<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> + attribute. Vertical dimension.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -329,7 +336,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html <ul class="blockList"> <li class="blockList"> <h4>ismap</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.76">ismap</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> ismap)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.84">ismap</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> ismap)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-img-ismap">ismap</a> attribute. Whether the image is a server-side image map.</div> <dl> @@ -347,7 +354,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html <ul class="blockList"> <li class="blockList"> <h4>src</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.94">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> src)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.102">src</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> src)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-img-src">src</a> attribute. Address of the resource. <p> @@ -370,8 +377,9 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html <ul class="blockList"> <li class="blockList"> <h4>usemap</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.105">usemap</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> usemap)</pre> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-hyperlink-usemap">usemap</a> attribute. +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.115">usemap</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> usemap)</pre> +<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-hyperlink-usemap">usemap</a> + attribute. Name of image map to use.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -387,7 +395,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html <ul class="blockList"> <li class="blockList"> <h4>width</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.117">width</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> width)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.128">width</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> width)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width">width</a> attribute. Horizontal dimension.</div> <dl> @@ -405,7 +413,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html <ul class="blockList"> <li class="blockList"> <h4>_class</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.128">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _class)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.139">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _class)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div> <dl> @@ -424,7 +432,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html <ul class="blockList"> <li class="blockList"> <h4>id</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.134">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.145">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div> <dl> @@ -443,7 +451,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementVoid.html <ul class="blockListLast"> <li class="blockList"> <h4>style</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.140">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> style)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Img.html" title="class in org.apache.juneau.dto.html5">Img</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Img.html#line.151">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> style)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div> <dl>
