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(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)
|
addFacet
public void addFacet(java.lang.String name,
java.lang.String value,
boolean fixed,
org.relaxng.datatype.ValidationContext context)
throws org.relaxng.datatype.DatatypeException
- Throws:
org.relaxng.datatype.DatatypeException
derive
public XSDatatypeExp derive(java.lang.String newTypeNameUri,
java.lang.String newLocalName)
throws org.relaxng.datatype.DatatypeException
- Throws:
org.relaxng.datatype.DatatypeException
Copyright © 2001-2003 Sun Microsystems, Inc. Documenation generated April 26 2005.