Package | Description |
---|---|
net.ontopia.topicmaps.xml |
Classes for importing and exporting topic maps in the XML
interchange format.
|
Modifier and Type | Method and Description |
---|---|
protected XTMVersion |
XTM2TopicMapWriter.getVersion() |
protected XTMVersion |
XTM21TopicMapWriter.getVersion() |
XTMVersion |
XTMSnifferContentHandler.getXTMVersion() |
static XTMVersion |
XTMVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XTMVersion[] |
XTMVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XTMTopicMapWriter.setVersion(XTMVersion version)
PUBLIC: Set XTM version to use on export.
|
Constructor and Description |
---|
XTMValidatingContentHandler(ContentHandler child,
XTMVersion version) |