PropsElement extension
- on
Properties
-
attributes
→ Iterable<
String> -
Available on Element, provided by the PropsElement extension
no setter - namespaceURI → String
-
Available on Element, provided by the PropsElement extension
no setter - removed → bool
-
Available on Element, provided by the PropsElement extension
no setter - tagName ↔ String
-
Available on Element, provided by the PropsElement extension
getter/setter pair
Methods
-
after(
String text, [ContentOptions? options]) → Element -
Available on Element, provided by the PropsElement extension
-
append(
String text, [ContentOptions? options]) → Element -
Available on Element, provided by the PropsElement extension
-
before(
String text, [ContentOptions? options]) → Element -
Available on Element, provided by the PropsElement extension
-
getAttribute(
String name) → String? -
Available on Element, provided by the PropsElement extension
-
hasAttribute(
String name) → bool -
Available on Element, provided by the PropsElement extension
-
onEndTag(
dynamic handler) → void -
Available on Element, provided by the PropsElement extension
-
prepend(
String text, [ContentOptions? options]) → Element -
Available on Element, provided by the PropsElement extension
-
remove(
) → Element -
Available on Element, provided by the PropsElement extension
-
removeAndKeepContent(
) → Element -
Available on Element, provided by the PropsElement extension
-
removeAttribute(
String name) → Element -
Available on Element, provided by the PropsElement extension
-
replace(
String text, [ContentOptions? options]) → Element -
Available on Element, provided by the PropsElement extension
-
setAttribute(
String name, String value) → Element -
Available on Element, provided by the PropsElement extension
-
setInnerContent(
String text, [ContentOptions? options]) → Element -
Available on Element, provided by the PropsElement extension