Klasse HtmlElement
java.lang.Object
ch.nolix.core.web.htmlelementmodel.HtmlElement
- Alle implementierten Schnittstellen:
IHtmlElement
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleanbooleanbooleanstatic HtmlElementfromHtmlElement(IHtmlElement htmlElement) IContainer<? extends IHtmlAttribute> IContainer<? extends IHtmlElement> getType()inthashCode()toString()withAttribute(IHtmlAttribute attribute, IHtmlAttribute... attributes) static HtmlElementstatic HtmlElementwithTypeAndAttributeAndChildElement(String type, IHtmlAttribute attribute, IHtmlElement childElement) static HtmlElementwithTypeAndAttributes(String type, IContainer<? extends IHtmlAttribute> attributes) static HtmlElementwithTypeAndAttributes(String type, IHtmlAttribute... attributes) static HtmlElementwithTypeAndAttributesAndChildElements(String type, IContainer<? extends IHtmlAttribute> attributes, IContainer<? extends IHtmlElement> childElements) static HtmlElementwithTypeAndAttributesAndChildElements(String type, IContainer<? extends IHtmlAttribute> attributes, IHtmlElement... childElements) static HtmlElementwithTypeAndAttributesAndInnerText(String type, IContainer<? extends IHtmlAttribute> attributes, String innerText) static HtmlElementwithTypeAndChildElement(String type, IHtmlElement childElement) static HtmlElementwithTypeAndChildElements(String type, IContainer<? extends IHtmlElement> childElements) static HtmlElementwithTypeAndChildElements(String type, IHtmlElement... childElements) static HtmlElementwithTypeAndInnerText(String type, String innerText)
-
Methodendetails
-
fromHtmlElement
-
withType
-
withTypeAndAttributes
-
withTypeAndAttributeAndChildElement
public static HtmlElement withTypeAndAttributeAndChildElement(String type, IHtmlAttribute attribute, IHtmlElement childElement) -
withTypeAndAttributes
public static HtmlElement withTypeAndAttributes(String type, IContainer<? extends IHtmlAttribute> attributes) -
withTypeAndAttributesAndChildElements
public static HtmlElement withTypeAndAttributesAndChildElements(String type, IContainer<? extends IHtmlAttribute> attributes, 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
-
withTypeAndChildElements
-
withTypeAndChildElements
public static HtmlElement withTypeAndChildElements(String type, IContainer<? extends IHtmlElement> childElements) -
withTypeAndInnerText
-
containsAttributes
public boolean containsAttributes()- Angegeben von:
containsAttributesin SchnittstelleIHtmlElement
-
containsChildElements
public boolean containsChildElements()- Angegeben von:
containsChildElementsin SchnittstelleIHtmlElement
-
getAttributes
- Angegeben von:
getAttributesin SchnittstelleIHtmlElement
-
getChildElements
- Angegeben von:
getChildElementsin SchnittstelleIHtmlElement
-
getInnerText
- Angegeben von:
getInnerTextin SchnittstelleIHtmlElement
-
getType
- Angegeben von:
getTypein SchnittstelleIHtmlElement
-
equals
-
hashCode
-
toString
-
withAttribute
- Angegeben von:
withAttributein SchnittstelleIHtmlElement
-