Uses of Class
lux.xpath.ExpressionVisitorBase

Packages that use ExpressionVisitorBase
lux.compiler   
 

Uses of ExpressionVisitorBase in lux.compiler
 

Subclasses of ExpressionVisitorBase in lux.compiler
 class PathOptimizer
          Prepares an XPath expression tree for indexed execution against a Lux data store.
 class SlopCounter
          adds up the number of wildcard ("*" or node()) path steps on the left or right-hand side of a path; descendant axis steps count as an infinite number of wildcard steps.
 



Copyright © 2013. All Rights Reserved.