< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/IncrementalSAXSource_Xerces.java

Print this page

        

*** 1,8 **** /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. --- 1,7 ----
*** 38,48 **** * IncrementalSAXSource API around it.</p> * * <p>Usage example: See main().</p> * * <p>Status: Passes simple main() unit-test. NEEDS JAVADOC.</p> ! * */ public class IncrementalSAXSource_Xerces implements IncrementalSAXSource { // // Reflection. To allow this to compile with both Xerces1 and Xerces2, which --- 37,49 ---- * IncrementalSAXSource API around it.</p> * * <p>Usage example: See main().</p> * * <p>Status: Passes simple main() unit-test. NEEDS JAVADOC.</p> ! * ! * @LastModified: Oct 2017 ! */ public class IncrementalSAXSource_Xerces implements IncrementalSAXSource { // // Reflection. To allow this to compile with both Xerces1 and Xerces2, which
< prev index next >