Class SecureXMLFactory

java.lang.Object
org.episteme.core.io.SecureXMLFactory

public final class SecureXMLFactory extends Object
Utility class for creating secure XML parsers.

All XML parsers created through this class are configured to prevent XML External Entity (XXE) attacks and other XML-based vulnerabilities.

Since:
2.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)