com.sun.msv.verifier
Class ErrorInfo.ElementErrorInfo

java.lang.Object
  extended bycom.sun.msv.verifier.ErrorInfo
      extended bycom.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 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localName

public final String localName

namespaceURI

public final String namespaceURI

qName

public final String qName
tag name information.

Constructor Detail

ErrorInfo.ElementErrorInfo

public ErrorInfo.ElementErrorInfo(StartTagInfo sti)

ErrorInfo.ElementErrorInfo

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


Copyright © 2001-2003 Sun Microsystems, Inc. Documenation generated September 9 2004.