Package | Description |
---|---|
com.sun.tools.txw2.builder.relaxng |
Reads RELAX NG grammar from RNGOM and builds the model for TXW.
|
com.sun.tools.txw2.builder.xsd |
Reads XML Schema grammar from XSOM and builds the model for TXW.
|
com.sun.tools.txw2.model |
Modifier and Type | Field and Description |
---|---|
protected Grammar |
GrammarSectionImpl.grammar |
Constructor and Description |
---|
DivImpl(org.kohsuke.rngom.ast.builder.Scope<Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,AnnotationsImpl,CommentListImpl> parent,
Grammar grammar) |
GrammarSectionImpl(org.kohsuke.rngom.ast.builder.Scope<Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,AnnotationsImpl,CommentListImpl> scope,
Grammar grammar) |
Modifier and Type | Field and Description |
---|---|
private Grammar |
XmlSchemaBuilder.grammar |
Modifier and Type | Field and Description |
---|---|
Grammar |
Define.scope |
Constructor and Description |
---|
Define(Grammar scope,
java.lang.String name) |
Ref(org.xml.sax.Locator location,
Grammar scope,
java.lang.String name) |