org.relaxng.datatype.DatatypeBuilder
, org.relaxng.datatype.DatatypeLibrary
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 | Description |
---|---|---|
static ErrorDatatypeLibrary |
theInstance |
The sole instance of this class.
|
Modifier and Type | Method | 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.DatatypeLibrary
public org.relaxng.datatype.DatatypeBuilder createDatatypeBuilder(String name)
createDatatypeBuilder
in interface org.relaxng.datatype.DatatypeLibrary
public org.relaxng.datatype.Datatype createDatatype()
createDatatype
in interface org.relaxng.datatype.DatatypeBuilder
Copyright © 2019 Oracle Corporation. All rights reserved.