public class ErrorDatatypeLibrary extends Object implements org.relaxng.datatype.DatatypeLibrary, org.relaxng.datatype.DatatypeBuilder
DatatypeLibrary implementation which is used
to recover from "unknown datatype library" error.| Modifier and Type | Field and Description |
|---|---|
static ErrorDatatypeLibrary |
theInstance
The sole instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(String name,
String value,
org.relaxng.datatype.ValidationContext context) |
org.relaxng.datatype.Datatype |
createDatatype() |
org.relaxng.datatype.Datatype |
createDatatype(String name) |
org.relaxng.datatype.DatatypeBuilder |
createDatatypeBuilder(String name) |
public static final ErrorDatatypeLibrary theInstance
public org.relaxng.datatype.Datatype createDatatype(String name)
createDatatype in interface org.relaxng.datatype.DatatypeLibrarypublic org.relaxng.datatype.DatatypeBuilder createDatatypeBuilder(String name)
createDatatypeBuilder in interface org.relaxng.datatype.DatatypeLibrarypublic org.relaxng.datatype.Datatype createDatatype()
createDatatype in interface org.relaxng.datatype.DatatypeBuilderCopyright © 2016 Oracle Corporation. All Rights Reserved.