public class SanityChecker extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TopicMapIF |
tm |
| Constructor and Description |
|---|
SanityChecker(File file)
Constructor that accepts a File object as argument (XTM file).
|
SanityChecker(String url)
Constructor that accepts a url as argument (XTM file).
|
SanityChecker(TopicMapIF tm)
Constructor that accepts a topicmap as argument.
|
protected TopicMapIF tm
public SanityChecker(TopicMapIF tm)
public SanityChecker(File file) throws MalformedURLException, IOException
MalformedURLExceptionIOExceptionpublic SanityChecker(String url) throws MalformedURLException, IOException
MalformedURLExceptionIOException