DOMParser
Overview
DOMParser is a class in Aspose.Cells FOSS for TypeScript.
This class declares 2 methods for DOMParser objects in TypeScript programs.
Available methods include: constructor, parseFromString.
Public members are accessible to any TypeScript application after installing the Aspose.Cells FOSS for TypeScript package.
Methods
| Signature | Description |
|---|---|
constructor() | Calls constructor on this DOMParser instance. |
parseFromString(xml: string, type: string) → Document | Calls parseFromString(xml, type) on this DOMParser instance. |