< prev index next >

src/java.xml/share/classes/org/xml/sax/InputSource.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2000, 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 --- 1,7 ---- /* ! * Copyright (c) 2000, 2020, 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
*** 137,146 **** --- 137,147 ---- * for resolving relative URIs, and may use setPublicId to include a * public identifier.</p> * * <p>The character stream shall not include a byte order mark.</p> * + * @param characterStream the character stream * @see #setPublicId * @see #setSystemId * @see #setByteStream * @see #setCharacterStream */
< prev index next >