public interface XSTypeIncubator
One layer of abstraction is necessary to support the lazy type construction.
Modifier and Type | Method and Description |
---|---|
void |
addFacet(java.lang.String name,
java.lang.String value,
boolean fixed,
org.relaxng.datatype.ValidationContext context) |
XSDatatypeExp |
derive(java.lang.String newTypeNameUri,
java.lang.String newLocalName) |
void addFacet(java.lang.String name, java.lang.String value, boolean fixed, org.relaxng.datatype.ValidationContext context) throws org.relaxng.datatype.DatatypeException
org.relaxng.datatype.DatatypeException
XSDatatypeExp derive(java.lang.String newTypeNameUri, java.lang.String newLocalName) throws org.relaxng.datatype.DatatypeException
org.relaxng.datatype.DatatypeException