Uses of Interface
com.sun.msv.grammar.IDContextProvider
Packages that use IDContextProvider
Package
Description
Miscellaneous utility classes.
Miscellaneous utilities
Contains abstract model for grammar-based schema and
concrete verifier implementation for the abstract schema.
VGM implementation by using regular expression derivation algorithm.
-
Uses of IDContextProvider in com.sun.msv.grammar.util
Fields in com.sun.msv.grammar.util declared as IDContextProviderMethods in com.sun.msv.grammar.util with parameters of type IDContextProviderModifier and TypeMethodDescriptionstatic IDContextProvider2
IDContextProviderWrapper.create
(IDContextProvider core) Constructors in com.sun.msv.grammar.util with parameters of type IDContextProvider -
Uses of IDContextProvider in com.sun.msv.util
Methods in com.sun.msv.util with parameters of type IDContextProviderModifier and TypeMethodDescriptionvoid
StartTagInfo.reinit
(String namespaceURI, String localName, String qName, Attributes attributes, IDContextProvider context) Deprecated.Constructors in com.sun.msv.util with parameters of type IDContextProviderModifierConstructorDescriptionStartTagInfo
(String namespaceURI, String localName, String qName, Attributes attributes, IDContextProvider context) Deprecated. -
Uses of IDContextProvider in com.sun.msv.verifier
Methods in com.sun.msv.verifier with parameters of type IDContextProviderModifier and TypeMethodDescriptionboolean
Acceptor.onAttribute
(String namespaceURI, String localName, String qName, String value, IDContextProvider context, StringRef refErr, DatatypeRef refType) Deprecated.boolean
Acceptor.onText
(String literal, IDContextProvider context, StringRef refErr, DatatypeRef refType) Deprecated. -
Uses of IDContextProvider in com.sun.msv.verifier.regexp
Methods in com.sun.msv.verifier.regexp with parameters of type IDContextProviderModifier and TypeMethodDescriptionfinal boolean
ExpressionAcceptor.onAttribute
(String namespaceURI, String localName, String qName, String value, IDContextProvider context, StringRef refErr, DatatypeRef refType) Deprecated.final boolean
ExpressionAcceptor.onText
(String literal, IDContextProvider context, StringRef refErr, DatatypeRef refType) Deprecated.