Uses of Class
jd.xml.xpath.expr.misc.ProxyExpression

Packages that use ProxyExpression
jd.xml.xpath.expr.misc Contains classes representing various XPath expressions. 
jd.xml.xslt.trace   
 

Uses of ProxyExpression in jd.xml.xpath.expr.misc
 

Subclasses of ProxyExpression in jd.xml.xpath.expr.misc
 class ParenthesisExpression
          ParenthesisExpression represents the Expression of the production rule '(' Expr ')'.
 

Uses of ProxyExpression in jd.xml.xslt.trace
 

Subclasses of ProxyExpression in jd.xml.xslt.trace
(package private)  class TraceExpression