< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/XPathContext.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.

@@ -55,10 +54,11 @@
 /**
  * Default class for the runtime execution context for XPath.
  *
  * <p>This class extends DTMManager but does not directly implement it.</p>
  * @xsl.usage advanced
+ * @LastModified: Oct 2017
  */
 public class XPathContext extends DTMManager // implements ExpressionContext
 {
         IntStack m_last_pushed_rtfdtm=new IntStack();
   /**
< prev index next >