Class BindRed
- java.lang.Object
-
- com.sun.tools.xjc.reader.xmlschema.BindingComponent
-
- com.sun.tools.xjc.reader.xmlschema.BindRed
-
- All Implemented Interfaces:
XSContentTypeVisitor,XSTermVisitor,XSVisitor
public final class BindRed extends BindingComponent
This is where a binding of a new class starts.- Author:
- Kohsuke Kawaguchi
-
-
Field Summary
Fields Modifier and Type Field Description protected BGMBuilderbuilderprotected ClassSelectorselector
-
Constructor Summary
Constructors Constructor Description BindRed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidannotation(XSAnnotation xsAnnotation)voidattGroupDecl(XSAttGroupDecl ag)voidattributeDecl(XSAttributeDecl ad)voidattributeUse(XSAttributeUse au)voidcomplexType(XSComplexType ct)protected voidcreateSimpleTypeProperty(XSSimpleType type, String propName)voidelementDecl(XSElementDecl e)voidempty(XSContentType xsContentType)voidfacet(XSFacet xsFacet)protected CClassInfogetCurrentBean()protected XSComponentgetCurrentRoot()voididentityConstraint(XSIdentityConstraint xsIdentityConstraint)voidmodelGroup(XSModelGroup xsModelGroup)voidmodelGroupDecl(XSModelGroupDecl xsModelGroupDecl)voidnotation(XSNotation xsNotation)voidparticle(XSParticle p)voidschema(XSSchema xsSchema)voidsimpleType(XSSimpleType type)voidwildcard(XSWildcard xsWildcard)voidxpath(XSXPath xsxPath)-
Methods inherited from class com.sun.tools.xjc.reader.xmlschema.BindingComponent
getClassSelector, getErrorReporter
-
-
-
-
Field Detail
-
builder
protected final BGMBuilder builder
-
selector
protected final ClassSelector selector
-
-
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)
-
getCurrentBean
protected final CClassInfo getCurrentBean()
-
getCurrentRoot
protected final XSComponent getCurrentRoot()
-
createSimpleTypeProperty
protected final void createSimpleTypeProperty(XSSimpleType type, String propName)
-
annotation
public final void annotation(XSAnnotation xsAnnotation)
- Specified by:
annotationin interfaceXSVisitor
-
notation
public final void notation(XSNotation xsNotation)
-
identityConstraint
public final void identityConstraint(XSIdentityConstraint xsIdentityConstraint)
- Specified by:
identityConstraintin interfaceXSVisitor
-
-