src/java.xml/share/classes/org/xml/sax/ext/package-info.java
changeset 58247 3aef3bccfae3
parent 47216 71c04702a3d5
equal deleted inserted replaced
58246:3c8f89e2ec03 58247:3aef3bccfae3
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    25 
    25 
    26 /**
    26 /**
    27  * Provides interfaces to SAX2 facilities that
    27  * Provides interfaces to SAX2 facilities that
    28  * conformant SAX drivers won't necessarily support.
    28  * conformant SAX drivers won't necessarily support.
    29  *
    29  *
    30  * <p>
       
    31  * See <a target='_top' href='http://www.saxproject.org'>http://www.saxproject.org</a>
       
    32  * for more information about SAX.
       
    33  *
    30  *
    34  * <p>
    31  * <p>
    35  * This package is independent of the SAX2 core, though the functionality
    32  * This package is independent of the SAX2 core, though the functionality
    36  * exposed generally needs to be implemented within a parser core.
    33  * exposed generally needs to be implemented within a parser core.
    37  * That independence has several consequences:
    34  * That independence has several consequences:
    64  * extension packages.  Not all such extension packages should need to
    61  * extension packages.  Not all such extension packages should need to
    65  * be recognized directly by parsers, however.
    62  * be recognized directly by parsers, however.
    66  * As an example, most validation systems can be cleanly layered on top
    63  * As an example, most validation systems can be cleanly layered on top
    67  * of parsers supporting the standardized SAX2 interfaces.
    64  * of parsers supporting the standardized SAX2 interfaces.
    68  *
    65  *
       
    66  * @apiNote The SAX API, originally developed at
       
    67  * <a href="http://www.saxproject.org">the SAX Project</a>,
       
    68  * has been defined by Java SE since 1.4.
       
    69  *
    69  * @since 1.4
    70  * @since 1.4
    70  */
    71  */
    71 
    72 
    72 package org.xml.sax.ext;
    73 package org.xml.sax.ext;