Interface DomElement
- All Known Implementing Classes:
ParsedElement
public interface DomElement
-
Method Summary
Modifier and TypeMethodDescription@Nullable Stringdefault @NotNull String@NotNull List<? extends @NotNull DomElement> children()@NotNull DomDocumentdocument()@Nullable Stringid()@Nullable DomElementparent()voidsetAttribute(@NotNull String name, @Nullable String value) @NotNull StringtagName()
-
Method Details
-
id
-
tagName
-
classNames
-
document
-
children
-
attribute
-
attribute
-
setAttribute
-
parent
-