Package com.sun.msv.verifier
Class ErrorInfo.BadTagName
java.lang.Object
com.sun.msv.verifier.ErrorInfo
com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
com.sun.msv.verifier.ErrorInfo.BadTagName
- Enclosing class:
- ErrorInfo
Bad tag name.
This type of error occurs when MSV finds an unexpected tag name. For example:
-
When a tag name appears where it is not valid to appear.
... ... ... -
When there is a typo in the tag name.
... ... -
When an element appears where no element is allowed at all.
<meta ...>
This error is reported when the startElement callback is called.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.msv.verifier.ErrorInfo
ErrorInfo.BadAttribute, ErrorInfo.BadTagName, ErrorInfo.BadText, ErrorInfo.ElementErrorInfo, ErrorInfo.IncompleteContentModel, ErrorInfo.MissingAttribute
-
Field Summary
Fields inherited from class com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
localName, namespaceURI, qName
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BadTagName
-
BadTagName
-