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