Package com.sun.msv.generator
Interface DataTypeGenerator
-
- All Known Implementing Classes:
DataTypeGeneratorImpl
public interface DataTypeGenerator
generates an text value that matchs to a datatype.- Author:
- Kohsuke KAWAGUCHI
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
DataTypeGenerator.GenerationException
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
generate(org.relaxng.datatype.Datatype dt, ContextProviderImpl context)
-
-
-
Method Detail
-
generate
String generate(org.relaxng.datatype.Datatype dt, ContextProviderImpl context)
-
-