com.sun.tools.xjc.reader.internalizer

Class SCDBasedBindingSet

public final class SCDBasedBindingSet extends 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.

See Also: SCD

Nested Class Summary
classSCDBasedBindingSet.Target
Represents the target schema component of the customization identified by SCD.
Constructor Summary
SCDBasedBindingSet(DOMForest forest)
Method Summary
voidapply(XSSchemaSet schema, ErrorReceiver errorReceiver)
Applies the additional binding customizations.
SCDBasedBindingSet.TargetcreateNewTarget(SCDBasedBindingSet.Target parent, Element src, SCD scd)

Constructor Detail

SCDBasedBindingSet

SCDBasedBindingSet(DOMForest forest)

Method Detail

apply

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

createNewTarget

SCDBasedBindingSet.Target createNewTarget(SCDBasedBindingSet.Target parent, Element src, SCD scd)