Class SafeXMLParsing

java.lang.Object
org.apache.solr.util.SafeXMLParsing

public final class SafeXMLParsing extends Object
Some utility methods for parsing XML in a safe way. This class can be used to parse XML coming from network (completely untrusted) or it can load a config file from a ResourceLoader. In this case it allows external entities and xincludes, but only referring to files reachable by the loader.