xmltorng.i2s.util
Class SchemaWriter

java.lang.Object
  extended by xmltorng.i2s.util.SchemaWriter

public final class SchemaWriter
extends java.lang.Object

Write a RELAX NG schema with the following restrictions : Doesn't support name classes other than simple name. Doesn't support list, data and value patterns.


Method Summary
static void printSchema(java.io.PrintWriter out, Schema schema)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

printSchema

public static final void printSchema(java.io.PrintWriter out,
                                     Schema schema)