Uses of Class
com.sun.tools.jxc.gen.config.NGCCHandler
-
Packages that use NGCCHandler Package Description com.sun.tools.jxc.gen.config -
-
Uses of NGCCHandler in com.sun.tools.jxc.gen.config
Subclasses of NGCCHandler in com.sun.tools.jxc.gen.config Modifier and Type Class Description classClassesAuto-generated, do not edit.classConfigAuto-generated, do not edit.classSchemaAuto-generated, do not edit.Fields in com.sun.tools.jxc.gen.config declared as NGCCHandler Modifier and Type Field Description protected NGCCHandlerNGCCHandler. _parentParent NGCCHandler, if any.Methods in com.sun.tools.jxc.gen.config with parameters of type NGCCHandler Modifier and Type Method Description voidNGCCRuntime. 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 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)NGCCInterleaveFilter(NGCCHandler parent, int cookie)Schema(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, File _baseDir)
-