Class TopicMapDocument
- java.lang.Object
-
- net.ontopia.infoset.fulltext.core.GenericDocument
-
- net.ontopia.infoset.fulltext.topicmaps.TopicMapDocument
-
- All Implemented Interfaces:
Serializable
,DocumentIF
public class TopicMapDocument extends GenericDocument
INTERNAL: A class that extends GenericDocument to add an appropriate toString implementation for topic map documents.The used fields are: object_id, notation and address.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.ontopia.infoset.fulltext.core.GenericDocument
fields
-
-
Constructor Summary
Constructors Constructor Description TopicMapDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
_toString()
-
Methods inherited from class net.ontopia.infoset.fulltext.core.GenericDocument
addField, getField, getFields, removeField, toString
-
-
-
-
Method Detail
-
_toString
protected String _toString()
-
-