--- old/src/java.xml/share/classes/javax/xml/xpath/XPathFactory.java 2019-03-28 21:24:21.600669475 +0000 +++ new/src/java.xml/share/classes/javax/xml/xpath/XPathFactory.java 2019-03-28 21:24:20.618644772 +0000 @@ -239,7 +239,7 @@ * should be loaded.

* * - *

Tip for Trouble-shooting

+ *

Tip for Trouble-shooting

*

Setting the jaxp.debug system property will cause * this method to print a lot of debug messages * to System.err about what it is doing and where it is looking at.

--- old/src/java.xml/share/classes/javax/xml/parsers/SAXParserFactory.java 2019-03-28 21:24:25.022755557 +0000 +++ new/src/java.xml/share/classes/javax/xml/parsers/SAXParserFactory.java 2019-03-28 21:24:24.118732817 +0000 @@ -123,7 +123,7 @@ * * * - *

Tip for Trouble-shooting

+ *

Tip for Trouble-shooting

*

* Setting the {@code jaxp.debug} system property will cause * this method to print a lot of debug messages @@ -161,7 +161,7 @@ * it can use the factory to configure and obtain parser instances. * * - *

Tip for Trouble-shooting

+ *

Tip for Trouble-shooting

*

Setting the {@code jaxp.debug} system property will cause * this method to print a lot of debug messages * to {@code System.err} about what it is doing and where it is looking at. @@ -389,7 +389,7 @@ * Such configuration will cause a {@link SAXException} * exception when those properties are set on a {@link SAXParser}. * - *

Note for implementors

+ *

Note for implementors

*

* A parser must be able to work with any {@link Schema} * implementation. However, parsers and schemas are allowed --- old/src/java.xml/share/classes/javax/xml/parsers/DocumentBuilderFactory.java 2019-03-28 21:24:28.447841714 +0000 +++ new/src/java.xml/share/classes/javax/xml/parsers/DocumentBuilderFactory.java 2019-03-28 21:24:27.545819024 +0000 @@ -118,7 +118,7 @@ * configure and obtain parser instances. * * - *

Tip for Trouble-shooting

+ *

Tip for Trouble-shooting

*

* Setting the {@code jaxp.debug} system property will cause * this method to print a lot of debug messages @@ -154,7 +154,7 @@ * it can use the factory to configure and obtain parser instances. * * - *

Tip for Trouble-shooting

+ *

Tip for Trouble-shooting

*

Setting the {@code jaxp.debug} system property will cause * this method to print a lot of debug messages * to {@code System.err} about what it is doing and where it is looking at. @@ -549,7 +549,7 @@ * exception when the {@link #newDocumentBuilder()} is invoked. * * - *

Note for implementors

+ *

Note for implementors

* *

* A parser must be able to work with any {@link Schema} --- old/src/java.xml/share/classes/javax/xml/validation/SchemaFactory.java 2019-03-28 21:24:31.502918564 +0000 +++ new/src/java.xml/share/classes/javax/xml/validation/SchemaFactory.java 2019-03-28 21:24:30.666897534 +0000 @@ -206,7 +206,7 @@ * *

If everything fails, {@link IllegalArgumentException} will be thrown. * - *

Tip for Trouble-shooting: + *

Tip for Trouble-shooting:

*

See {@link java.util.Properties#load(java.io.InputStream)} for * exactly how a property file is parsed. In particular, colons ':' * need to be escaped in a property file, so make sure schema language @@ -259,7 +259,7 @@ * It gives more control to the application as it can specify which provider * should be loaded. * - *

Tip for Trouble-shooting

+ *

Tip for Trouble-shooting

*

Setting the {@code jaxp.debug} system property will cause * this method to print a lot of debug messages * to {@code System.err} about what it is doing and where it is looking at. @@ -717,7 +717,7 @@ * to abort the further processing by throwing it. If an error handler is not set, * the callee will throw the first error it finds in the sources. * - *

W3C XML Schema 1.0

+ *

W3C XML Schema 1.0

*

* The resulting schema contains components from the specified sources. * The same result would be achieved if all these sources were @@ -737,7 +737,7 @@ * specified in the section 5.1 of the XML Schema spec, then * the error must be reported to the {@link ErrorHandler}. * - *

RELAX NG

+ *

RELAX NG

* *

For RELAX NG, this method must throw {@link UnsupportedOperationException} * if {@code schemas.length!=1}. @@ -797,7 +797,7 @@ * make sure that features, such as secure processing, are explicitly * set in both places. * - *

W3C XML Schema 1.0

+ *

W3C XML Schema 1.0

*

* For XML Schema, this method creates a {@link Schema} object that * performs validation by using location hints specified in documents. @@ -815,7 +815,7 @@ * vulnerability to denial-of-service attacks. * * - *

RELAX NG

+ *

RELAX NG

*

* RELAX NG does not support this operation. * --- old/src/java.xml/share/classes/javax/xml/transform/TransformerFactory.java 2019-03-28 21:24:34.206986584 +0000 +++ new/src/java.xml/share/classes/javax/xml/transform/TransformerFactory.java 2019-03-28 21:24:33.465967944 +0000 @@ -140,7 +140,7 @@ * {@code TransformerFactory} it can use the factory to configure * and obtain transformer instances. * - *

Tip for Trouble-shooting

+ *

Tip for Trouble-shooting

*

Setting the {@code jaxp.debug} system property will cause * this method to print a lot of debug messages * to {@code System.err} about what it is doing and where it is looking at. --- old/src/java.xml/share/classes/javax/xml/datatype/DatatypeFactory.java 2019-03-28 21:24:36.928055031 +0000 +++ new/src/java.xml/share/classes/javax/xml/datatype/DatatypeFactory.java 2019-03-28 21:24:35.806026807 +0000 @@ -183,7 +183,7 @@ * it can use the factory to configure and obtain datatype instances. * * - *

Tip for Trouble-shooting

+ *

Tip for Trouble-shooting

*

Setting the {@code jaxp.debug} system property will cause * this method to print a lot of debug messages * to {@code System.err} about what it is doing and where it is looking at. --- old/src/java.xml/share/classes/javax/xml/catalog/CatalogResolver.java 2019-03-28 21:24:39.319115177 +0000 +++ new/src/java.xml/share/classes/javax/xml/catalog/CatalogResolver.java 2019-03-28 21:24:38.539095556 +0000 @@ -54,7 +54,7 @@ * no further attempt will be made. Only if there is no match in the current * catalog, will alternate catalogs including delegate and next catalogs be considered. * - *

Search Order

+ *

Search Order

* The resolver will first search the system-type of entries with the specified * {@code systemId}. The system entries include {@code system}, * {@code rewriteSystem} and {@code systemSuffix} entries. @@ -75,7 +75,7 @@ * with the specified {@code systemId} or {@code href}. The {@code uri} entries * include {@code uri}, {@code rewriteURI}, and {@code uriSuffix} entries. * - *

Error Handling

+ *

Error Handling

* The interfaces that the CatalogResolver extend specified checked exceptions, including: *