Class Canonicalizer
- java.lang.Object
-
- net.ontopia.topicmaps.cmdlineutils.Canonicalizer
-
public class Canonicalizer extends Object
PUBLIC: Reads a topic map and writes it out in ISO CXTM.
-
-
Constructor Summary
Constructors Constructor Description Canonicalizer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static void
canonicalize(String stm, String ctm, boolean readall)
static void
main(String[] argv)
protected static void
usage()
-
-
-
Method Detail
-
main
public static void main(String[] argv)
-
usage
protected static void usage()
-
canonicalize
protected static void canonicalize(String stm, String ctm, boolean readall) throws IOException, MalformedURLException
- Throws:
IOException
MalformedURLException
-
-