public final class XMLInputSourceAdaptor extends Object implements Source
Source that represents an XMLInputSource.
Ideally, we should be able to have XMLInputSource
derive from Source, but the way
the XMLInputSource.getSystemId() method works is
different from the way Source.getSystemId() method works.
In a long run, we should make them consistent so that we can get rid of this awkward adaptor class.
| Modifier and Type | Field and Description |
|---|---|
XMLInputSource |
fSource
the actual source information.
|
| Constructor and Description |
|---|
XMLInputSourceAdaptor(XMLInputSource core) |
public final XMLInputSource fSource
public XMLInputSourceAdaptor(XMLInputSource core)
public void setSystemId(String systemId)
setSystemId in interface Sourcepublic String getSystemId()
getSystemId in interface SourceCopyright © 2018–2021 mhoffrogge. All rights reserved.