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

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

public class BindPurple
extends ColorBinder


Field Summary
 
Fields inherited from class com.sun.tools.xjc.reader.xmlschema.ColorBinder
builder, selector
 
Constructor Summary
BindPurple()
           
 
Method Summary
 void attGroupDecl(XSAttGroupDecl xsAttGroupDecl)
           
 void attributeDecl(XSAttributeDecl xsAttributeDecl)
           
 void attributeUse(XSAttributeUse use)
          Attribute use always becomes a property.
 void complexType(XSComplexType ct)
           
 void elementDecl(XSElementDecl xsElementDecl)
           
 void empty(XSContentType ct)
           
 void modelGroup(XSModelGroup xsModelGroup)
           
 void modelGroupDecl(XSModelGroupDecl xsModelGroupDecl)
           
 void particle(XSParticle xsParticle)
           
 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

BindPurple

public BindPurple()
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)

wildcard

public void wildcard(XSWildcard xsWildcard)

modelGroupDecl

public void modelGroupDecl(XSModelGroupDecl xsModelGroupDecl)

modelGroup

public void modelGroup(XSModelGroup xsModelGroup)

elementDecl

public void elementDecl(XSElementDecl xsElementDecl)

simpleType

public void simpleType(XSSimpleType type)

particle

public void particle(XSParticle xsParticle)

empty

public void empty(XSContentType ct)