< prev index next >

src/java.xml/share/classes/org/xml/sax/ext/package-info.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 25,37 **** /** * Provides interfaces to SAX2 facilities that * conformant SAX drivers won't necessarily support. * - * <p> - * See <a target='_top' href='http://www.saxproject.org'>http://www.saxproject.org</a> - * for more information about SAX. * * <p> * This package is independent of the SAX2 core, though the functionality * exposed generally needs to be implemented within a parser core. * That independence has several consequences: --- 25,34 ----
*** 64,72 **** --- 61,73 ---- * extension packages. Not all such extension packages should need to * be recognized directly by parsers, however. * As an example, most validation systems can be cleanly layered on top * of parsers supporting the standardized SAX2 interfaces. * + * @apiNote The SAX API, originally developed at + * <a href="http://www.saxproject.org">the SAX Project</a>, was introduced + * in Java SE 1.4 and continues to be maintained as part of Java SE. + * * @since 1.4 */ package org.xml.sax.ext;
< prev index next >