| Package | Description |
|---|---|
| org.kohsuke.rngom.ast.util |
Typical implementations of the ast.builder/ast.om packages.
|
| org.kohsuke.rngom.binary |
Minimal binarized pattern object model (one example of
ast.om implementation). |
| org.kohsuke.rngom.dt | |
| org.kohsuke.rngom.dt.builtin |
RELAX NG built-in datatype implementation.
|
| org.relaxng.datatype.helpers |
| Constructor | Description |
|---|---|
CheckingSchemaBuilder(SchemaBuilder sb,
org.xml.sax.ErrorHandler eh,
DatatypeLibraryFactory dlf) |
| Constructor | Description |
|---|---|
SchemaBuilderImpl(org.xml.sax.ErrorHandler eh,
DatatypeLibraryFactory datatypeLibraryFactory,
SchemaPatternBuilder pb) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CachedDatatypeLibraryFactory |
|
class |
CascadingDatatypeLibraryFactory |
|
class |
DoNothingDatatypeLibraryFactoryImpl |
DatatypeLibraryFactory implementation
that returns a dummy Datatype. |
| Constructor | Description |
|---|---|
CachedDatatypeLibraryFactory(DatatypeLibraryFactory core) |
|
CascadingDatatypeLibraryFactory(DatatypeLibraryFactory factory1,
DatatypeLibraryFactory factory2) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BuiltinDatatypeLibraryFactory |
DatatypeLibraryFactory for
RELAX NG Built-in datatype library and compatibility datatype library. |
| Constructor | Description |
|---|---|
BuiltinDatatypeLibraryFactory(DatatypeLibraryFactory coreFactory) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DatatypeLibraryLoader |
Discovers the datatype library implementation from the classpath.
|
Copyright © 2018 Oracle Corporation. All rights reserved.