com.sun.msv.verifier
Class ErrorInfo.IncompleteContentModel
java.lang.Object
com.sun.msv.verifier.ErrorInfo
com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
com.sun.msv.verifier.ErrorInfo.IncompleteContentModel
- Enclosing class:
- ErrorInfo
public static class ErrorInfo.IncompleteContentModel
- extends ErrorInfo.ElementErrorInfo
This error occurs when MSV sees an end tag unexpectedly. For example:
...
Usually, this means that additional elements and/or PCDATA are necessary
to make the document valid.
Fields of the class provide information about enclosing tag. (In case of
the above example, it is html.)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorInfo.IncompleteContentModel
public ErrorInfo.IncompleteContentModel(String qn,
String ns,
String loc)
ErrorInfo.IncompleteContentModel
public ErrorInfo.IncompleteContentModel(StartTagInfo sti)
Copyright © 2013 Oracle Corporation. All Rights Reserved.