Uses of Interface
com.dfamaj.textproc.xwm.XwmContext

Packages that use XwmContext
com.dfamaj.textproc.xwm   
 

Uses of XwmContext in com.dfamaj.textproc.xwm
 

Classes in com.dfamaj.textproc.xwm that implement XwmContext
 class DefaultXwmContext
          contexte de macros pour un moteur XWM, avec les primitives de base.
 

Methods in com.dfamaj.textproc.xwm that return XwmContext
 XwmContext XwmEngineImpl.getContext()
          
renvoie le contexte courant.
 XwmContext XwmEngine.getContext()
          
renvoie le contexte courant.
 

Constructors in com.dfamaj.textproc.xwm with parameters of type XwmContext
XwmEngineImpl(XwmContext context, Tokenizer source)
          constructeur.