--- old/src/java.xml/share/classes/javax/xml/xpath/package-info.java 2018-03-21 11:17:39.384855717 -0700 +++ new/src/java.xml/share/classes/javax/xml/xpath/package-info.java 2018-03-21 11:17:38.524771587 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -50,7 +50,7 @@ * *

* - *

1. XPath Overview

+ *

1. XPath Overview

* *

* The XPath language provides a simple, concise syntax for selecting @@ -69,7 +69,7 @@ * * * - *

2. XPath Expressions

+ *

2. XPath Expressions

* *

* An XPath expression is composed of a location @@ -211,7 +211,7 @@ * * * - *

3. XPath Data Types

+ *

3. XPath Data Types

* *

* While XPath expressions select nodes in the XML document, the XPath @@ -225,7 +225,7 @@ * * * - *

3.1 QName types

+ *

3.1 QName types

* The XPath API defines the following {@link javax.xml.namespace.QName} types to * represent return types of an XPath evaluation: *