com.sun.tools.xjc.reader.xmlschema
Class BindYellow

java.lang.Object
  extended by com.sun.tools.xjc.reader.xmlschema.BindingComponent
      extended by com.sun.tools.xjc.reader.xmlschema.ColorBinder
          extended by com.sun.tools.xjc.reader.xmlschema.BindYellow
All Implemented Interfaces:
XSContentTypeVisitor, XSTermVisitor, XSVisitor

public final class BindYellow
extends ColorBinder


Field Summary
 
Fields inherited from class com.sun.tools.xjc.reader.xmlschema.ColorBinder
builder, selector
 
Constructor Summary
BindYellow()
           
 
Method Summary
 void attGroupDecl(XSAttGroupDecl xsAttGroupDecl)
           
 void attributeDecl(XSAttributeDecl xsAttributeDecl)
           
 void attributeUse(XSAttributeUse use)
           
 void complexType(XSComplexType ct)
           
 void elementDecl(XSElementDecl xsElementDecl)
           
 void empty(XSContentType xsContentType)
           
 void modelGroup(XSModelGroup xsModelGroup)
           
 void modelGroupDecl(XSModelGroupDecl xsModelGroupDecl)
           
 void particle(XSParticle xsParticle)
           
 void simpleType(XSSimpleType xsSimpleType)
           
 void wildcard(XSWildcard xsWildcard)
           
 
Methods inherited from class com.sun.tools.xjc.reader.xmlschema.ColorBinder
annotation, createSimpleTypeProperty, facet, getCurrentBean, getCurrentRoot, identityConstraint, notation, schema, xpath
 
Methods inherited from class com.sun.tools.xjc.reader.xmlschema.BindingComponent
getClassSelector, getErrorReporter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindYellow

public BindYellow()
Method Detail

complexType

public void complexType(XSComplexType ct)

wildcard

public void wildcard(XSWildcard xsWildcard)

elementDecl

public void elementDecl(XSElementDecl xsElementDecl)

simpleType

public void simpleType(XSSimpleType xsSimpleType)

attributeDecl

public void attributeDecl(XSAttributeDecl xsAttributeDecl)

attGroupDecl

public void attGroupDecl(XSAttGroupDecl xsAttGroupDecl)

attributeUse

public void attributeUse(XSAttributeUse use)

modelGroupDecl

public void modelGroupDecl(XSModelGroupDecl xsModelGroupDecl)

modelGroup

public void modelGroup(XSModelGroup xsModelGroup)

particle

public void particle(XSParticle xsParticle)

empty

public void empty(XSContentType xsContentType)