equal
deleted
inserted
replaced
38 * source of the XML data (file, url, Node, etc). |
38 * source of the XML data (file, url, Node, etc). |
39 * |
39 * |
40 * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Joe Fialli, Sun Microsystems, Inc.</li></ul> |
40 * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Joe Fialli, Sun Microsystems, Inc.</li></ul> |
41 * @see Validator |
41 * @see Validator |
42 * @see ValidationEvent |
42 * @see ValidationEvent |
43 * @since JAXB1.0 |
43 * @since 1.6, JAXB 1.0 |
44 */ |
44 */ |
45 public interface ValidationEventLocator { |
45 public interface ValidationEventLocator { |
46 |
46 |
47 /** |
47 /** |
48 * Return the name of the XML source as a URL if available |
48 * Return the name of the XML source as a URL if available |