Uses of Class
jd.xml.xslt.XsltSecurityManager

Packages that use XsltSecurityManager
jd.xml.xslt Contains a XSLT Version 1.1 implementation. 
jd.xml.xslt.parser Contains parser classes for stylesheets, stylesheet templates elements and patterns. 
jd.xml.xslt.util Contains XSLT related utility classes. 
 

Uses of XsltSecurityManager in jd.xml.xslt
 

Fields in jd.xml.xslt declared as XsltSecurityManager
static XsltSecurityManager XsltSecurityManager.DEFAULT
          The default security manager which has no restrictions.
protected  XsltSecurityManager AbstractStylesheet.securityManager_
           
 

Methods in jd.xml.xslt that return XsltSecurityManager
static XsltSecurityManager XsltSecurityManager.getGlobalInstance()
          Return the global security manager.
 XsltSecurityManager XsltContext.getSecurityManager()
          Return the security manager for the
 

Methods in jd.xml.xslt with parameters of type XsltSecurityManager
static void XsltSecurityManager.setGlobalInstance(XsltSecurityManager manager)
          Set the global security manager.
 void XsltSecurityManager.checkReplace(XsltSecurityManager manager)
          Check the permission to replace the current global security manager.
 void TransformationChain.setSecurityManager(XsltSecurityManager securityManager)
          Set the SecurityManager.
abstract  void Transformation.setSecurityManager(XsltSecurityManager securityManager)
          Set the SecurityManager.
 void IdentityTransformation.setSecurityManager(XsltSecurityManager securityManager)
          Set the SecurityManager.
 void AbstractStylesheet.setSecurityManager(XsltSecurityManager manager)
          Set the security manager of the stylesheet.
 

Constructors in jd.xml.xslt with parameters of type XsltSecurityManager
XsltContext(ModelCache modelCache, MessageListener messageListener, XsltSecurityManager securityManager, Hashtable decimalFormatSymbols, ExtensionHandler[] extensionHandlers, Hashtable keys, int warningLevel, int maxLocalVariableCount, XObject[] globalParamValues, OutputFormat outputFormat, boolean measureMemory)
          Create a XsltContext.
 

Uses of XsltSecurityManager in jd.xml.xslt.parser
 

Constructors in jd.xml.xslt.parser with parameters of type XsltSecurityManager
StylesheetParser(XsltSecurityManager securityManager)
          Create a StylesheetParser.
 

Uses of XsltSecurityManager in jd.xml.xslt.util
 

Methods in jd.xml.xslt.util with parameters of type XsltSecurityManager
 XPathRootNode ModelCache.getModel(String href, String baseUri, XsltSecurityManager securityManager)