Interface IHtmlElement
- All Known Implementing Classes:
HtmlElement
public interface IHtmlElement
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanExtendedIterable<? extends IHtmlAttribute> ExtendedIterable<? extends IHtmlElement> getType()withAdditionalAttributes(ExtendedIterable<IHtmlAttribute> additionalAttributes) withAdditionalAttributes(IHtmlAttribute... additionalAttributes)
-
Method Details
-
containsAttributes
boolean containsAttributes() -
containsChildElements
boolean containsChildElements() -
getAttributes
ExtendedIterable<? extends IHtmlAttribute> getAttributes() -
getChildElements
ExtendedIterable<? extends IHtmlElement> getChildElements() -
getInnerText
String getInnerText() -
getType
String getType() -
withAdditionalAttributes
-
withAdditionalAttributes
-