|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.xml.AbstractTopicMapExporter
net.ontopia.topicmaps.xml.XTMTopicMapExporter
public class XTMTopicMapExporter
INTERNAL: Exports topic maps to the XTM 1.0 interchange format.
| Constructor Summary | |
|---|---|
XTMTopicMapExporter()
Used to initialize the XTM Exporter |
|
| Method Summary | |
|---|---|
void |
export(TopicMapIF tm)
INTERNAL: Default export method. |
void |
export(TopicMapIF tm,
org.xml.sax.DocumentHandler dh)
INTERNAL: Traverses a Topic Map and emits SAX document handler events according to the Topic Map interchange format to the given document handler. |
boolean |
getAddIds()
INTERNAL: Returns true if configured to add IDs to all elements. |
boolean |
getExportSourceLocators()
INTERNAL: Returns true if source locators should be exported. |
void |
setAddIds(boolean add_ids)
INTERNAL: Tells the exporter whether or not to add IDs to all elements. |
void |
setExportSourceLocators(boolean export_srclocs)
INTERNAL: Set the flag that says whether source locators should be exported or not. |
| Methods inherited from class net.ontopia.topicmaps.xml.AbstractTopicMapExporter |
|---|
getElementId, mayCollide, setFilter |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XTMTopicMapExporter()
| Method Detail |
|---|
public boolean getExportSourceLocators()
public void setExportSourceLocators(boolean export_srclocs)
public boolean getAddIds()
public void setAddIds(boolean add_ids)
public void export(TopicMapIF tm)
throws org.xml.sax.SAXException,
java.io.IOException
org.xml.sax.SAXException
java.io.IOException
public void export(TopicMapIF tm,
org.xml.sax.DocumentHandler dh)
throws org.xml.sax.SAXException
org.xml.sax.SAXException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||