< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/MatchPatternIterator.java

Print this page

        

@@ -1,8 +1,7 @@
 /*
  * 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.

@@ -37,10 +36,12 @@
  * <a href="http://www.w3.org/TR/xpath#location-paths">LocationPath</a> as a
  * filtered iteration over the tree, evaluating each node in a super axis
  * traversal against the LocationPath interpreted as a match pattern.  This
  * class is useful to find nodes in document order that are complex paths
  * whose steps probably criss-cross each other.
+ *
+ * @LastModified: Oct 2017
  */
 public class MatchPatternIterator extends LocPathIterator
 {
     static final long serialVersionUID = -5201153767396296474L;
 
< prev index next >