Uses of Class
com.sun.xml.xsom.impl.parser.NGCCRuntimeEx
-
Packages that use NGCCRuntimeEx Package Description com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSet
object.com.sun.xml.xsom.impl.parser.state -
-
Uses of NGCCRuntimeEx in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return NGCCRuntimeEx Modifier and Type Method Description NGCCRuntimeEx
ParserContext. newNGCCRuntime()
Constructors in com.sun.xml.xsom.impl.parser with parameters of type NGCCRuntimeEx Constructor Description BaseContentRef(NGCCRuntimeEx $runtime, Ref.Type _baseType)
-
Uses of NGCCRuntimeEx in com.sun.xml.xsom.impl.parser.state
Fields in com.sun.xml.xsom.impl.parser.state declared as NGCCRuntimeEx Modifier and Type Field Description protected NGCCRuntimeEx
Schema. $runtime
Constructors in com.sun.xml.xsom.impl.parser.state with parameters of type NGCCRuntimeEx Constructor Description Schema(NGCCRuntimeEx runtime, boolean _includeMode, java.lang.String _expectedNamespace)
Schema(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, boolean _includeMode, java.lang.String _expectedNamespace)
-