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

isStaxSource

open static fun isStaxSource(source: Source): Boolean

Indicate whether the given Source is a JAXP 1.4 StAX Source or custom StAX Source.

Return
true if source is a JAXP 1.4 StAXSource or custom StAX Source; false otherwise