Uses of Interface
com.sun.tools.rngdatatype.Datatype
-
Packages that use Datatype Package Description com.sun.tools.rngdatatype com.sun.tools.rngdatatype.helpers -
-
Uses of Datatype in com.sun.tools.rngdatatype
Methods in com.sun.tools.rngdatatype that return Datatype Modifier and Type Method Description DatatypeDatatypeBuilder. createDatatype()Derives a new Datatype from a Datatype by parameters that were already set through the addParameter method.DatatypeDatatypeLibrary. createDatatype(java.lang.String typeLocalName)Gets or creates a pre-defined type. -
Uses of Datatype in com.sun.tools.rngdatatype.helpers
Methods in com.sun.tools.rngdatatype.helpers that return Datatype Modifier and Type Method Description DatatypeParameterlessDatatypeBuilder. createDatatype()Constructors in com.sun.tools.rngdatatype.helpers with parameters of type Datatype Constructor Description ParameterlessDatatypeBuilder(Datatype baseType)StreamingValidatorImpl(Datatype baseType, ValidationContext context)
-