Skip to main content

Module event

Module event 

Source
Expand description

SAX-like event streaming for XML processing.

This module provides an event-based interface for processing XML that enables single-pass parsing with optional validation.

Structs§

EventCollector
A simple handler that collects all events.
StreamingParser
A streaming XML parser that dispatches events to handlers.

Enums§

XmlEvent
An XML event for streaming processing.

Traits§

XmlEventHandler
Trait for handling XML events.