| 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 and 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 | Field and Description |
|---|---|
private ErrorInfo |
ValidityViolation.errorInfo |
| Modifier and Type | Method and Description |
|---|---|
ErrorInfo |
ValidityViolation.getErrorInfo()
Gets the detailed error information, if any.
|
| Modifier and Type | Method and Description |
|---|---|
protected ValidityViolation |
Verifier.onError(java.lang.String msg,
ErrorInfo ei) |
protected ValidityViolation |
Verifier.onError(StringRef ref,
java.lang.String defaultMsg,
ErrorInfo ei)
signals an error.
|
| Constructor and Description |
|---|
ValidityViolation(org.xml.sax.Locator loc,
java.lang.String msg,
ErrorInfo ei) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IDConstraintChecker.reportError(ErrorInfo ei,
java.lang.String propKey,
java.lang.Object[] args)
reports an error.
|
protected void |
IDConstraintChecker.reportError(org.xml.sax.Locator loc,
ErrorInfo ei,
java.lang.String propKey,
java.lang.Object[] args) |