--- old/src/java.xml/share/classes/javax/xml/transform/package-info.java 2018-03-21 11:17:36.687591880 -0700 +++ new/src/java.xml/share/classes/javax/xml/transform/package-info.java 2018-03-21 11:17:35.806505695 -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 @@ -38,7 +38,7 @@ * {@link javax.xml.transform.stax}, and {@link javax.xml.transform.stream}. * * - *

Creating Objects

+ *

Creating Objects

* *

* The API allows a concrete {@link javax.xml.transform.TransformerFactory} @@ -46,7 +46,7 @@ * {@link javax.xml.transform.TransformerFactory#newInstance}. * * - *

Specification of Inputs and Outputs

+ *

Specification of Inputs and Outputs

* *

* This API defines two interface objects called {@link javax.xml.transform.Source} @@ -77,9 +77,7 @@ * * * - *

- * Qualified Name Representation - *

+ *

Qualified Name Representation

* *

* Namespaces present something @@ -112,7 +110,7 @@ * prefix is lost. * * - *

Result Tree Serialization

+ *

Result Tree Serialization

* *

* Serialization of the result tree to a stream can be controlled with the @@ -141,7 +139,7 @@ * the source to the result. This method may be used to create a DOM from SAX * events or to create an XML or HTML stream from a DOM or SAX events. * - *

Exceptions and Error Reporting

+ *

Exceptions and Error Reporting

* *

* The transformation API throw three types of specialized exceptions. A @@ -192,7 +190,7 @@ * errors. * * - *

Resolution of URIs within a transformation

+ *

Resolution of URIs within a transformation

* *

* The API provides a way for URIs referenced from within the stylesheet