Class SecureXMLInputFactory

java.lang.Object
org.apache.commons.xml.secure.SecureXMLInputFactory

public final class SecureXMLInputFactory extends Object
Creates new, secure XMLInputFactory instances.

The three universal guarantees on org.apache.commons.xml.secure apply; StAX exposes no additional vectors beyond them.

This class is not itself a XMLInputFactory, so it inherits none of the static JAXP factory methods. A caller therefore cannot obtain an unsecured factory through this class by calling a method such as newDefaultFactory(). The secure factories are instances of a nested, non-public wrapper class.

See Also:
  • Method Details