com.sun.tools.xjc.reader.xmlschema

Class ColorBinder

abstract class ColorBinder extends BindingComponent implements XSVisitor

Field Summary
protected BGMBuilderbuilder
protected ClassSelectorselector
Method Summary
voidannotation(XSAnnotation xsAnnotation)
protected voidcreateSimpleTypeProperty(XSSimpleType type, String propName)
voidfacet(XSFacet xsFacet)
protected CClassInfogetCurrentBean()
protected XSComponentgetCurrentRoot()
voididentityConstraint(XSIdentityConstraint xsIdentityConstraint)
voidnotation(XSNotation xsNotation)
voidschema(XSSchema xsSchema)
voidxpath(XSXPath xsxPath)

Field Detail

builder

protected final BGMBuilder builder

selector

protected final ClassSelector selector

Method Detail

annotation

public final void annotation(XSAnnotation xsAnnotation)

createSimpleTypeProperty

protected final void createSimpleTypeProperty(XSSimpleType type, String propName)

facet

public final void facet(XSFacet xsFacet)

getCurrentBean

protected final CClassInfo getCurrentBean()

getCurrentRoot

protected final XSComponent getCurrentRoot()

identityConstraint

public final void identityConstraint(XSIdentityConstraint xsIdentityConstraint)

notation

public final void notation(XSNotation xsNotation)

schema

public final void schema(XSSchema xsSchema)

xpath

public final void xpath(XSXPath xsxPath)