Classes
ParserEventType
Specifies the type of parser event.
Defined in: xml/index.ts
Specifies the type of parser event.
Constructors
Constructor
new ParserEventType(): ParserEventType;Returns
ParserEventType
Properties
CDATA
static CDATA: string;Defined in: xml/index.ts
Specifies the CDATA event type.
Comment
static Comment: string;Defined in: xml/index.ts
Specifies the Comment event type.
EndElement
static EndElement: string;Defined in: xml/index.ts
Specifies the EndElement event type.
StartElement
static StartElement: string;Defined in: xml/index.ts
Specifies the StartElement event type.
Text
static Text: string;Defined in: xml/index.ts
Specifies the Text event type.
- Previous
- ParserEvent
- Next
- Placeholder