< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/Expression.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 ----
*** 40,49 **** --- 39,50 ---- * normally has a location within a document or DOM, can send error and warning * events, and normally do not hold state and are meant to be immutable once * construction has completed. An exception to the immutibility rule is iterators * and walkers, which must be cloned in order to be used -- the original must * still be immutable. + * + * @LastModified: Oct 2017 */ public abstract class Expression implements java.io.Serializable, ExpressionNode, XPathVisitable { static final long serialVersionUID = 565665869777906902L; /**
< prev index next >