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

Packages that use DocumentExpression
com.smallx.xml.xpath   
com.smallx.xml.xslt.xt.xpath   
 

Uses of DocumentExpression in com.smallx.xml.xpath
 

Methods in com.smallx.xml.xpath that return DocumentExpression
 DocumentExpression XPathCompiler.compileDocumentExpression(java.lang.String expression)
          Compiles an XPath expression.
 DocumentExpression XPathCompiler.compileDocumentExpression(StaticContext context, java.lang.String expression)
           
 

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

Classes in com.smallx.xml.xslt.xt.xpath that implement DocumentExpression
 class ConvertibleExpr
           
 class ConvertibleStringExpr
           
 

Methods in com.smallx.xml.xslt.xt.xpath that return DocumentExpression
 DocumentExpression FullXPathDocumentCompiler.compileDocumentExpression(StaticContext context, java.lang.String str)
           
 DocumentExpression FullXPathDocumentCompiler.compileDocumentExpression(java.lang.String expression)