< prev index next >

src/java.xml/share/classes/org/xml/sax/ext/Attributes2Impl.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2004, 2005, 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) 2004, 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
*** 21,50 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ - // Attributes2Impl.java - extended AttributesImpl - // http://www.saxproject.org - // Public Domain: no warranty. - // $Id: Attributes2Impl.java,v 1.3 2005/02/24 11:20:18 gg156739 Exp $ - package org.xml.sax.ext; import org.xml.sax.Attributes; import org.xml.sax.helpers.AttributesImpl; /** * SAX2 extension helper for additional Attributes information, * implementing the {@link Attributes2} interface. * - * <blockquote> - * <em>This module, both source code and documentation, is in the - * Public Domain, and comes with <strong>NO WARRANTY</strong>.</em> - * </blockquote> - * * <p>This is not part of core-only SAX2 distributions.</p> * * <p>The <em>specified</em> flag for each attribute will always * be true, unless it has been set to false in the copy constructor * or using {@link #setSpecified}. --- 21,40 ----
< prev index next >