• Parses an XML document using a partial sax-style content handler. This allows for parsing without the entire document being read into memory first.

    XML Documents are mapped to data structures through content handlers instead of needing an intermediate model.

    Type Parameters

    • T

    Parameters

    Returns T