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

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.BindBlue
All Implemented Interfaces:
XSContentTypeVisitor, XSTermVisitor, XSVisitor

final class BindBlue
extends ColorBinder

This is the first color invoked from the parent component.


Field Summary
 
Fields inherited from class com.sun.tools.xjc.reader.xmlschema.ColorBinder
builder, selector
 
Constructor Summary
BindBlue()
           
 
Method Summary
 void attGroupDecl(XSAttGroupDecl xsAttGroupDecl)
           
 void attributeDecl(XSAttributeDecl xsAttributeDecl)
           
 void attributeUse(XSAttributeUse use)
           
 void complexType(XSComplexType ct)
           
 void elementDecl(XSElementDecl e)
           
 void empty(XSContentType xsContentType)
           
 void modelGroup(XSModelGroup xsModelGroup)
           
 void modelGroupDecl(XSModelGroupDecl xsModelGroupDecl)
           
 void particle(XSParticle xsParticle)
           
 void simpleType(XSSimpleType type)
          Components that always map to a type
 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

BindBlue

BindBlue()
Method Detail

complexType

public void complexType(XSComplexType ct)

elementDecl

public void elementDecl(XSElementDecl e)

wildcard

public void wildcard(XSWildcard xsWildcard)

attGroupDecl

public void attGroupDecl(XSAttGroupDecl xsAttGroupDecl)

attributeDecl

public void attributeDecl(XSAttributeDecl xsAttributeDecl)

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)

simpleType

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