HtmlReader

Overview

HtmlReader is a class in Aspose.Cells FOSS for Typescript.

Properties

NameTypeAccessDescription
tagName: stringRead
isStartTag: booleanRead
isEndTag: booleanRead
isSelfClosing: booleanRead
text: stringRead
textContentstringRead

Methods

SignatureDescription
constructor(html: string)
read()boolean
getAttribute(name: string)string | null
getOuterHtml()string
getInnerHtml()string
querySelectorAll(selector: string)HtmlReader[]
querySelector(selector: string)HtmlReader | null
getFullElement()string
getElementsByTagName(tagName: string)HtmlReader[]

See Also