Home » Xerces-J-src.2.9.1 » org.apache.xerces » parsers » [javadoc | source]
org.apache.xerces.parsers
class: SecuritySupport12 [javadoc | source]
java.lang.Object
   org.apache.xerces.parsers.SecuritySupport
      org.apache.xerces.parsers.SecuritySupport12
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.apache.xerces.parsers.SecuritySupport12 Summary:
getContextClassLoader,   getFileExists,   getFileInputStream,   getLastModified,   getParentClassLoader,   getResourceAsStream,   getSystemClassLoader,   getSystemProperty
Methods from org.apache.xerces.parsers.SecuritySupport:
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.SecuritySupport12 Detail:
 ClassLoader getContextClassLoader() 
 boolean getFileExists(File f) 
 FileInputStream getFileInputStream(File file) throws FileNotFoundException 
 long getLastModified(File f) 
 ClassLoader getParentClassLoader(ClassLoader cl) 
 InputStream getResourceAsStream(ClassLoader cl,
    String name) 
 ClassLoader getSystemClassLoader() 
 String getSystemProperty(String propName)