Uses of Interface
jd.xml.xslt.expr.StaticExprContext

Packages that use StaticExprContext
jd.xml.xslt.expr Contains the XPath functions and expressions defined by XSLT. 
jd.xml.xslt.parser Contains parser classes for stylesheets, stylesheet templates elements and patterns. 
 

Uses of StaticExprContext in jd.xml.xslt.expr
 

Methods in jd.xml.xslt.expr with parameters of type StaticExprContext
 void XsltFunction.initContextParameters(StaticExprContext context)
          Set function parameters provided by the given expression context.
 void SystemProperty.initContextParameters(StaticExprContext context)
          Set function parameters provided by the given expression context.
 void KeyFunction.initContextParameters(StaticExprContext context)
          Set function parameters provided by the given expression context.
 void FunctionAvailable.initContextParameters(StaticExprContext context)
          Set function parameters provided by the given expression context.
 void FormatNumber.initContextParameters(StaticExprContext context)
          Set function parameters provided by the given expression context.
 void DocumentFunction.initContextParameters(StaticExprContext context)
          Set function parameters provided by the given expression context.
 void Available.initContextParameters(StaticExprContext context)
          Set function parameters provided by the given expression context.
 

Uses of StaticExprContext in jd.xml.xslt.parser
 

Classes in jd.xml.xslt.parser that implement StaticExprContext
 class XsltParseContext
          ParseContext holds information about the current state of a parse process, i.e.: settings for the current stylesheet (xslt version, base uri, forwardCompatibleProcessing mode...) settings for the current parsed element or attribute the namespace declarations in effect for the current parsed element.