|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TopicMapReaderIF
PUBLIC: A topic map reader is used to read topic maps from an implementation specific, implicit source.
net.ontopia.topicmaps.core.TopicMapImporterIF ,
net.ontopia.topicmaps.core.TopicMapWriterIF | Method Summary | |
|---|---|
TopicMapIF |
read()
PUBLIC: Reads the next topic map available from some implicit, implementation dependent source. |
java.util.Collection<TopicMapIF> |
readAll()
PUBLIC: Reads all the topic map available from some implicit, implementation dependent source. |
| Method Detail |
|---|
TopicMapIF read()
throws java.io.IOException
null is returned when there are no more
topic maps available. In a sense this is iterator-like
behaviour.
java.io.IOException - Thrown if reading the source fails.
java.util.Collection<TopicMapIF> readAll()
throws java.io.IOException
java.io.IOException - Thrown if reading the source fails.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||