Uses of Class
com.sun.msv.util.DatatypeRef
Packages that use DatatypeRef
Package
Description
Contains abstract model for grammar-based schema and
concrete verifier implementation for the abstract schema.
Type-assignment engine
that can be used by application programs.
VGM implementation by using regular expression derivation algorithm.
-
Uses of DatatypeRef in com.sun.msv.verifier
Fields in com.sun.msv.verifier declared as DatatypeRefModifier and TypeFieldDescriptionprivate final DatatypeRef
Verifier.attributeType
the same instance is reused by the feedAttribute method to reduce the number of the object creation.private final DatatypeRef
Verifier.characterType
this field is used to receive type information of character literals.Methods in com.sun.msv.verifier with parameters of type DatatypeRefModifier and TypeMethodDescriptionboolean
Acceptor.onAttribute
(String namespaceURI, String localName, String qName, String value, IDContextProvider context, StringRef refErr, DatatypeRef refType) Deprecated.boolean
Acceptor.onAttribute2
(String namespaceURI, String localName, String qName, String value, IDContextProvider2 context, StringRef refErr, DatatypeRef refType) processes an attribute.boolean
Acceptor.onText
(String literal, IDContextProvider context, StringRef refErr, DatatypeRef refType) Deprecated.boolean
Acceptor.onText2
(String literal, IDContextProvider2 context, StringRef refErr, DatatypeRef refType) processes a string literal. -
Uses of DatatypeRef in com.sun.msv.verifier.psvi
Fields in com.sun.msv.verifier.psvi declared as DatatypeRef -
Uses of DatatypeRef in com.sun.msv.verifier.regexp
Fields in com.sun.msv.verifier.regexp declared as DatatypeRefModifier and TypeFieldDescriptionStringToken.refType
if this field is non-null, this field will receive assigned DataType object.Methods in com.sun.msv.verifier.regexp with parameters of type DatatypeRefModifier and TypeMethodDescriptionprotected StringToken
StringRecoveryToken.createChildStringToken
(String literal, DatatypeRef dtRef) protected StringToken
StringToken.createChildStringToken
(String literal, DatatypeRef dtRef) final boolean
ExpressionAcceptor.onAttribute
(String namespaceURI, String localName, String qName, String value, IDContextProvider context, StringRef refErr, DatatypeRef refType) Deprecated.final boolean
ExpressionAcceptor.onAttribute2
(String namespaceURI, String localName, String qName, String value, IDContextProvider2 context, StringRef refErr, DatatypeRef refType) final boolean
ExpressionAcceptor.onText
(String literal, IDContextProvider context, StringRef refErr, DatatypeRef refType) Deprecated.final boolean
ComplexAcceptorBaseImpl.onText2
(String literal, IDContextProvider2 context, StringRef refErr, DatatypeRef refType) eats string literalboolean
ExpressionAcceptor.onText2
(String literal, IDContextProvider2 provider, StringRef refErr, DatatypeRef refType) Constructors in com.sun.msv.verifier.regexp with parameters of type DatatypeRefModifierConstructorDescriptionStringToken
(REDocumentDeclaration docDecl, String literal, IDContextProvider2 context, DatatypeRef refType) StringToken
(ResidualCalculator resCalc, String literal, IDContextProvider2 context, DatatypeRef refType)