Uses of Class
com.sun.xml.xsom.impl.parser.state.NGCCRuntime
-
Packages that use NGCCRuntime Package Description com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSetobject.com.sun.xml.xsom.impl.parser.state -
-
Uses of NGCCRuntime in com.sun.xml.xsom.impl.parser
Subclasses of NGCCRuntime in com.sun.xml.xsom.impl.parser Modifier and Type Class Description classNGCCRuntimeExNGCCRuntime extended with various utility methods for parsing XML Schema. -
Uses of NGCCRuntime in com.sun.xml.xsom.impl.parser.state
Methods in com.sun.xml.xsom.impl.parser.state that return NGCCRuntime Modifier and Type Method Description protected abstract NGCCRuntimeNGCCHandler. getRuntime()This method will be implemented by the generated code and returns a reference to the current runtime.NGCCRuntimeSchema. getRuntime()
-