(ct: DoctypeToken)
| 503 | } |
| 504 | |
| 505 | protected emitCurrentDoctype(ct: DoctypeToken): void { |
| 506 | this.prepareToken(ct); |
| 507 | this.handler.onDoctype(ct); |
| 508 | |
| 509 | this.preprocessor.dropParsedChunk(); |
| 510 | } |
| 511 | |
| 512 | protected _emitCurrentCharacterToken(nextLocation: Location | null): void { |
| 513 | if (this.currentCharacterToken) { |
no test coverage detected