com.calitha.xml
Class InputSourceAdapter

java.lang.Object
  extended by 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

Constructor Summary
InputSourceAdapter(InputSource source)
           
 
Method Summary
 String getSystemId()
           
 void setSystemId(String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputSourceAdapter

public InputSourceAdapter(InputSource source)
Method Detail

setSystemId

public void setSystemId(String systemId)
Specified by:
setSystemId in interface Source

getSystemId

public String getSystemId()
Specified by:
getSystemId in interface Source