List of usage examples for javax.xml.stream XMLResolver interface-usage
From source file org.apache.axiom.util.stax.dialect.SecureXMLResolver.java
/** * This XMLResolver is used whenever a secure XMLStreamReader * is needed. Basically it throws an exception if an attempt * is made to read an entity. */ final class SecureXMLResolver implements XMLResolver {