Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICdataSectionToken

The CDATA section token <![CDATA[ … ]]>.

Hierarchy

Index

Properties

data

data: string

The data after IParserOptions.decodeText was applied.

dataEnd

dataEnd: number

The index where the rawData ends.

dataStart

dataStart: number

The index where the rawData starts.

end

end: number

The index where the token ends.

rawData

rawData: string

The data as it was read from the source.

start

start: number

The index where the token starts.

tokenType

tokenType: CDATA_SECTION

The type of the token.

Methods

clone

Generated using TypeDoc