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 classNGCCRuntimeExControls 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 classNGCCInterleaveFilterDispatches incoming events into sub handlers appropriately so that the interleaving semantics will be correctly realized.classNGCCRuntimeRuntime Engine for RELAXNGCC execution.Fields in com.sun.tools.jxc.gen.config declared as NGCCEventSource Modifier and Type Field Description protected NGCCEventSourceNGCCHandler. _sourceEvent 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, File _baseDir)
-