public void addFacet( String name, String value, boolean fixed, ValidationContext context ) throws DatatypeException {
core.addFacet(name,value,fixed,context);
}
public XSDatatypeExp derive(String uri,String localName) throws DatatypeException {
return new XSDatatypeExp( core.derive(uri,localName), pool );
}
};
}