Uses of Class
com.sun.msv.verifier.ErrorInfo.ElementErrorInfo

Packages that use ErrorInfo.ElementErrorInfo
com.sun.msv.verifier Contains abstract model for grammar-based schema and concrete verifier implementation for the abstract schema. 
 

Uses of ErrorInfo.ElementErrorInfo in com.sun.msv.verifier
 

Subclasses of ErrorInfo.ElementErrorInfo in com.sun.msv.verifier
static class ErrorInfo.BadAttribute
          Bad attribute.
static class ErrorInfo.BadTagName
          Bad tag name.
static class ErrorInfo.IncompleteContentModel
          This error occurs when MSV sees an end tag unexpectedly.
static class ErrorInfo.MissingAttribute
          Missing attribute.
 



MSV