< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/XSNamespaceItemList.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 ----
*** 25,34 **** --- 24,35 ---- /** * The <code>XSNamesaceItemList</code> interface provides the abstraction of * an immutable ordered collection of <code>XSNamespaceItem</code>s, without * defining or constraining how this collection is implemented. + * + * @LastModified: Oct 2017 */ public interface XSNamespaceItemList extends List<XSNamespaceItem> { /** * The number of <code>XSNamespaceItem</code>s in the list. The range of * valid child object indices is 0 to <code>length-1</code> inclusive.
< prev index next >