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