8.7 released—WinterCG Compliance Part 1
Learn more
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.