NodeExt extension
DOM Node extension to make more easy call certain operations or validations
- on
-
- Element
Properties
- isBlockquote → bool
-
Available on Element, provided by the NodeExt extension
Ensure to detect blockquote html tagsno setter - isBreakLine → bool
-
Available on Element, provided by the NodeExt extension
Ensure to detect br html tagsno setter - isCodeBlock → bool
-
Available on Element, provided by the NodeExt extension
Ensure to detect pre,code html tagsno setter - isDivBlock → bool
-
Available on Element, provided by the NodeExt extension
Ensure to detect div html tagsno setter - isHeader → bool
-
Available on Element, provided by the NodeExt extension
Ensure to detect h(1-6) html tagsno setter - isImg → bool
-
Available on Element, provided by the NodeExt extension
Ensure to detect img html tagsno setter - isItalic → bool
-
Available on Element, provided by the NodeExt extension
Ensure to detect italic html tagsno setter - isLink → bool
-
Available on Element, provided by the NodeExt extension
Ensure to detect a html tagsno setter - isList → bool
-
Available on Element, provided by the NodeExt extension
Ensure to detect li,ul,ol, html tagsno setter - isParagraph → bool
-
Available on Element, provided by the NodeExt extension
Ensure to detect p html tagsno setter - isSpan → bool
-
Available on Element, provided by the NodeExt extension
Ensure to detect span html tagsno setter - isStrike → bool
-
Available on Element, provided by the NodeExt extension
Ensure to detect strikethrough html tagsno setter - isStrong → bool
-
Available on Element, provided by the NodeExt extension
Ensure to detect bold html tagsno setter - isSubscript → bool
-
Available on Element, provided by the NodeExt extension
Ensure to detect sub html tagsno setter - isSuperscript → bool
-
Available on Element, provided by the NodeExt extension
Ensure to detect sup html tagsno setter - isUnderline → bool
-
Available on Element, provided by the NodeExt extension
Ensure to detect underline html tagsno setter - isVideo → bool
-
Available on Element, provided by the NodeExt extension
Ensure to detect video html tagsno setter
Methods
-
getAttribute(
String attr) → String? -
Available on Element, provided by the NodeExt extension
-
getSafeAttribute(
String attr) → String -
Available on Element, provided by the NodeExt extension