< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/objects/XNodeSet.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 ----
*** 34,43 **** --- 33,43 ---- /** * This class represents an XPath nodeset object, and is capable of * converting the nodeset to other types, such as a string. * @xsl.usage general + * @LastModified: Oct 2017 */ public class XNodeSet extends NodeSequence { static final long serialVersionUID = 1916026368035639667L; /**
< prev index next >