jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/resolver/Resolver.java
changeset 41021 444f2b1bcc8c
parent 26516 8e6a45c22cea
equal deleted inserted replaced
40840:1b4b5d01aa11 41021:444f2b1bcc8c
    35 /**
    35 /**
    36  * An extension to OASIS Open Catalog files, this class supports
    36  * An extension to OASIS Open Catalog files, this class supports
    37  * suffix-based matching and an external RFC2483 resolver.
    37  * suffix-based matching and an external RFC2483 resolver.
    38  *
    38  *
    39  * @see Catalog
    39  * @see Catalog
       
    40  * @deprecated The JDK internal Catalog API in package
       
    41  * {@code com.sun.org.apache.xml.internal.resolver}
       
    42  * is encapsulated in JDK 9. The entire implementation under the package is now
       
    43  * deprecated and subject to removal in a future release. Users of the API
       
    44  * should migrate to the {@linkplain javax.xml.catalog new public API}.
       
    45  * <p>
       
    46  * The new Catalog API is supported throughout the JDK XML Processors, which allows
       
    47  * the use of Catalog by simply setting a path to a Catalog file as a property.
    40  *
    48  *
    41  * @author Norman Walsh
    49  * @author Norman Walsh
    42  * <a href="mailto:Norman.Walsh@Sun.COM">Norman.Walsh@Sun.COM</a>
    50  * <a href="mailto:Norman.Walsh@Sun.COM">Norman.Walsh@Sun.COM</a>
    43  *
    51  *
    44  * @version 1.0
    52  * @version 1.0
    45  */
    53  */
       
    54 @Deprecated(since="9", forRemoval=true)
    46 public class Resolver extends Catalog {
    55 public class Resolver extends Catalog {
    47   /**
    56   /**
    48    * The URISUFFIX Catalog Entry type.
    57    * The URISUFFIX Catalog Entry type.
    49    *
    58    *
    50    * <p>URI suffix entries match URIs that end in a specified suffix.</p>
    59    * <p>URI suffix entries match URIs that end in a specified suffix.</p>