|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.msv.verifier.ErrorInfo
com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
com.sun.msv.verifier.ErrorInfo.MissingAttribute
Missing attribute.
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.
Nested Class Summary |
Nested classes 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 | |
ErrorInfo.MissingAttribute(StartTagInfo sti)
|
|
ErrorInfo.MissingAttribute(java.lang.String qn,
java.lang.String ns,
java.lang.String loc)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ErrorInfo.MissingAttribute(StartTagInfo sti)
public ErrorInfo.MissingAttribute(java.lang.String qn, java.lang.String ns, java.lang.String loc)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |