Package passport.domain.models.email
Class Html
java.lang.Object
passport.domain.models.email.Html
Represents an HTML element with tag, content, attributes, and closure
information.
-
Method Details
-
br
Creates an empty HTML line break element.- Returns:
- a new Html element representing a line break
-
node
-
content
-
empty
-
attributes
Sets the attributes of the HTML element.- Returns:
- a new Html element with the specified attributes
-
toString
-