Uses of Class
com.sun.msv.verifier.ErrorInfo
-
Packages that use ErrorInfo 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. -
-
Uses of ErrorInfo in com.sun.msv.verifier
Subclasses of ErrorInfo in com.sun.msv.verifier 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.Fields in com.sun.msv.verifier declared as ErrorInfo Modifier and Type Field Description private ErrorInfo
ValidityViolation. errorInfo
Methods in com.sun.msv.verifier that return ErrorInfo Modifier and Type Method Description ErrorInfo
ValidityViolation. getErrorInfo()
Gets the detailed error information, if any.Methods in com.sun.msv.verifier with parameters of type ErrorInfo Modifier and Type Method Description protected ValidityViolation
Verifier. onError(StringRef ref, java.lang.String defaultMsg, ErrorInfo ei)
signals an error.protected ValidityViolation
Verifier. onError(java.lang.String msg, ErrorInfo ei)
Constructors in com.sun.msv.verifier with parameters of type ErrorInfo Constructor Description ValidityViolation(org.xml.sax.Locator loc, java.lang.String msg, ErrorInfo ei)
-
Uses of ErrorInfo in com.sun.msv.verifier.identity
Methods in com.sun.msv.verifier.identity with parameters of type ErrorInfo Modifier and Type Method 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)
-