MCPcopy Create free account
hub / github.com/denoland/std /

Class

xml/_parser.ts:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 * streaming from tokenizer through parser to consumer.
131 */
132export class XmlEventParser implements XmlTokenCallbacks {
133 #callbacks: XmlEventCallbacks;
134 #ignoreWhitespace: boolean;
135 #ignoreComments: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected