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.

Method Summary

void
addFacet(String name, String value, boolean fixed, ValidationContext context)
XSDatatypeExp
derive(String newTypeNameUri, String newLocalName)

Method Details

addFacet

public void addFacet(String name,
                     String value,
                     boolean fixed,
                     ValidationContext context)
            throws DatatypeException

derive

public XSDatatypeExp derive(String newTypeNameUri,
                            String newLocalName)
            throws DatatypeException