Home » xml-commons-external-1.4.01-src » org.xml » sax » helpers » [javadoc | source]
org.xml.sax.helpers
final class: SecuritySupport [javadoc | source]
java.lang.Object
   org.xml.sax.helpers.SecuritySupport
This class is duplicated for each JAXP subpackage so keep it in sync. It is package private and therefore is not exposed as part of the JAXP API. Security related methods that only work on J2SE 1.2 and newer.
Method from org.xml.sax.helpers.SecuritySupport Summary:
getContextClassLoader,   getFileInputStream,   getResourceAsStream,   getSystemProperty
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.xml.sax.helpers.SecuritySupport Detail:
 static ClassLoader getContextClassLoader() 
 static FileInputStream getFileInputStream(File file) throws FileNotFoundException 
 static InputStream getResourceAsStream(ClassLoader cl,
    String name) 
 static String getSystemProperty(String propName)