Uses of Interface
com.sun.tools.rngdatatype.Datatype
-
Packages that use Datatype Package Description com.sun.tools.rngdatatype com.sun.tools.rngdatatype.helpers com.sun.tools.rngom.binary.visitor com.sun.tools.rngom.dt.builtin RELAX NG built-in datatype implementation. -
-
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(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) -
Uses of Datatype in com.sun.tools.rngom.binary.visitor
Methods in com.sun.tools.rngom.binary.visitor with parameters of type Datatype Modifier and Type Method Description voidPatternVisitor. visitData(Datatype dt)voidPatternWalker. visitData(Datatype dt)voidPatternVisitor. visitDataExcept(Datatype dt, Pattern except)voidPatternWalker. visitDataExcept(Datatype dt, Pattern except)voidPatternVisitor. visitValue(Datatype dt, Object obj)voidPatternWalker. visitValue(Datatype dt, Object obj) -
Uses of Datatype in com.sun.tools.rngom.dt.builtin
Methods in com.sun.tools.rngom.dt.builtin that return Datatype Modifier and Type Method Description DatatypeBuiltinDatatypeLibrary. createDatatype(String type)
-