com.sun.tools.xjc.reader.xmlschema

Class BindBlue

final class BindBlue extends ColorBinder

This is the first color invoked from the parent component.
Method Summary
voidattGroupDecl(XSAttGroupDecl xsAttGroupDecl)
voidattributeDecl(XSAttributeDecl xsAttributeDecl)
voidattributeUse(XSAttributeUse use)
voidcomplexType(XSComplexType ct)
voidelementDecl(XSElementDecl e)
voidempty(XSContentType xsContentType)
voidmodelGroup(XSModelGroup xsModelGroup)
voidmodelGroupDecl(XSModelGroupDecl xsModelGroupDecl)
voidparticle(XSParticle xsParticle)
voidsimpleType(XSSimpleType type)
Components that always map to a type
voidwildcard(XSWildcard xsWildcard)

Method Detail

attGroupDecl

public void attGroupDecl(XSAttGroupDecl xsAttGroupDecl)

attributeDecl

public void attributeDecl(XSAttributeDecl xsAttributeDecl)

attributeUse

public void attributeUse(XSAttributeUse use)

complexType

public void complexType(XSComplexType ct)

elementDecl

public void elementDecl(XSElementDecl e)

empty

public void empty(XSContentType xsContentType)

modelGroup

public void modelGroup(XSModelGroup xsModelGroup)

modelGroupDecl

public void modelGroupDecl(XSModelGroupDecl xsModelGroupDecl)

particle

public void particle(XSParticle xsParticle)

simpleType

public void simpleType(XSSimpleType type)
Components that always map to a type

wildcard

public void wildcard(XSWildcard xsWildcard)