|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDContextProvider | |
---|---|
com.sun.msv.grammar.util | Miscellaneous utility classes. |
com.sun.msv.util | Miscellaneous utilities |
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 IDContextProvider in com.sun.msv.grammar.util |
---|
Methods in com.sun.msv.grammar.util with parameters of type IDContextProvider | |
---|---|
static IDContextProvider2 |
IDContextProviderWrapper.create(IDContextProvider core)
|
Uses of IDContextProvider in com.sun.msv.util |
---|
Methods in com.sun.msv.util with parameters of type IDContextProvider | |
---|---|
void |
StartTagInfo.reinit(String namespaceURI,
String localName,
String qName,
Attributes attributes,
IDContextProvider context)
Deprecated. |
Constructors in com.sun.msv.util with parameters of type IDContextProvider | |
---|---|
StartTagInfo(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 IDContextProvider | |
---|---|
boolean |
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 IDContextProvider | |
---|---|
boolean |
ExpressionAcceptor.onAttribute(String namespaceURI,
String localName,
String qName,
String value,
IDContextProvider context,
StringRef refErr,
DatatypeRef refType)
Deprecated. |
boolean |
ExpressionAcceptor.onText(String literal,
IDContextProvider context,
StringRef refErr,
DatatypeRef refType)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |