Package com.sun.tools.xjc.reader.relaxng
Class RELAXNGCompiler
- java.lang.Object
-
- com.sun.tools.xjc.reader.relaxng.RELAXNGCompiler
-
public final class RELAXNGCompiler extends java.lang.Object
- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description RELAXNGCompiler(DPattern grammar, JCodeModel codeModel, Options opts)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Model
build(DPattern grammar, JCodeModel codeModel, Options opts)
-
-
-
Constructor Detail
-
RELAXNGCompiler
public RELAXNGCompiler(DPattern grammar, JCodeModel codeModel, Options opts)
-
-
Method Detail
-
build
public static Model build(DPattern grammar, JCodeModel codeModel, Options opts)
-
-