xmltorng.i2s
Class SchemaGenerator

java.lang.Object
  extended by xmltorng.i2s.SchemaGenerator
All Implemented Interfaces:
PatternHandler

public final class SchemaGenerator
extends java.lang.Object
implements PatternHandler


Constructor Summary
SchemaGenerator()
           
 
Method Summary
static void GenerateXMLtoRNG(java.lang.String xmlfilepath)
           
 void pattern(boolean isRoot, Name containerName, Name[] attributeNames, boolean hasText, RepeatableName[] contentRepeatableNames)
          Notify that a container element has a given content.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaGenerator

public SchemaGenerator()
Method Detail

GenerateXMLtoRNG

public static void GenerateXMLtoRNG(java.lang.String xmlfilepath)

pattern

public void pattern(boolean isRoot,
                    Name containerName,
                    Name[] attributeNames,
                    boolean hasText,
                    RepeatableName[] contentRepeatableNames)
Description copied from interface: PatternHandler
Notify that a container element has a given content. There is one root notification and it is the last one.

Specified by:
pattern in interface PatternHandler