com.sun.tools.xjc.reader.xmlschema

Class BindPurple

public class BindPurple extends ColorBinder

Method Summary
voidattGroupDecl(XSAttGroupDecl xsAttGroupDecl)
voidattributeDecl(XSAttributeDecl xsAttributeDecl)
voidattributeUse(XSAttributeUse use)
Attribute use always becomes a property.
voidcomplexType(XSComplexType ct)
voidelementDecl(XSElementDecl xsElementDecl)
voidempty(XSContentType ct)
voidmodelGroup(XSModelGroup xsModelGroup)
voidmodelGroupDecl(XSModelGroupDecl xsModelGroupDecl)
voidparticle(XSParticle xsParticle)
voidsimpleType(XSSimpleType type)
voidwildcard(XSWildcard xsWildcard)

Method Detail

attGroupDecl

public void attGroupDecl(XSAttGroupDecl xsAttGroupDecl)

attributeDecl

public void attributeDecl(XSAttributeDecl xsAttributeDecl)

attributeUse

public void attributeUse(XSAttributeUse use)
Attribute use always becomes a property.

complexType

public void complexType(XSComplexType ct)

elementDecl

public void elementDecl(XSElementDecl xsElementDecl)

empty

public void empty(XSContentType ct)

modelGroup

public void modelGroup(XSModelGroup xsModelGroup)

modelGroupDecl

public void modelGroupDecl(XSModelGroupDecl xsModelGroupDecl)

particle

public void particle(XSParticle xsParticle)

simpleType

public void simpleType(XSSimpleType type)

wildcard

public void wildcard(XSWildcard xsWildcard)