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
Methods in com.sun.msv.grammar.util with parameters of type IDContextProviderModifier and TypeMethodDescriptionstatic IDContextProvider2IDContextProviderWrapper.create(IDContextProvider core) -
Uses of IDContextProvider in com.sun.msv.util
Methods in com.sun.msv.util with parameters of type IDContextProviderModifier and TypeMethodDescriptionvoidStartTagInfo.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 TypeMethodDescriptionbooleanAcceptor.onAttribute(String namespaceURI, String localName, String qName, String value, IDContextProvider context, StringRef refErr, DatatypeRef refType) Deprecated.booleanAcceptor.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 booleanExpressionAcceptor.onAttribute(String namespaceURI, String localName, String qName, String value, IDContextProvider context, StringRef refErr, DatatypeRef refType) Deprecated.final booleanExpressionAcceptor.onText(String literal, IDContextProvider context, StringRef refErr, DatatypeRef refType) Deprecated.