Home » Xerces-J-src.2.9.1 » org.apache.xerces » parsers » [javadoc | source]
org.apache.xerces.parsers
final class: SecuritySupport [javadoc | source]
java.lang.Object
   org.apache.xerces.parsers.SecuritySupport

Direct Known Subclasses:
    SecuritySupport12

This class is duplicated for each subpackage so keep it in sync. It is package private and therefore is not exposed as part of any API.
Method from org.apache.xerces.parsers.SecuritySupport Summary:
getContextClassLoader,   getFileExists,   getFileInputStream,   getLastModified,   getParentClassLoader,   getResourceAsStream,   getSystemClassLoader,   getSystemProperty
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.xerces.parsers.SecuritySupport Detail:
 static ClassLoader getContextClassLoader() 
 static boolean getFileExists(File f) 
 static FileInputStream getFileInputStream(File file) throws FileNotFoundException 
 static long getLastModified(File f) 
 static ClassLoader getParentClassLoader(ClassLoader cl) 
 static InputStream getResourceAsStream(ClassLoader cl,
    String name) 
 static ClassLoader getSystemClassLoader() 
 static String getSystemProperty(String propName)