|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.impl.utils.AbstractTopicMapReader
net.ontopia.topicmaps.utils.ltm.LTMTopicMapReader
public class LTMTopicMapReader
PUBLIC: This TopicMapReader can read topic maps from LTM files.
| Constructor Summary | |
|---|---|
LTMTopicMapReader(java.io.File file)
PUBLIC: Creates a topic map reader bound to the file given in the arguments. |
|
LTMTopicMapReader(org.xml.sax.InputSource source,
LocatorIF base_address)
PUBLIC: Creates a topic map reader bound to the input source given in the arguments. |
|
LTMTopicMapReader(java.io.InputStream stream,
LocatorIF base_address)
PUBLIC: Creates a topic map reader bound to the input stream given in the arguments. |
|
LTMTopicMapReader(LocatorIF url)
PUBLIC: Creates a topic map reader bound to the URL given in the arguments. |
|
LTMTopicMapReader(java.io.Reader reader,
LocatorIF base_address)
PUBLIC: Creates a topic map reader bound to the reader given in the arguments. |
|
LTMTopicMapReader(java.lang.String url)
PUBLIC: Creates a topic map reader bound to the URL given in the arguments. |
|
| Method Summary |
|---|
| Methods inherited from class net.ontopia.topicmaps.impl.utils.AbstractTopicMapReader |
|---|
getBaseAddress, getInputSource, getStoreFactory, importInto, makeReader, makeReader, read, readAll, setBaseAddress, setInputSource, setStoreFactory |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LTMTopicMapReader(java.lang.String url)
throws java.net.MalformedURLException
url - The URL of the LTM file.
java.net.MalformedURLException
public LTMTopicMapReader(java.io.Reader reader,
LocatorIF base_address)
reader - The reader from which the topic map is to be read.base_address - The base address to be used for resolving
relative references.
public LTMTopicMapReader(java.io.InputStream stream,
LocatorIF base_address)
stream - The input stream from which the topic map is to be read.base_address - The base address to be used for resolving
relative references.
public LTMTopicMapReader(java.io.File file)
throws java.io.IOException
file - The file object from which to read the topic map.
java.io.IOException
public LTMTopicMapReader(org.xml.sax.InputSource source,
LocatorIF base_address)
source - The SAX input source from which the topic map is to be read.base_address - The base address to be used for resolving
relative references.public LTMTopicMapReader(LocatorIF url)
url - The URL of the topic map document.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||