< prev index next >

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

Print this page

        

*** 1,8 **** /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 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 ----
*** 51,61 **** * document mutation. </li> * * </ul> * * <p>State: In progress!!</p> ! * */ public class DTMNodeList extends DTMNodeListBase { private DTMIterator m_iter; //================================================================ // Methods unique to this class --- 50,62 ---- * document mutation. </li> * * </ul> * * <p>State: In progress!!</p> ! * ! * @LastModified: Nov 2017 ! */ public class DTMNodeList extends DTMNodeListBase { private DTMIterator m_iter; //================================================================ // Methods unique to this class
< prev index next >