|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatatypeException | |
|---|---|
| org.kohsuke.rngom.dt.builtin | RELAX NG built-in datatype implementation. |
| org.relaxng.datatype | |
| org.relaxng.datatype.helpers | |
| Uses of DatatypeException in org.kohsuke.rngom.dt.builtin |
|---|
| Methods in org.kohsuke.rngom.dt.builtin that throw DatatypeException | |
|---|---|
Datatype |
BuiltinDatatypeLibrary.createDatatype(String type)
|
DatatypeBuilder |
BuiltinDatatypeLibrary.createDatatypeBuilder(String type)
|
| Uses of DatatypeException in org.relaxng.datatype |
|---|
| Methods in org.relaxng.datatype that throw DatatypeException | |
|---|---|
void |
DatatypeBuilder.addParameter(String name,
String strValue,
ValidationContext context)
Adds a new parameter. |
void |
DatatypeStreamingValidator.checkValid()
Similar to the isValid method, but this method throws Exception (with possibly diagnostic information), instead of returning false. |
void |
Datatype.checkValid(String literal,
ValidationContext context)
Similar to the isValid method but throws an exception with diagnosis in case of errors. |
Datatype |
DatatypeBuilder.createDatatype()
Derives a new Datatype from a Datatype by parameters that were already set through the addParameter method. |
Datatype |
DatatypeLibrary.createDatatype(String typeLocalName)
Gets or creates a pre-defined type. |
DatatypeBuilder |
DatatypeLibrary.createDatatypeBuilder(String baseTypeLocalName)
Creates a new instance of DatatypeBuilder. |
| Uses of DatatypeException in org.relaxng.datatype.helpers |
|---|
| Methods in org.relaxng.datatype.helpers that throw DatatypeException | |
|---|---|
void |
ParameterlessDatatypeBuilder.addParameter(String name,
String strValue,
ValidationContext context)
|
void |
StreamingValidatorImpl.checkValid()
|
Datatype |
ParameterlessDatatypeBuilder.createDatatype()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||