Overview
HtmlReader is a class in Aspose.Cells FOSS for Typescript.
Properties
| Name | Type | Access | Description |
|---|
tagName | : string | Read | |
isStartTag | : boolean | Read | |
isEndTag | : boolean | Read | |
isSelfClosing | : boolean | Read | |
text | : string | Read | |
textContent | string | Read | |
Methods
| Signature | Description |
|---|
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