| 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.identity |
Verifier with XML Schema's identity constraint check.
|
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ErrorInfo.BadAttribute |
Bad attribute.
|
static class |
ErrorInfo.BadTagName |
Bad tag name.
|
static class |
ErrorInfo.BadText |
Bad text.
|
static class |
ErrorInfo.ElementErrorInfo |
Base class for element related errors.
|
static class |
ErrorInfo.IncompleteContentModel |
This error occurs when MSV sees an end tag unexpectedly.
|
static class |
ErrorInfo.MissingAttribute |
Missing attribute.
|
| Modifier and Type | Method | Description |
|---|---|---|
ErrorInfo |
ValidityViolation.getErrorInfo() |
Gets the detailed error information, if any.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected ValidityViolation |
Verifier.onError(StringRef ref,
String defaultMsg,
ErrorInfo ei) |
signals an error.
|
protected ValidityViolation |
Verifier.onError(String msg,
ErrorInfo ei) |
| Constructor | Description |
|---|---|
ValidityViolation(Locator loc,
String msg,
ErrorInfo ei) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
IDConstraintChecker.reportError(ErrorInfo ei,
String propKey,
Object[] args) |
reports an error.
|
protected void |
IDConstraintChecker.reportError(Locator loc,
ErrorInfo ei,
String propKey,
Object[] args) |
Copyright © 2019 Oracle Corporation. All rights reserved.