equal
deleted
inserted
replaced
43 |
43 |
44 /** |
44 /** |
45 * <code>DOMLocator</code> is an interface that describes a location (e.g. |
45 * <code>DOMLocator</code> is an interface that describes a location (e.g. |
46 * where an error occurred). |
46 * where an error occurred). |
47 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>. |
47 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>. |
48 * @since DOM Level 3 |
48 * @since 1.5, DOM Level 3 |
49 */ |
49 */ |
50 public interface DOMLocator { |
50 public interface DOMLocator { |
51 /** |
51 /** |
52 * The line number this locator is pointing to, or <code>-1</code> if |
52 * The line number this locator is pointing to, or <code>-1</code> if |
53 * there is no column number available. |
53 * there is no column number available. |