Uses of Class
jd.xml.xslt.util.ModelCache

Packages that use ModelCache
jd.xml.xslt Contains a XSLT Version 1.1 implementation. 
jd.xml.xslt.expr Contains the XPath functions and expressions defined by XSLT. 
 

Uses of ModelCache in jd.xml.xslt
 

Methods in jd.xml.xslt that return ModelCache
 ModelCache XsltContext.getModelCache()
          Return the ModelCache.
 

Constructors in jd.xml.xslt with parameters of type ModelCache
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 ModelCache in jd.xml.xslt.expr
 

Constructors in jd.xml.xslt.expr with parameters of type ModelCache
XTextContentFragment(ModelCache cache, String text)