spring-framework / org.springframework.util.xml / StaxUtils / getXMLEventReader

getXMLEventReader

@Nullable open static fun getXMLEventReader(source: Source): XMLEventReader

Return the XMLEventReader for the given StAX Source.

Parameters

source - a JAXP 1.4 StAXSource

Exceptions

IllegalArgumentException - if source isn't a JAXP 1.4 StAXSource or custom StAX Source

Return
the XMLEventReader