com.sun.tools.xjc.reader.relaxng
Class RELAXNGCompiler

java.lang.Object
  extended by com.sun.tools.xjc.reader.relaxng.RELAXNGCompiler

public final class RELAXNGCompiler
extends java.lang.Object


Constructor Summary
RELAXNGCompiler(org.kohsuke.rngom.digested.DPattern grammar, com.sun.codemodel.JCodeModel codeModel, Options opts)
           
 
Method Summary
static Model build(org.kohsuke.rngom.digested.DPattern grammar, com.sun.codemodel.JCodeModel codeModel, Options opts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RELAXNGCompiler

public RELAXNGCompiler(org.kohsuke.rngom.digested.DPattern grammar,
                       com.sun.codemodel.JCodeModel codeModel,
                       Options opts)
Method Detail

build

public static Model build(org.kohsuke.rngom.digested.DPattern grammar,
                          com.sun.codemodel.JCodeModel codeModel,
                          Options opts)