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 classErrorInfo.BadAttributeBad attribute.static classErrorInfo.BadTagNameBad tag name.static classErrorInfo.BadTextBad text.static classErrorInfo.ElementErrorInfoBase class for element related errors.static classErrorInfo.IncompleteContentModelThis error occurs when MSV sees an end tag unexpectedly.static classErrorInfo.MissingAttributeMissing attribute.Fields in com.sun.msv.verifier declared as ErrorInfo Modifier and Type Field Description private ErrorInfoValidityViolation. errorInfoMethods in com.sun.msv.verifier that return ErrorInfo Modifier and Type Method Description ErrorInfoValidityViolation. 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 ValidityViolationVerifier. onError(StringRef ref, java.lang.String defaultMsg, ErrorInfo ei)signals an error.protected ValidityViolationVerifier. 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 voidIDConstraintChecker. reportError(ErrorInfo ei, java.lang.String propKey, java.lang.Object[] args)reports an error.protected voidIDConstraintChecker. reportError(org.xml.sax.Locator loc, ErrorInfo ei, java.lang.String propKey, java.lang.Object[] args)
-