diff --git a/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/RegularExpression.java b/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/RegularExpression.java index b45d497e19f..7addfb7d7e7 100644 --- a/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/RegularExpression.java +++ b/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/RegularExpression.java @@ -31,7 +31,7 @@ import com.sun.org.apache.xerces.internal.util.IntStack; * This engine does not conform to the POSIX regular expression. * *
- *

How to use

+ *

How to use

* *
*
A. Standard way diff --git a/src/java.xml/share/classes/javax/xml/catalog/CatalogFeatures.java b/src/java.xml/share/classes/javax/xml/catalog/CatalogFeatures.java index d6739cb4b80..811985877b7 100644 --- a/src/java.xml/share/classes/javax/xml/catalog/CatalogFeatures.java +++ b/src/java.xml/share/classes/javax/xml/catalog/CatalogFeatures.java @@ -164,7 +164,7 @@ import jdk.xml.internal.SecuritySupport; * 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 @@ import jdk.xml.internal.SecuritySupport; .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 @@ import jdk.xml.internal.SecuritySupport; * 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 --git a/src/java.xml/share/classes/javax/xml/catalog/CatalogResolver.java b/src/java.xml/share/classes/javax/xml/catalog/CatalogResolver.java index bb2d2b4fe7c..f542f429c0a 100644 --- a/src/java.xml/share/classes/javax/xml/catalog/CatalogResolver.java +++ b/src/java.xml/share/classes/javax/xml/catalog/CatalogResolver.java @@ -54,7 +54,7 @@ import org.xml.sax.InputSource; * 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 @@ import org.xml.sax.InputSource; * 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