com.sun.msv.verifier
public static class ErrorInfo.IncompleteContentModel extends ErrorInfo.ElementErrorInfo
...
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
.)
Constructor Summary | |
---|---|
IncompleteContentModel(String qn, String ns, String loc) | |
IncompleteContentModel(StartTagInfo sti) |