| Package | Description |
|---|---|
| org.kohsuke.rngom.binary |
Minimal binarized pattern object model (one example of ast.om implementation).
|
| org.kohsuke.rngom.dt.builtin |
RELAX NG built-in datatype implementation.
|
| org.kohsuke.rngom.parse.compact | |
| org.kohsuke.rngom.parse.xml | |
| org.kohsuke.rngom.util |
| Modifier and Type | Field and Description |
|---|---|
(package private) static Localizer |
SchemaBuilderImpl.localizer |
| Modifier and Type | Field and Description |
|---|---|
private static Localizer |
BuiltinDatatypeBuilder.localizer |
| Modifier and Type | Field and Description |
|---|---|
private static Localizer |
CompactSyntax.localizer |
| Modifier and Type | Field and Description |
|---|---|
private static Localizer |
SchemaParser.localizer |
| Modifier and Type | Field and Description |
|---|---|
private Localizer |
Localizer.parent
If non-null, any resources that weren't found in this localizer
will be delegated to the parent.
|
| Constructor and Description |
|---|
Localizer(Localizer parent,
java.lang.Class cls) |