public static class ErrorInfo.MissingAttribute extends ErrorInfo.ElementErrorInfo
This type of error occurs only when required attributes are missing. Note that the fields of this class provide information about the element, not the attribute which is missing.
ErrorInfo.BadAttribute, ErrorInfo.BadTagName, ErrorInfo.BadText, ErrorInfo.ElementErrorInfo, ErrorInfo.IncompleteContentModel, ErrorInfo.MissingAttribute
localName, namespaceURI, qName
Constructor and Description |
---|
MissingAttribute(StartTagInfo sti) |
MissingAttribute(String qn,
String ns,
String loc) |
public MissingAttribute(StartTagInfo sti)
Copyright © 2016 Oracle Corporation. All rights reserved.