Package ch.nolix.core.web.html
Klasse HtmlElement
java.lang.Object
ch.nolix.core.web.html.HtmlElement
- Alle implementierten Schnittstellen:
IHtmlElement
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
boolean
boolean
static HtmlElement
fromHtmlElement
(IHtmlElement htmlElement) IContainer
<? extends IHtmlAttribute> IContainer
<? extends IHtmlElement> getType()
int
hashCode()
toString()
withAttribute
(IHtmlAttribute attribute, IHtmlAttribute... attributes) static HtmlElement
static HtmlElement
withTypeAndAttribute
(String type, IHtmlAttribute attribute, IHtmlAttribute... attributes) static HtmlElement
withTypeAndAttributeAndChildElement
(String type, IHtmlAttribute attribute, IHtmlElement childElement) static HtmlElement
withTypeAndAttributes
(String type, IContainer<? extends IHtmlAttribute> attributes) static HtmlElement
withTypeAndAttributesAndChildElement
(String type, IContainer<? extends IHtmlAttribute> attributes, IHtmlElement childElement, IHtmlElement... childElements) static HtmlElement
withTypeAndAttributesAndChildElements
(String type, IContainer<? extends IHtmlAttribute> attributes, IContainer<? extends IHtmlElement> childElements) static HtmlElement
withTypeAndAttributesAndInnerText
(String type, IContainer<? extends IHtmlAttribute> attributes, String innerText) static HtmlElement
withTypeAndChildElement
(String type, IHtmlElement childElement, IHtmlElement... childElements) static HtmlElement
withTypeAndChildElements
(String type, IContainer<? extends IHtmlElement> childElements) static HtmlElement
withTypeAndInnerText
(String type, String innerText)
-
Methodendetails
-
fromHtmlElement
-
withType
-
withTypeAndAttribute
public static HtmlElement withTypeAndAttribute(String type, IHtmlAttribute attribute, IHtmlAttribute... attributes) -
withTypeAndAttributeAndChildElement
public static HtmlElement withTypeAndAttributeAndChildElement(String type, IHtmlAttribute attribute, IHtmlElement childElement) -
withTypeAndAttributes
public static HtmlElement withTypeAndAttributes(String type, IContainer<? extends IHtmlAttribute> attributes) -
withTypeAndAttributesAndChildElement
public static HtmlElement withTypeAndAttributesAndChildElement(String type, IContainer<? extends IHtmlAttribute> attributes, IHtmlElement childElement, IHtmlElement... childElements) -
withTypeAndAttributesAndChildElements
public static HtmlElement withTypeAndAttributesAndChildElements(String type, IContainer<? extends IHtmlAttribute> attributes, IContainer<? extends IHtmlElement> childElements) -
withTypeAndAttributesAndInnerText
public static HtmlElement withTypeAndAttributesAndInnerText(String type, IContainer<? extends IHtmlAttribute> attributes, String innerText) -
withTypeAndChildElement
public static HtmlElement withTypeAndChildElement(String type, IHtmlElement childElement, IHtmlElement... childElements) -
withTypeAndChildElements
public static HtmlElement withTypeAndChildElements(String type, IContainer<? extends IHtmlElement> childElements) -
withTypeAndInnerText
-
containsAttributes
public boolean containsAttributes()- Angegeben von:
containsAttributes
in SchnittstelleIHtmlElement
-
containsChildElements
public boolean containsChildElements()- Angegeben von:
containsChildElements
in SchnittstelleIHtmlElement
-
getAttributes
- Angegeben von:
getAttributes
in SchnittstelleIHtmlElement
-
getChildElements
- Angegeben von:
getChildElements
in SchnittstelleIHtmlElement
-
getInnerText
- Angegeben von:
getInnerText
in SchnittstelleIHtmlElement
-
getType
- Angegeben von:
getType
in SchnittstelleIHtmlElement
-
equals
-
hashCode
public int hashCode() -
toString
-
withAttribute
- Angegeben von:
withAttribute
in SchnittstelleIHtmlElement
-