Class | Description |
---|---|
SecureGenericXMLFactory |
Secures JDK-inbuilt Xerces parsers using the public APIs.
|
SecureGenericXMLFactory.SecureDocumentBuilderFactory |
Wraps an existing DocumentBuilderFactory and ensures that any returned
DocumentBuilder instances are secure.
|
SecureGenericXMLFactory.SecureSAXParserFactory |
Wraps an existing SAXParserFactory and ensures that any returned
SAXParser instances are secure.
|