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.
ErrorInfo.BadAttribute, ErrorInfo.BadTagName, ErrorInfo.BadText, ErrorInfo.ElementErrorInfo, ErrorInfo.IncompleteContentModel, ErrorInfo.MissingAttribute
localName, namespaceURI, qName
Constructor and Description |
---|
BadTagName(StartTagInfo sti) |
BadTagName(String qn,
String ns,
String loc) |
public BadTagName(StartTagInfo sti)
Copyright © 2016 Oracle Corporation. All rights reserved.