Uses of Class
com.caucho.xpath.expr.AbstractStringExpr

Packages that use AbstractStringExpr
com.caucho.xpath.expr   
com.caucho.xpath.functions   
 

Uses of AbstractStringExpr in com.caucho.xpath.expr
 

Subclasses of AbstractStringExpr in com.caucho.xpath.expr
static class Functions.BaseURI
          Returns the fn:base-uri value.
 

Uses of AbstractStringExpr in com.caucho.xpath.functions
 

Subclasses of AbstractStringExpr in com.caucho.xpath.functions
 class BaseURI
          Returns the base URI of a node.
 class ResolveURI
          Returns a relative URI against another.
 class Trace
          Traces an object.