Uses of Interface
fi.hut.tml.xsmiles.mlfc.xforms.xpath.XFormsContext

Packages that use XFormsContext
fi.hut.tml.xsmiles.mlfc.xforms The XForms implementation. 
fi.hut.tml.xsmiles.mlfc.xforms.adaptive   
fi.hut.tml.xsmiles.mlfc.xforms.constraint XForms dynamic constraints. 
fi.hut.tml.xsmiles.mlfc.xforms.ui   
fi.hut.tml.xsmiles.mlfc.xforms.xpath   
fi.hut.tml.xsmiles.mlfc.xforms.xpath.jaxen XPath engine Jaxen adapters. 
fi.hut.tml.xsmiles.mlfc.xforms.xpath.xalan   
 

Uses of XFormsContext in fi.hut.tml.xsmiles.mlfc.xforms
 

Classes in fi.hut.tml.xsmiles.mlfc.xforms that implement XFormsContext
 class XFormsElementHandler
          The factory for creating DOM event instances it also keeps track of different per page things, such as models, cursors etc.
 

Methods in fi.hut.tml.xsmiles.mlfc.xforms with parameters of type XFormsContext
 XPathEngine XFormsConfiguration.createXPathEngine(XFormsContext handler, ModelContext mcontext)
           
 

Uses of XFormsContext in fi.hut.tml.xsmiles.mlfc.xforms.adaptive
 

Fields in fi.hut.tml.xsmiles.mlfc.xforms.adaptive declared as XFormsContext
protected  XFormsContext AbstractControl.fContext
           
 

Methods in fi.hut.tml.xsmiles.mlfc.xforms.adaptive with parameters of type XFormsContext
 Control AdaptiveControlFactory.createControl(XFormsContext context, java.lang.String type, int datatypeId, org.w3c.dom.Element elem)
          Create an adaptive control of a specific type and datatype, for instance createControl("input", "xsd:boolean") would create an input control for boolean, namely a checkbox.
 AbstractControl AdaptiveControlFactory.createInputControl(XFormsContext context, int datatypeId, org.w3c.dom.Element elem)
          create an input control
 

Constructors in fi.hut.tml.xsmiles.mlfc.xforms.adaptive with parameters of type XFormsContext
AbstractControl(XFormsContext context, org.w3c.dom.Element elem)
           
OutputAny(XFormsContext context, org.w3c.dom.Element elem)
           
RangeOther(XFormsContext context, org.w3c.dom.Element elem)
           
RangeInteger(XFormsContext context, org.w3c.dom.Element elem)
           
InputBoolean(XFormsContext context, org.w3c.dom.Element elem)
           
InputDate(XFormsContext context, org.w3c.dom.Element elem)
           
RangeDecimal(XFormsContext context, org.w3c.dom.Element elem)
           
AbstractRange(XFormsContext context, org.w3c.dom.Element elem)
           
InputString(XFormsContext context, org.w3c.dom.Element elem)
           
 

Uses of XFormsContext in fi.hut.tml.xsmiles.mlfc.xforms.constraint
 

Fields in fi.hut.tml.xsmiles.mlfc.xforms.constraint declared as XFormsContext
protected  XFormsContext DynamicDependencyHandler.context
           
 

Constructors in fi.hut.tml.xsmiles.mlfc.xforms.constraint with parameters of type XFormsContext
DynamicDependencyHandler(XFormsContext aContext, ModelElementImpl aModel)
           
 

Uses of XFormsContext in fi.hut.tml.xsmiles.mlfc.xforms.ui
 

Fields in fi.hut.tml.xsmiles.mlfc.xforms.ui declared as XFormsContext
protected  XFormsContext RepeatIndexHandler.xformsContext
           
protected  XFormsContext RepeatHandler.xformsContext
           
 

Constructors in fi.hut.tml.xsmiles.mlfc.xforms.ui with parameters of type XFormsContext
RepeatIndexHandler(XFormsContext context)
           
RepeatHandler(XFormsContext context)
           
 

Uses of XFormsContext in fi.hut.tml.xsmiles.mlfc.xforms.xpath
 

Methods in fi.hut.tml.xsmiles.mlfc.xforms.xpath that return XFormsContext
 XFormsContext XPathEngine.getXFormsContext()
           
 

Methods in fi.hut.tml.xsmiles.mlfc.xforms.xpath with parameters of type XFormsContext
 void XPathEngine.setContext(XFormsContext handler, ModelContext mcontext)
          set the evaluation context and default context node if context node is null later
static java.lang.Object XFormsFunctions.cursor(java.lang.String param, XFormsContext handler)
          xforms:cursor()
 

Uses of XFormsContext in fi.hut.tml.xsmiles.mlfc.xforms.xpath.jaxen
 

Methods in fi.hut.tml.xsmiles.mlfc.xforms.xpath.jaxen that return XFormsContext
 XFormsContext JaxenXPathEngine.getXFormsContext()
           
 

Methods in fi.hut.tml.xsmiles.mlfc.xforms.xpath.jaxen with parameters of type XFormsContext
 void JaxenXPathEngine.setContext(XFormsContext handler, ModelContext mcontext)
           
 

Uses of XFormsContext in fi.hut.tml.xsmiles.mlfc.xforms.xpath.xalan
 

Methods in fi.hut.tml.xsmiles.mlfc.xforms.xpath.xalan that return XFormsContext
 XFormsContext XalanXPathEngine.getXFormsContext()
           
 XFormsContext XPathContextEx.getXFormsContext()
           
 

Methods in fi.hut.tml.xsmiles.mlfc.xforms.xpath.xalan with parameters of type XFormsContext
static org.apache.xpath.objects.XObject XFormsXPathExtensionHandler.cursor(java.lang.String param, XFormsContext handler)
          xforms:cursor()
static org.apache.xpath.objects.XObject XFormsXPathExtensionHandler.nodeindex(org.apache.xpath.XPathContext xpathContext, java.lang.String param, XFormsContext handler, ModelContext modelContext)
          xforms:nodeindex()
 void XalanXPathEngine.setContext(XFormsContext handler, ModelContext mcontext)
           
 

Constructors in fi.hut.tml.xsmiles.mlfc.xforms.xpath.xalan with parameters of type XFormsContext
XPathContextEx(XFormsContext aHandler, ModelContext model)
           
XPathContextEx(XFormsContext aHandler, ModelContext model, boolean aShouldTrackReferents)
           
CachedXPathAPIEx(XFormsContext handler, ModelContext modelcontext)
          Default constructor.
 



X-Smiles 1.2