< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/DOM2DTM.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 ----
*** 60,70 **** * considering.) * * Note too that we do not currently attempt to track document * mutation. If you alter the DOM after wrapping DOM2DTM around it, * all bets are off. ! * */ public class DOM2DTM extends DTMDefaultBaseIterators { static final boolean JJK_DEBUG=false; static final boolean JJK_NEWCODE=true; --- 59,71 ---- * considering.) * * Note too that we do not currently attempt to track document * mutation. If you alter the DOM after wrapping DOM2DTM around it, * all bets are off. ! * ! * @LastModified: Oct 2017 ! */ public class DOM2DTM extends DTMDefaultBaseIterators { static final boolean JJK_DEBUG=false; static final boolean JJK_NEWCODE=true;
< prev index next >