🚀 8.9 Released! → ⚡️ New Node-API Engine Preview, 📲 ns widget ios, 💅 Tailwind v4 and more...
Read Announcement
ParserEventType
Specifies the type of parser event.

Summary

Constructors

constructor

new ParserEventType(): ParserEventType

Properties

CDATA

Static
CDATA: string
Specifies the CDATA event type.

Comment

Static
Comment: string
Specifies the Comment event type.

EndElement

Static
EndElement: string
Specifies the EndElement event type.

StartElement

Static
StartElement: string
Specifies the StartElement event type.

Text

Static
Text: string
Specifies the Text event type.