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.
addFacet
public void addFacet(java.lang.String name,
java.lang.String value,
boolean fixed,
ValidationContext context)
throws DatatypeException
- Throws:
DatatypeException
derive
public XSDatatypeExp derive(java.lang.String newTypeNameUri,
java.lang.String newLocalName)
throws DatatypeException
- Throws:
DatatypeException