Uses of Interface
com.sun.tools.jxc.gen.config.NGCCEventSource

Packages that use NGCCEventSource
com.sun.tools.jxc   
com.sun.tools.jxc.gen.config   
 

Uses of NGCCEventSource in com.sun.tools.jxc
 

Classes in com.sun.tools.jxc that implement NGCCEventSource
 class NGCCRuntimeEx
          Controls the validating and converting of values obtained from the config file.
 

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

Classes in com.sun.tools.jxc.gen.config that implement NGCCEventSource
 class NGCCInterleaveFilter
          Dispatches incoming events into sub handlers appropriately so that the interleaving semantics will be correctly realized.
 class NGCCRuntime
          Runtime Engine for RELAXNGCC execution.
 

Fields in com.sun.tools.jxc.gen.config declared as NGCCEventSource
protected  NGCCEventSource NGCCHandler._source
          Event source.
 

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