Class SCDBasedBindingSet
- java.lang.Object
-
- com.sun.tools.xjc.reader.internalizer.SCDBasedBindingSet
-
public final class SCDBasedBindingSet extends Object
Set of binding nodes that have target nodes specified via SCD. This is parsed duringInternalizerworks on the tree, but applying this has to wait forXSSchemaSetto be parsed.- Author:
- Kohsuke Kawaguchi
- See Also:
SCD
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(XSSchemaSet schema, ErrorReceiver errorReceiver)Applies the additional binding customizations.
-
-
-
Method Detail
-
apply
public void apply(XSSchemaSet schema, ErrorReceiver errorReceiver)
Applies the additional binding customizations.
-
-