< prev index next >

src/java.xml.bind/share/classes/javax/xml/bind/ValidationEventLocator.java

Print this page

        

*** 27,45 **** /** * Encapsulate the location of a ValidationEvent. * * <p> ! * The <tt>ValidationEventLocator</tt> indicates where the <tt>ValidationEvent ! * </tt> occurred. Different fields will be set depending on the type of * validation that was being performed when the error or warning was detected. * For example, on-demand validation would produce locators that contained * references to objects in the Java content tree while unmarshal-time * validation would produce locators containing information appropriate to the * source of the XML data (file, url, Node, etc). * ! * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Joe Fialli, Sun Microsystems, Inc.</li></ul> * @see Validator * @see ValidationEvent * @since 1.6, JAXB 1.0 */ public interface ValidationEventLocator { --- 27,47 ---- /** * Encapsulate the location of a ValidationEvent. * * <p> ! * The {@code ValidationEventLocator} indicates where the {@code ValidationEvent} ! * occurred. Different fields will be set depending on the type of * validation that was being performed when the error or warning was detected. * For example, on-demand validation would produce locators that contained * references to objects in the Java content tree while unmarshal-time * validation would produce locators containing information appropriate to the * source of the XML data (file, url, Node, etc). * ! * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li> ! * <li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li> ! * <li>Joe Fialli, Sun Microsystems, Inc.</li></ul> * @see Validator * @see ValidationEvent * @since 1.6, JAXB 1.0 */ public interface ValidationEventLocator {
< prev index next >