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

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

public final class BindRed
extends ColorBinder

This is where a binding of a new class starts.


Field Summary
 
Fields inherited from class com.sun.tools.xjc.reader.xmlschema.ColorBinder
builder, selector
 
Constructor Summary
BindRed()
           
 
Method Summary
 void attGroupDecl(XSAttGroupDecl ag)
           
 void attributeDecl(XSAttributeDecl ad)
           
 void attributeUse(XSAttributeUse au)
           
 void complexType(XSComplexType ct)
           
 void elementDecl(XSElementDecl e)
           
 void empty(XSContentType xsContentType)
           
 void modelGroup(XSModelGroup xsModelGroup)
           
 void modelGroupDecl(XSModelGroupDecl xsModelGroupDecl)
           
 void particle(XSParticle p)
           
 void simpleType(XSSimpleType 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

BindRed

public BindRed()
Method Detail

complexType

public void complexType(XSComplexType ct)

wildcard

public void wildcard(XSWildcard xsWildcard)

elementDecl

public void elementDecl(XSElementDecl e)

simpleType

public void simpleType(XSSimpleType type)

attGroupDecl

public void attGroupDecl(XSAttGroupDecl ag)

attributeDecl

public void attributeDecl(XSAttributeDecl ad)

attributeUse

public void attributeUse(XSAttributeUse au)

empty

public void empty(XSContentType xsContentType)

modelGroupDecl

public void modelGroupDecl(XSModelGroupDecl xsModelGroupDecl)

modelGroup

public void modelGroup(XSModelGroup xsModelGroup)

particle

public void particle(XSParticle p)