Uses of Interface
com.sun.tools.rngdatatype.Datatype
Packages that use Datatype
Package
Description
RELAX NG built-in datatype implementation.
-
Uses of Datatype in com.sun.tools.rngdatatype
Methods in com.sun.tools.rngdatatype that return DatatypeModifier and TypeMethodDescriptionDatatypeBuilder.createDatatype()Derives a new Datatype from a Datatype by parameters that were already set through the addParameter method.DatatypeLibrary.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 DatatypeConstructors in com.sun.tools.rngdatatype.helpers with parameters of type DatatypeModifierConstructorDescriptionParameterlessDatatypeBuilder(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 DatatypeModifier and TypeMethodDescriptionvoidvoidvoidPatternVisitor.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