Package com.sun.xml.xsom.impl
Class Util
- java.lang.Object
-
- com.sun.xml.xsom.impl.Util
-
class Util extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static void
buildSubstitutables(XSType head, XSType _this, java.util.Set substitutables)
static void
buildSubstitutables(XSType _this, java.util.Set substitutables)
private static boolean
isSubstitutable(XSType _base, XSType derived)
ImplementsValidation Rule: Schema-Validity Assessment (Element) 1.2.1.2.4
private static XSType[]
listDirectSubstitutables(XSType _this)
static XSType[]
listSubstitutables(XSType _this)
-