Uses of Class
com.sun.tools.jxc.gen.config.NGCCHandler

Uses of NGCCHandler in com.sun.tools.jxc.gen.config
 

Subclasses of NGCCHandler in com.sun.tools.jxc.gen.config
 class Classes
           
 class Config
           
 class Schema
           
 

Methods in com.sun.tools.jxc.gen.config with parameters of type NGCCHandler
 void NGCCRuntime.setRootHandler(NGCCHandler rootHandler)
          Sets the root handler, which will be used to parse the root element.
 

Constructors in com.sun.tools.jxc.gen.config with parameters of type NGCCHandler
Classes(NGCCHandler parent, NGCCEventSource source, com.sun.tools.jxc.NGCCRuntimeEx runtime, int cookie)
           
Config(NGCCHandler parent, NGCCEventSource source, com.sun.tools.jxc.NGCCRuntimeEx runtime, int cookie)
           
Schema(NGCCHandler parent, NGCCEventSource source, com.sun.tools.jxc.NGCCRuntimeEx runtime, int cookie, java.io.File _baseDir)