| 130 | * streaming from tokenizer through parser to consumer. |
| 131 | */ |
| 132 | export class XmlEventParser implements XmlTokenCallbacks { |
| 133 | #callbacks: XmlEventCallbacks; |
| 134 | #ignoreWhitespace: boolean; |
| 135 | #ignoreComments: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected