net.jangaroo.extxml.generation
Class XsdGenerator

java.lang.Object
  extended by net.jangaroo.extxml.generation.XsdGenerator

public final class XsdGenerator
extends Object

An XsdGenerator takes a ComponentSuite and (re)generates its XML Schema (.xsd) file.


Constructor Summary
XsdGenerator(ComponentSuite componentSuite)
           
 
Method Summary
 void generateXsd(Writer out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsdGenerator

public XsdGenerator(ComponentSuite componentSuite)
Parameters:
componentSuite -
Method Detail

generateXsd

public void generateXsd(Writer out)
                 throws IOException
Throws:
IOException


Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.