com.sun.msv.verifier
public static class ErrorInfo.BadTagName extends ErrorInfo.ElementErrorInfo
This type of error occurs when MSV finds an unexpected tag name. For example:
... ... ...
... ...
This error is reported when the startElement callback is called.
| Constructor Summary | |
|---|---|
| BadTagName(String qn, String ns, String loc) | |
| BadTagName(StartTagInfo sti) | |