public final class BindYellow extends BindingComponent
Modifier and Type | Field and Description |
---|---|
protected BGMBuilder |
builder |
protected ClassSelector |
selector |
Constructor and Description |
---|
BindYellow() |
Modifier and Type | Method and Description |
---|---|
void |
annotation(XSAnnotation xsAnnotation) |
void |
attGroupDecl(XSAttGroupDecl xsAttGroupDecl) |
void |
attributeDecl(XSAttributeDecl xsAttributeDecl) |
void |
attributeUse(XSAttributeUse use) |
void |
complexType(XSComplexType ct) |
protected void |
createSimpleTypeProperty(XSSimpleType type,
String propName) |
void |
elementDecl(XSElementDecl xsElementDecl) |
void |
empty(XSContentType xsContentType) |
void |
facet(XSFacet xsFacet) |
protected CClassInfo |
getCurrentBean() |
protected XSComponent |
getCurrentRoot() |
void |
identityConstraint(XSIdentityConstraint xsIdentityConstraint) |
void |
modelGroup(XSModelGroup xsModelGroup) |
void |
modelGroupDecl(XSModelGroupDecl xsModelGroupDecl) |
void |
notation(XSNotation xsNotation) |
void |
particle(XSParticle xsParticle) |
void |
schema(XSSchema xsSchema) |
void |
simpleType(XSSimpleType xsSimpleType) |
void |
wildcard(XSWildcard xsWildcard) |
void |
xpath(XSXPath xsxPath) |
getClassSelector, getErrorReporter
protected final BGMBuilder builder
protected final ClassSelector selector
public void complexType(XSComplexType ct)
public void wildcard(XSWildcard xsWildcard)
public void elementDecl(XSElementDecl xsElementDecl)
public void simpleType(XSSimpleType xsSimpleType)
public void attributeDecl(XSAttributeDecl xsAttributeDecl)
public void attGroupDecl(XSAttGroupDecl xsAttGroupDecl)
public void attributeUse(XSAttributeUse use)
public void modelGroupDecl(XSModelGroupDecl xsModelGroupDecl)
public void modelGroup(XSModelGroup xsModelGroup)
public void particle(XSParticle xsParticle)
public void empty(XSContentType xsContentType)
protected final CClassInfo getCurrentBean()
protected final XSComponent getCurrentRoot()
protected final void createSimpleTypeProperty(XSSimpleType type, String propName)
public final void annotation(XSAnnotation xsAnnotation)
annotation
in interface XSVisitor
public final void notation(XSNotation xsNotation)
public final void identityConstraint(XSIdentityConstraint xsIdentityConstraint)
identityConstraint
in interface XSVisitor
Copyright © 2021 JBoss by Red Hat. All rights reserved.