Uses of Class
autohit.creator.compiler.XmlCompiler

Packages that use XmlCompiler
autohit.creator.compiler   
autohit.server   
 

Uses of XmlCompiler in autohit.creator.compiler
 

Subclasses of XmlCompiler in autohit.creator.compiler
 class SimCompiler
          This is the a Sim compiler.
 

Fields in autohit.creator.compiler declared as XmlCompiler
 XmlCompiler XmlParseErrorHandler.xc
          Keep a reference to the Xml compiler, so we can get to the logging funktions.
 

Constructors in autohit.creator.compiler with parameters of type XmlCompiler
XmlParseErrorHandler(XmlCompiler xcp)
          Constructor.
 

Uses of XmlCompiler in autohit.server
 

Methods in autohit.server that return XmlCompiler
 XmlCompiler SystemContext.getCompiler()
          Get the XML compiler.
 XmlCompiler SimpleSystemContext.getCompiler()
          Get the XML compiler
 



Test.