Package | Description |
---|---|
org.relaxng.datatype | |
org.relaxng.datatype.helpers |
Modifier and Type | Method and Description |
---|---|
Datatype |
DatatypeBuilder.createDatatype()
Derives a new Datatype from a Datatype by parameters that
were already set through the addParameter method.
|
Datatype |
DatatypeLibrary.createDatatype(java.lang.String typeLocalName)
Gets or creates a pre-defined type.
|
Modifier and Type | Field and Description |
---|---|
private Datatype |
StreamingValidatorImpl.baseType
Datatype obejct that creates this streaming validator.
|
private Datatype |
ParameterlessDatatypeBuilder.baseType
This type object is returned for the derive method.
|
Modifier and Type | Method and Description |
---|---|
Datatype |
ParameterlessDatatypeBuilder.createDatatype() |
Constructor and Description |
---|
ParameterlessDatatypeBuilder(Datatype baseType) |
StreamingValidatorImpl(Datatype baseType,
ValidationContext context) |