| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static IDContextProvider2 |
IDContextProviderWrapper.create(IDContextProvider core) |
| Modifier and Type | Method and Description |
|---|---|
void |
StartTagInfo.reinit(String namespaceURI,
String localName,
String qName,
Attributes attributes,
IDContextProvider context)
Deprecated.
|
| Constructor and Description |
|---|
StartTagInfo(String namespaceURI,
String localName,
String qName,
Attributes attributes,
IDContextProvider context)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2014 Oracle Corporation. All Rights Reserved.