Package com.sun.msv.generator
Interface DataTypeGenerator
-
- All Known Implementing Classes:
DataTypeGeneratorImpl
public interface DataTypeGeneratorgenerates an text value that matchs to a datatype.
-
-
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 java.lang.Stringgenerate(org.relaxng.datatype.Datatype dt, ContextProviderImpl context)
-
-
-
Method Detail
-
generate
java.lang.String generate(org.relaxng.datatype.Datatype dt, ContextProviderImpl context)
-
-