com.sun.msv.reader.datatype.xsd
Interface XSTypeIncubator
public interface XSTypeIncubator
Interface for the type incubator.
One layer of abstraction is necessary
to support the lazy type construction.
void | addFacet(String name, String value, boolean fixed, ValidationContext context)
|
XSDatatypeExp | derive(String newTypeNameUri, String newLocalName)
|
addFacet
public void addFacet(String name,
String value,
boolean fixed,
ValidationContext context)
throws DatatypeException
derive
public XSDatatypeExp derive(String newTypeNameUri,
String newLocalName)
throws DatatypeException