XML parsing events emitted by the parser flow.
XML parsing events emitted by the parser flow. These roughly correspond to Java XMLEvent types.
A Flow that transforms a stream of XML ParseEvents.
A Flow that transforms a stream of XML ParseEvents. This stage coalesces consequitive CData and Characters events into a single Characters event or fails if the buffered string is larger than the maximum defined.
Parser Flow that takes a stream of ByteStrings and parses them to XML events similar to SAX.
A Flow that transforms a stream of XML ParseEvents.
A Flow that transforms a stream of XML ParseEvents. This stage filters out any event not corresponding to a certain path in the XML document. Any event that is under the specified path (including subpaths) is passed through.