The ValidationEventLocator
is an abstract description of the place where a {@link javax.xml.bind.ValidationEvent}occurred.
Depending on the source or target media (Unmarshalling, or Unmarshalling) or the object being validated, you will most probably find that different fields of the ValidationEventHandler
are set. For example, if you are using a {@link org.xml.sax.ContentHandler}, you will most probably find that those fields are set, which are common to a {@link org.xml.sax.Locator}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|