com.sun.msv.verifier
Class ErrorInfo.ElementErrorInfo

java.lang.Object
  extended by com.sun.msv.verifier.ErrorInfo
      extended by com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
Direct Known Subclasses:
ErrorInfo.BadAttribute, ErrorInfo.BadTagName, ErrorInfo.IncompleteContentModel, ErrorInfo.MissingAttribute
Enclosing class:
ErrorInfo

public abstract static class ErrorInfo.ElementErrorInfo
extends ErrorInfo

Base class for element related errors.


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
 String localName
           
 String namespaceURI
           
 String qName
          tag name information.
 
Constructor Summary
ErrorInfo.ElementErrorInfo(StartTagInfo sti)
           
ErrorInfo.ElementErrorInfo(String qn, String ns, String loc)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qName

public final String qName
tag name information.


namespaceURI

public final String namespaceURI

localName

public final String localName
Constructor Detail

ErrorInfo.ElementErrorInfo

public ErrorInfo.ElementErrorInfo(String qn,
                                  String ns,
                                  String loc)

ErrorInfo.ElementErrorInfo

public ErrorInfo.ElementErrorInfo(StartTagInfo sti)