diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html index 133d78c3..18924f8b 100644 --- a/src/main/javadoc/overview.html +++ b/src/main/javadoc/overview.html @@ -99,7 +99,7 @@
- To add the library to your build, see Maven Coordinates. (Maven Coordinates)[dependency-info.html] + To add the library to your build, see Maven Coordinates.
Every factory method in @@ -112,7 +112,7 @@
The library requires OpenJDK 8 or later (or a JDK distribution built from it), or Android API level 26 or later.
- The security guarantees are defined only on the OpenJDK family (see the Threat Model). No version of Android supports
+ The security guarantees are defined only on the OpenJDK family (see the Threat Model). No version of Android supports
FEATURE_SECURE_PROCESSING
(so states Android’s
own documentation), so the library secures the platform’s parsers as best-effort. Android’s
@@ -285,7 +285,7 @@
SAXSource
. A stylesheet also chooses where the transform writes (
xsl:result-document):
- the securing governs reads only, so restrict output destinations yourself when running an untrusted stylesheet (see the Threat
+ the securing governs reads only, so restrict output destinations yourself when running an untrusted stylesheet (see the Threat
Model).
@@ -306,7 +306,7 @@ document()
resolves to empty content, and a filter with no caller-set parent parses its input through a secured reader. The SAX events you feed into a handler, and
- a parent reader you set on a filter, are your own configuration, like any caller-supplied parser. See the Threat Model
+ a parent reader you set on a filter, are your own configuration, like any caller-supplied parser. See the Threat Model
for the exact scope.
@@ -523,7 +523,7 @@