This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-secure-xml.git
The following commit(s) were added to refs/heads/main by this push:
new 8a000f4 Javadoc @link to our own classes.
8a000f4 is described below
commit 8a000f40bd98ec7952889ff36f10ae01be9f4ebc
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Sep 1 14:01:44 2026 -0400
Javadoc @link to our own classes.
---
src/main/javadoc/overview.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index 83da515..133d78c 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -132,7 +132,7 @@ <h2>Supported Implementations</h2>
</p>
<p>
<strong>DOM Parsing</strong> via
- <code>DocumentBuilderFactory</code>;
+ <code>{@link
org.apache.commons.xml.secure.SecureDocumentBuilderFactory}</code>;
</p>
<div class="sourceCode" id="cb1">
<pre class="sourceCode java">
@@ -146,7 +146,7 @@ <h2>Supported Implementations</h2>
</div>
<p>
<strong>SAX Parsing</strong> via
- <code>SAXParserFactory</code>;
+ <code>{@link
org.apache.commons.xml.secure.SecureSAXParserFactory}</code>;
</p>
<div class="sourceCode" id="cb2">
<pre class="sourceCode java">
@@ -159,7 +159,7 @@ <h2>Supported Implementations</h2>
</div>
<p>
<strong>Streaming (StAX) Parsing</strong> via
- <code>XMLInputFactory</code>:
+ <code>{@link
org.apache.commons.xml.secure.SecureXMLInputFactory}</code>:
</p>
<div class="sourceCode" id="cb3">
<pre class="sourceCode java">
@@ -173,7 +173,7 @@ <h2>Supported Implementations</h2>
</div>
<p>
<strong>XSLT Transforms</strong> via
- <code>TransformerFactory</code>:
+ <code>{@link
org.apache.commons.xml.secure.SecureTransformerFactory}</code>:
</p>
<div class="sourceCode" id="cb4">
<pre class="sourceCode java">
@@ -190,7 +190,7 @@ <h2>Supported Implementations</h2>
</div>
<p>
<strong>XPath Queries</strong> via
- <code>XPathFactory</code>:
+ <code>{@link org.apache.commons.xml.secure.SecureXPathFactory}</code>:
</p>
<div class="sourceCode" id="cb5">
<pre class="sourceCode java">
@@ -207,7 +207,7 @@ <h2>Supported Implementations</h2>
</div>
<p>
<strong>W3C XML Schema Validation</strong> via
- <code>SchemaFactory</code>:
+ <code>{@link org.apache.commons.xml.secure.SecureSchemaFactory}</code>:
</p>
<div class="sourceCode" id="cb6">
<pre class="sourceCode java">