Uses of Class
com.sun.xml.xsom.impl.parser.state.NGCCHandler
-
Packages that use NGCCHandler Package Description com.sun.xml.xsom.impl.parser.state -
-
Uses of NGCCHandler in com.sun.xml.xsom.impl.parser.state
Subclasses of NGCCHandler in com.sun.xml.xsom.impl.parser.state Modifier and Type Class Description classSchemaFields in com.sun.xml.xsom.impl.parser.state declared as NGCCHandler Modifier and Type Field Description protected NGCCHandlerNGCCHandler. _parentParent NGCCHandler, if any.Methods in com.sun.xml.xsom.impl.parser.state 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.xml.xsom.impl.parser.state with parameters of type NGCCHandler Constructor Description NGCCHandler(NGCCEventSource source, NGCCHandler parent, int parentCookie)NGCCInterleaveFilter(NGCCHandler parent, int cookie)Schema(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, boolean _includeMode, String _expectedNamespace)
-