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

Packages that use EventExpression
com.smallx.xml.component.standard   
com.smallx.xml.xpath   
com.smallx.xml.xslt.xt.xpath   
 

Uses of EventExpression in com.smallx.xml.component.standard
 

Methods in com.smallx.xml.component.standard with parameters of type EventExpression
 void RegexComponent.setExpression(EventExpression newExpr)
           
 void RouteComponent.addRoute(EventExpression event, Sequence seq)
           
 void SubtreeView.setExpression(EventExpression newExpr)
           
 

Uses of EventExpression in com.smallx.xml.xpath
 

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

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

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