public static interface Element.SetAttributeValueUnionType
Modifier and Type | Method and Description |
---|---|
default boolean |
asBoolean() |
default double |
asDouble() |
default java.lang.String |
asString() |
default TrustedHTML |
asTrustedHTML() |
default TrustedScriptURL |
asTrustedScriptURL() |
default TrustedURL |
asTrustedURL() |
default boolean |
isBoolean() |
default boolean |
isDouble() |
default boolean |
isString() |
default boolean |
isTrustedHTML() |
default boolean |
isTrustedScriptURL() |
default boolean |
isTrustedURL() |
static Element.SetAttributeValueUnionType |
of(java.lang.Object o) |
static Element.SetAttributeValueUnionType of(java.lang.Object o)
default boolean asBoolean()
default double asDouble()
default java.lang.String asString()
default TrustedHTML asTrustedHTML()
default TrustedScriptURL asTrustedScriptURL()
default TrustedURL asTrustedURL()
default boolean isBoolean()
default boolean isDouble()
default boolean isString()
default boolean isTrustedHTML()
default boolean isTrustedScriptURL()
default boolean isTrustedURL()