public interface XmlDataSource extends DataResource
| Modifier and Type | Method and Description |
|---|---|
Map<String,Class<?>> |
getXpathMap()
Gets the map of
String representing XPath and the type represented by the node evaluated by the XPath. |
getCls, getInputStream, getType, setClsMap<String,Class<?>> getXpathMap()
String representing XPath and the type represented by the node evaluated by the XPath.Map<String, Class<?>> map. Returns null if the instance was not initialized using
XmlFileSystemResource.XmlFileSystemResource(String, Map) or
XmlFileSystemResource.XmlFileSystemResource(String, Class) constructors.Copyright © 2016 PayPal Open Source. All rights reserved.