Klasse HtmlElement
java.lang.Object
ch.nolix.core.web.htmlelementmodel.HtmlElement
- Alle implementierten Schnittstellen:
IHtmlElement
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanbooleanbooleanstatic HtmlElementfromHtmlElement(IHtmlElement htmlElement) IContainer<? extends IHtmlAttribute> IContainer<? extends IHtmlElement> getType()inthashCode()toString()withAttribute(IHtmlAttribute attribute, IHtmlAttribute... attributes) static HtmlElementstatic HtmlElementwithTypeAndAttribute(String type, IHtmlAttribute attribute, IHtmlAttribute... attributes) static HtmlElementwithTypeAndAttributeAndChildElement(String type, IHtmlAttribute attribute, IHtmlElement childElement) static HtmlElementwithTypeAndAttributes(String type, IContainer<? extends IHtmlAttribute> attributes) static HtmlElementwithTypeAndAttributesAndChildElement(String type, IContainer<? extends IHtmlAttribute> attributes, IHtmlElement childElement, IHtmlElement... childElements) static HtmlElementwithTypeAndAttributesAndChildElements(String type, IContainer<? extends IHtmlAttribute> attributes, IContainer<? extends IHtmlElement> childElements) static HtmlElementwithTypeAndAttributesAndInnerText(String type, IContainer<? extends IHtmlAttribute> attributes, String innerText) static HtmlElementwithTypeAndChildElement(String type, IHtmlElement childElement, IHtmlElement... childElements) static HtmlElementwithTypeAndChildElements(String type, IContainer<? extends IHtmlElement> childElements) static HtmlElementwithTypeAndInnerText(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:
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
public int hashCode() -
toString
-
withAttribute
- Angegeben von:
withAttributein SchnittstelleIHtmlElement
-