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.

Not a XMLInputFactory itself, so none of the JAXP static factory methods is inherited: a caller cannot reach a non-secured factory through this class by calling an inherited method such as newDefaultFactory(). The secure factories are instances of a nested, non-public wrapper class.

See Also:
  • Method Details