com.calitha.xml
Class InputSourceAdapter
java.lang.Object
com.calitha.xml.InputSourceAdapter
- All Implemented Interfaces:
- Source
public final class InputSourceAdapter
- extends Object
- implements Source
The InputSourceAdapter adapts an InputSource to the
Source interface.
- Author:
- Robert van Loenhout
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputSourceAdapter
public InputSourceAdapter(InputSource source)
setSystemId
public void setSystemId(String systemId)
- Specified by:
setSystemId in interface Source
getSystemId
public String getSystemId()
- Specified by:
getSystemId in interface Source