Uses of Interface
com.sun.msv.grammar.IDContextProvider
-
Packages that use IDContextProvider Package Description com.sun.msv.grammar.util Miscellaneous utility classes.com.sun.msv.util Miscellaneous utilitiescom.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 IDContextProvider in com.sun.msv.grammar.util
Fields in com.sun.msv.grammar.util declared as IDContextProvider Modifier and Type Field Description private IDContextProviderIDContextProviderWrapper. coreMethods in com.sun.msv.grammar.util with parameters of type IDContextProvider Modifier and Type Method Description static IDContextProvider2IDContextProviderWrapper. create(IDContextProvider core)Constructors in com.sun.msv.grammar.util with parameters of type IDContextProvider Constructor Description IDContextProviderWrapper(IDContextProvider _core) -
Uses of IDContextProvider in com.sun.msv.util
Methods in com.sun.msv.util with parameters of type IDContextProvider Modifier and Type Method Description voidStartTagInfo. reinit(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes, IDContextProvider context)Deprecated.Constructors in com.sun.msv.util with parameters of type IDContextProvider Constructor Description StartTagInfo(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes, IDContextProvider context)Deprecated. -
Uses of IDContextProvider in com.sun.msv.verifier
Methods in com.sun.msv.verifier with parameters of type IDContextProvider Modifier and Type Method Description booleanAcceptor. onAttribute(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, java.lang.String value, IDContextProvider context, StringRef refErr, DatatypeRef refType)Deprecated.booleanAcceptor. onText(java.lang.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 IDContextProvider Modifier and Type Method Description booleanExpressionAcceptor. onAttribute(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, java.lang.String value, IDContextProvider context, StringRef refErr, DatatypeRef refType)Deprecated.booleanExpressionAcceptor. onText(java.lang.String literal, IDContextProvider context, StringRef refErr, DatatypeRef refType)Deprecated.
-