Uses of Interface
com.smallx.xml.xpath.StaticContext

Packages that use StaticContext
com.smallx.xml.xpath   
com.smallx.xml.xpath.subset   
com.smallx.xml.xpath.util   
com.smallx.xml.xslt.xt.xpath   
 

Uses of StaticContext in com.smallx.xml.xpath
 

Classes in com.smallx.xml.xpath that implement StaticContext
 class ElementStaticContext
           
 

Methods in com.smallx.xml.xpath that return StaticContext
 StaticContext XPathCompiler.getStaticContext()
           
 

Methods in com.smallx.xml.xpath with parameters of type StaticContext
 void XPathCompiler.setStaticContext(StaticContext context)
           
 EventExpression XPathCompiler.compileEventExpression(StaticContext context, java.lang.String expression)
           
 DocumentExpression XPathCompiler.compileDocumentExpression(StaticContext context, java.lang.String expression)
           
 XPathCompiler XPathFactory.newCompiler(StaticContext context)
           
 

Uses of StaticContext in com.smallx.xml.xpath.subset
 

Methods in com.smallx.xml.xpath.subset with parameters of type StaticContext
static java.util.List Parser.parse(StaticContext context, java.lang.String expression)
           
 XPathCompiler XPathSubsetFactory.newCompiler(StaticContext context)
           
 

Uses of StaticContext in com.smallx.xml.xpath.util
 

Classes in com.smallx.xml.xpath.util that implement StaticContext
 class NodeStaticContext
           
 

Uses of StaticContext in com.smallx.xml.xslt.xt.xpath
 

Methods in com.smallx.xml.xslt.xt.xpath that return StaticContext
 StaticContext FullXPathDocumentCompiler.getStaticContext()
           
 

Methods in com.smallx.xml.xslt.xt.xpath with parameters of type StaticContext
 void FullXPathDocumentCompiler.setStaticContext(StaticContext context)
           
 DocumentExpression FullXPathDocumentCompiler.compileDocumentExpression(StaticContext context, java.lang.String str)
           
 EventExpression FullXPathDocumentCompiler.compileEventExpression(StaticContext context, java.lang.String expression)
           
 ConvertibleExpr FunctionOpt1.makeCallExpr(ConvertibleExpr[] e, StaticContext context)
           
 ConvertibleExpr KeyFunction.makeCallExpr(ConvertibleExpr e1, ConvertibleExpr e2, StaticContext context)