@Nullable open static fun getXMLEventReader(source: Source): XMLEventReader
Return the XMLEventReader for the given StAX Source.
source - a JAXP 1.4 StAXSource
IllegalArgumentException - if source isn't a JAXP 1.4 StAXSource or custom StAX Source
Return
the XMLEventReader