Uses of Class
com.sun.msv.util.DatatypeRef
-
Packages that use DatatypeRef Package Description com.sun.msv.verifier Contains abstract model for grammar-based schema and concrete verifier implementation for the abstract schema.com.sun.msv.verifier.regexp VGM implementation by using regular expression derivation algorithm. -
-
Uses of DatatypeRef in com.sun.msv.verifier
Methods in com.sun.msv.verifier with parameters of type DatatypeRef Modifier and Type Method Description booleanAcceptor. onAttribute(String namespaceURI, String localName, String qName, String value, IDContextProvider context, StringRef refErr, DatatypeRef refType)Deprecated.booleanAcceptor. onAttribute2(String namespaceURI, String localName, String qName, String value, IDContextProvider2 context, StringRef refErr, DatatypeRef refType)processes an attribute.booleanAcceptor. onText(String literal, IDContextProvider context, StringRef refErr, DatatypeRef refType)Deprecated.booleanAcceptor. onText2(String literal, IDContextProvider2 context, StringRef refErr, DatatypeRef refType)processes a string literal. -
Uses of DatatypeRef in com.sun.msv.verifier.regexp
Fields in com.sun.msv.verifier.regexp declared as DatatypeRef Modifier and Type Field Description DatatypeRefStringToken. refTypeif this field is non-null, this field will receive assigned DataType object.Methods in com.sun.msv.verifier.regexp with parameters of type DatatypeRef Modifier and Type Method Description protected StringTokenStringToken. createChildStringToken(String literal, DatatypeRef dtRef)booleanExpressionAcceptor. onAttribute(String namespaceURI, String localName, String qName, String value, IDContextProvider context, StringRef refErr, DatatypeRef refType)Deprecated.booleanExpressionAcceptor. onAttribute2(String namespaceURI, String localName, String qName, String value, IDContextProvider2 context, StringRef refErr, DatatypeRef refType)booleanExpressionAcceptor. onText(String literal, IDContextProvider context, StringRef refErr, DatatypeRef refType)Deprecated.booleanComplexAcceptorBaseImpl. onText2(String literal, IDContextProvider2 context, StringRef refErr, DatatypeRef refType)eats string literalbooleanExpressionAcceptor. onText2(String literal, IDContextProvider2 provider, StringRef refErr, DatatypeRef refType)Constructors in com.sun.msv.verifier.regexp with parameters of type DatatypeRef Constructor Description StringToken(REDocumentDeclaration docDecl, String literal, IDContextProvider2 context, DatatypeRef refType)StringToken(ResidualCalculator resCalc, String literal, IDContextProvider2 context, DatatypeRef refType)
-