Uses of Interface
com.sun.tools.jxc.gen.config.NGCCEventSource
-
Packages that use NGCCEventSource Package Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Field Description protected NGCCEventSource
NGCCHandler. _source
Event source.Constructors in com.sun.tools.jxc.gen.config with parameters of type NGCCEventSource Constructor Description 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)
-