Uses of Class
jaxx.runtime.JXPathDecorator.Context

Packages that use JXPathDecorator.Context
jaxx.runtime   
 

Uses of JXPathDecorator.Context in jaxx.runtime
 

Fields in jaxx.runtime declared as JXPathDecorator.Context
protected  JXPathDecorator.Context<O> JXPathDecorator.context
          the computed context of the decorator
protected  JXPathDecorator.Context<O>[] MultiJXPathDecorator.contexts
           
 

Methods in jaxx.runtime that return JXPathDecorator.Context
static
<O> JXPathDecorator.Context<O>
JXPathDecorator.createInitialContext(java.lang.String expression)
           
static
<O> JXPathDecorator.Context<O>[]
MultiJXPathDecorator.createInitialContexts(java.lang.String expression, java.lang.String separator, java.lang.String separatorReplacement)
           
protected static
<O> JXPathDecorator.Context<O>[]
MultiJXPathDecorator.newInstance(int size)
           
 

Methods in jaxx.runtime with parameters of type JXPathDecorator.Context
 void JXPathDecorator.setContext(JXPathDecorator.Context<O> context)
           
 

Constructors in jaxx.runtime with parameters of type JXPathDecorator.Context
MultiJXPathDecorator(java.lang.Class<O> internalClass, java.lang.String expression, java.lang.String separator, java.lang.String separatorReplacement, JXPathDecorator.Context<O>[] contexts)
           
 



Copyright © 2008-2009 CodeLutin. All Rights Reserved.