|
SWIXML 1.5 (#149) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.swixml.SchemaGenerator
public class SchemaGenerator
Swixml XML Schema Generator
Constructor Summary | |
---|---|
SchemaGenerator()
|
Method Summary | |
---|---|
static void |
main(String[] args)
Writes teh schema into the given file. defaults to userhome/swixml.xsd |
static void |
print(URI uri,
File file)
Generate the Swixml XML Schema and writes it into a file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchemaGenerator()
Method Detail |
---|
public static void print(URI uri, File file) throws IOException
uri
- taget Namespace, e.g. http://www.swixml.org/2007/SwixmlTagsfile
- File
- target
- Throws:
IOException
- - if schema cannot be printed into the given file.
public static void main(String[] args)
args
- String[] file name.
|
SWIXML 1.5 (#149) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |