Class Util

java.lang.Object
com.sun.xml.xsom.impl.Util

class Util extends Object
  • Constructor Details

    • Util

      Util()
  • Method Details

    • listDirectSubstitutables

      private static XSType[] listDirectSubstitutables(XSType _this)
    • listSubstitutables

      public static XSType[] listSubstitutables(XSType _this)
    • buildSubstitutables

      public static void buildSubstitutables(XSType _this, Set substitutables)
    • buildSubstitutables

      private static void buildSubstitutables(XSType head, XSType _this, Set substitutables)
    • isSubstitutable

      private static boolean isSubstitutable(XSType _base, XSType derived)
      Implements Validation Rule: Schema-Validity Assessment (Element) 1.2.1.2.4