spring-framework / org.springframework.oxm.support / SaxResourceUtils

SaxResourceUtils

abstract class SaxResourceUtils

Convenient utility methods for dealing with SAX.

Author
Arjen Poutsma

Author
Juergen Hoeller

Since
3.0

Constructors

<init>

SaxResourceUtils()

Convenient utility methods for dealing with SAX.

Functions

createInputSource

open static fun createInputSource(resource: Resource): InputSource

Create a SAX InputSource from the given resource.

Sets the system identifier to the resource's URL, if available.