Class SCDBasedBindingSet


  • public final class SCDBasedBindingSet
    extends java.lang.Object
    Set of binding nodes that have target nodes specified via SCD. This is parsed during Internalizer works on the tree, but applying this has to wait for XSSchemaSet to be parsed.
    Author:
    Kohsuke Kawaguchi
    See Also:
    SCD
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(XSSchemaSet schema, ErrorReceiver errorReceiver)
      Applies the additional binding customizations.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • apply

        public void apply​(XSSchemaSet schema,
                          ErrorReceiver errorReceiver)
        Applies the additional binding customizations.