Package | Description |
---|---|
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 |
---|---|
boolean |
Acceptor.onAttribute(String namespaceURI,
String localName,
String qName,
String value,
IDContextProvider context,
StringRef refErr,
DatatypeRef refType)
Deprecated.
|
boolean |
Acceptor.onAttribute2(String namespaceURI,
String localName,
String qName,
String value,
IDContextProvider2 context,
StringRef refErr,
DatatypeRef refType)
processes an attribute.
|
boolean |
Acceptor.onText(String literal,
IDContextProvider context,
StringRef refErr,
DatatypeRef refType)
Deprecated.
|
boolean |
Acceptor.onText2(String literal,
IDContextProvider2 context,
StringRef refErr,
DatatypeRef refType)
processes a string literal.
|
Modifier and Type | Field and Description |
---|---|
DatatypeRef |
StringToken.refType
if this field is non-null,
this field will receive assigned DataType object.
|
Modifier and Type | Method and Description |
---|---|
protected StringToken |
StringToken.createChildStringToken(String literal,
DatatypeRef dtRef) |
boolean |
ExpressionAcceptor.onAttribute(String namespaceURI,
String localName,
String qName,
String value,
IDContextProvider context,
StringRef refErr,
DatatypeRef refType)
Deprecated.
|
boolean |
ExpressionAcceptor.onAttribute2(String namespaceURI,
String localName,
String qName,
String value,
IDContextProvider2 context,
StringRef refErr,
DatatypeRef refType) |
boolean |
ExpressionAcceptor.onText(String literal,
IDContextProvider context,
StringRef refErr,
DatatypeRef refType)
Deprecated.
|
boolean |
ExpressionAcceptor.onText2(String literal,
IDContextProvider2 provider,
StringRef refErr,
DatatypeRef refType) |
boolean |
ComplexAcceptorBaseImpl.onText2(String literal,
IDContextProvider2 context,
StringRef refErr,
DatatypeRef refType)
eats string literal
|
Constructor and Description |
---|
StringToken(REDocumentDeclaration docDecl,
String literal,
IDContextProvider2 context,
DatatypeRef refType) |
StringToken(ResidualCalculator resCalc,
String literal,
IDContextProvider2 context,
DatatypeRef refType) |
Copyright © 2016 Oracle Corporation. All rights reserved.