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 tags
no setter
isBreakLine bool

Available on Element, provided by the NodeExt extension

Ensure to detect br html tags
no setter
isCodeBlock bool

Available on Element, provided by the NodeExt extension

Ensure to detect pre,code html tags
no setter
isDivBlock bool

Available on Element, provided by the NodeExt extension

Ensure to detect div html tags
no setter
isHeader bool

Available on Element, provided by the NodeExt extension

Ensure to detect h(1-6) html tags
no setter
isImg bool

Available on Element, provided by the NodeExt extension

Ensure to detect img html tags
no setter
isItalic bool

Available on Element, provided by the NodeExt extension

Ensure to detect italic html tags
no setter

Available on Element, provided by the NodeExt extension

Ensure to detect a html tags
no setter
isList bool

Available on Element, provided by the NodeExt extension

Ensure to detect li,ul,ol, html tags
no setter
isParagraph bool

Available on Element, provided by the NodeExt extension

Ensure to detect p html tags
no setter
isSpan bool

Available on Element, provided by the NodeExt extension

Ensure to detect span html tags
no setter
isStrike bool

Available on Element, provided by the NodeExt extension

Ensure to detect strikethrough html tags
no setter
isStrong bool

Available on Element, provided by the NodeExt extension

Ensure to detect bold html tags
no setter
isSubscript bool

Available on Element, provided by the NodeExt extension

Ensure to detect sub html tags
no setter
isSuperscript bool

Available on Element, provided by the NodeExt extension

Ensure to detect sup html tags
no setter
isUnderline bool

Available on Element, provided by the NodeExt extension

Ensure to detect underline html tags
no setter
isVideo bool

Available on Element, provided by the NodeExt extension

Ensure to detect video html tags
no 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