mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8049109: Add @since 1.9 to new packages added in jaxp
Reviewed-by: darcy, joehw
This commit is contained in:
parent
ae95c0fa4a
commit
09fde7dc5d
7 changed files with 7 additions and 7 deletions
|
@ -43,7 +43,7 @@ package org.w3c.dom.ranges;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
|
* <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
|
||||||
* @since DOM Level 2
|
* @since 1.9, DOM Level 2
|
||||||
*/
|
*/
|
||||||
public interface DocumentRange {
|
public interface DocumentRange {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -47,7 +47,7 @@ import org.w3c.dom.DocumentFragment;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
|
* <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
|
||||||
* @since DOM Level 2
|
* @since 1.9, DOM Level 2
|
||||||
*/
|
*/
|
||||||
public interface Range {
|
public interface Range {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -45,7 +45,7 @@ package org.w3c.dom.ranges;
|
||||||
* Range operations may throw a <code>RangeException</code> as specified in
|
* Range operations may throw a <code>RangeException</code> as specified in
|
||||||
* their method descriptions.
|
* their method descriptions.
|
||||||
* <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
|
* <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
|
||||||
* @since DOM Level 2
|
* @since 1.9, DOM Level 2
|
||||||
*/
|
*/
|
||||||
public class RangeException extends RuntimeException {
|
public class RangeException extends RuntimeException {
|
||||||
public RangeException(short code, String message) {
|
public RangeException(short code, String message) {
|
||||||
|
|
|
@ -53,7 +53,7 @@ import org.w3c.dom.DOMException;
|
||||||
* Traversal feature, <code>DocumentTraversal</code> will be implemented by
|
* Traversal feature, <code>DocumentTraversal</code> will be implemented by
|
||||||
* the same objects that implement the Document interface.
|
* the same objects that implement the Document interface.
|
||||||
* <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
|
* <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
|
||||||
* @since DOM Level 2
|
* @since 1.9, DOM Level 2
|
||||||
*/
|
*/
|
||||||
public interface DocumentTraversal {
|
public interface DocumentTraversal {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -59,7 +59,7 @@ import org.w3c.dom.Node;
|
||||||
* filter may be used with a number of different kinds of traversals,
|
* filter may be used with a number of different kinds of traversals,
|
||||||
* encouraging code reuse.
|
* encouraging code reuse.
|
||||||
* <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
|
* <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
|
||||||
* @since DOM Level 2
|
* @since 1.9, DOM Level 2
|
||||||
*/
|
*/
|
||||||
public interface NodeFilter {
|
public interface NodeFilter {
|
||||||
// Constants returned by acceptNode
|
// Constants returned by acceptNode
|
||||||
|
|
|
@ -55,7 +55,7 @@ import org.w3c.dom.DOMException;
|
||||||
* <code>NodeIterators</code> are created by calling
|
* <code>NodeIterators</code> are created by calling
|
||||||
* <code>DocumentTraversal</code><code>.createNodeIterator()</code>.
|
* <code>DocumentTraversal</code><code>.createNodeIterator()</code>.
|
||||||
* <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
|
* <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
|
||||||
* @since DOM Level 2
|
* @since 1.9, DOM Level 2
|
||||||
*/
|
*/
|
||||||
public interface NodeIterator {
|
public interface NodeIterator {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -60,7 +60,7 @@ import org.w3c.dom.DOMException;
|
||||||
* nodes will be siblings and appear as direct children of the root node, no
|
* nodes will be siblings and appear as direct children of the root node, no
|
||||||
* matter how deeply nested the structure of the original document.
|
* matter how deeply nested the structure of the original document.
|
||||||
* <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
|
* <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>.
|
||||||
* @since DOM Level 2
|
* @since 1.9, DOM Level 2
|
||||||
*/
|
*/
|
||||||
public interface TreeWalker {
|
public interface TreeWalker {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue