| |
|
| java.lang.Object org.springframework.xml.sax.SaxUtils
SaxUtils | abstract public class SaxUtils (Code) | | Convenient utility methods for dealing with SAX.
author: Arjen Poutsma since: 1.0.0 |
Method Summary | |
public static InputSource | createInputSource(Resource resource) Creates a SAX InputSource from the given resource. | public static String | getSystemId(Resource resource) Retrieves the URL from the given resource as System ID. |
getSystemId | public static String getSystemId(Resource resource)(Code) | | Retrieves the URL from the given resource as System ID. Returns null if it cannot be openened.
|
|
|
|