| 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 and Description |
|---|
CheckingSchemaBuilder(SchemaBuilder sb,
ErrorHandler eh,
DatatypeLibraryFactory dlf) |
| Constructor and Description |
|---|
SchemaBuilderImpl(ErrorHandler eh,
DatatypeLibraryFactory datatypeLibraryFactory,
SchemaPatternBuilder pb) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedDatatypeLibraryFactory |
class |
CascadingDatatypeLibraryFactory |
class |
DoNothingDatatypeLibraryFactoryImpl
DatatypeLibraryFactory implementation
that returns a dummy Datatype. |
| Constructor and Description |
|---|
CachedDatatypeLibraryFactory(DatatypeLibraryFactory core) |
CascadingDatatypeLibraryFactory(DatatypeLibraryFactory factory1,
DatatypeLibraryFactory factory2) |
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinDatatypeLibraryFactory
DatatypeLibraryFactory for
RELAX NG Built-in datatype library and compatibility datatype library. |
| Constructor and Description |
|---|
BuiltinDatatypeLibraryFactory(DatatypeLibraryFactory coreFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DatatypeLibraryLoader
Discovers the datatype library implementation from the classpath.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.