Package | Description |
---|---|
com.sun.tools.txw2.builder.relaxng |
Reads RELAX NG grammar from RNGOM and builds the model for TXW.
|
org.kohsuke.rngom.ast.builder | |
org.kohsuke.rngom.binary |
Minimal binarized pattern object model (one example of
ast.om implementation). |
org.kohsuke.rngom.digested |
Another RELAX NG AST implementation that optimizes away
inclusions and some other syntax sugars, while still retaining
all the annotations, location information, and etc.
|
org.kohsuke.rngom.parse.compact | |
org.kohsuke.rngom.parse.host |
Implementation of the
asm.builder package that uses two
other builds simultaneously. |
Modifier and Type | Method | Description |
---|---|---|
DataPatternBuilder |
SchemaBuilderImpl.makeDataPatternBuilder(String datatypeLibrary,
String type,
LocatorImpl locator) |
Modifier and Type | Method | Description |
---|---|---|
DataPatternBuilder |
SchemaBuilder.makeDataPatternBuilder(String datatypeLibrary,
String type,
L loc) |
Modifier and Type | Method | Description |
---|---|---|
DataPatternBuilder |
SchemaBuilderImpl.makeDataPatternBuilder(String datatypeLibrary,
String type,
Location loc) |
Modifier and Type | Method | Description |
---|---|---|
DataPatternBuilder |
DSchemaBuilderImpl.makeDataPatternBuilder(String datatypeLibrary,
String type,
LocatorImpl loc) |
Modifier and Type | Method | Description |
---|---|---|
void |
CompactSyntax.Param(DataPatternBuilder dpb) |
|
void |
CompactSyntax.Params(DataPatternBuilder dpb) |
Modifier and Type | Method | Description |
---|---|---|
DataPatternBuilder |
SchemaBuilderHost.makeDataPatternBuilder(String datatypeLibrary,
String type,
Location _loc) |
Copyright © 2018 Oracle Corporation. All rights reserved.