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