# HG changeset patch # User joehw # Date 1553882431 0 # Node ID 07212a29787a4186b9a8ddf9cfe2184d616c4e54 # Parent 0b47455de59b7c720b79042c79c50a2f87e3f1fb 8220254: fix headings in java.xml Reviewed-by: lancea diff -r 0b47455de59b -r 07212a29787a src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/RegularExpression.java --- a/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/RegularExpression.java Tue Mar 26 16:26:33 2019 +0100 +++ b/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/RegularExpression.java Fri Mar 29 18:00:31 2019 +0000 @@ -31,7 +31,7 @@ * This engine does not conform to the POSIX regular expression. * *
- *

How to use

+ *

How to use

* *
*
A. Standard way diff -r 0b47455de59b -r 07212a29787a src/java.xml/share/classes/javax/xml/catalog/CatalogFeatures.java --- a/src/java.xml/share/classes/javax/xml/catalog/CatalogFeatures.java Tue Mar 26 16:26:33 2019 +0100 +++ b/src/java.xml/share/classes/javax/xml/catalog/CatalogFeatures.java Fri Mar 29 18:00:31 2019 +0000 @@ -164,7 +164,7 @@ * set the property {@code javax.xml.catalog.defer} to false to allow the entire * catalog to be pre-loaded. * - *

Scope and Order

+ *

Scope and Order

* Features and properties can be set through the catalog file, the Catalog API, * system properties, and {@code jaxp.properties}, with a preference in the same order. *

@@ -202,7 +202,7 @@ .build(); * } * - *

JAXP XML Processor Support

+ *

JAXP XML Processor Support

* The Catalog Features are supported throughout the JAXP processors, including * SAX and DOM ({@link javax.xml.parsers}), and StAX parsers ({@link javax.xml.stream}), * Schema Validation ({@link javax.xml.validation}), and XML Transformation @@ -246,7 +246,7 @@ * The Catalog support is available for any process in the JAXP library that * supports a resolver. The following table lists all such processes. * - *

Processes with Catalog Support

+ *

Processes with Catalog Support

* * * diff -r 0b47455de59b -r 07212a29787a src/java.xml/share/classes/javax/xml/catalog/CatalogResolver.java --- a/src/java.xml/share/classes/javax/xml/catalog/CatalogResolver.java Tue Mar 26 16:26:33 2019 +0100 +++ b/src/java.xml/share/classes/javax/xml/catalog/CatalogResolver.java Fri Mar 29 18:00:31 2019 +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: *
Processes with Catalog Support