XSContentTypeVisitor, XSTermVisitor, XSVisitorpublic final class BindRed extends BindingComponent
| Modifier and Type | Field | Description |
|---|---|---|
protected BGMBuilder |
builder |
|
protected ClassSelector |
selector |
| Constructor | Description |
|---|---|
BindRed() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
annotation(XSAnnotation xsAnnotation) |
|
void |
attGroupDecl(XSAttGroupDecl ag) |
|
void |
attributeDecl(XSAttributeDecl ad) |
|
void |
attributeUse(XSAttributeUse au) |
|
void |
complexType(XSComplexType ct) |
|
protected void |
createSimpleTypeProperty(XSSimpleType type,
java.lang.String propName) |
|
void |
elementDecl(XSElementDecl e) |
|
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 p) |
|
void |
schema(XSSchema xsSchema) |
|
void |
simpleType(XSSimpleType type) |
|
void |
wildcard(XSWildcard xsWildcard) |
|
void |
xpath(XSXPath xsxPath) |
getClassSelector, getErrorReporterprotected final BGMBuilder builder
protected final ClassSelector selector
public void complexType(XSComplexType ct)
public void wildcard(XSWildcard xsWildcard)
public void elementDecl(XSElementDecl e)
public void simpleType(XSSimpleType type)
public void attGroupDecl(XSAttGroupDecl ag)
public void attributeDecl(XSAttributeDecl ad)
public void attributeUse(XSAttributeUse au)
public void empty(XSContentType xsContentType)
public void modelGroupDecl(XSModelGroupDecl xsModelGroupDecl)
public void modelGroup(XSModelGroup xsModelGroup)
public void particle(XSParticle p)
protected final CClassInfo getCurrentBean()
protected final XSComponent getCurrentRoot()
protected final void createSimpleTypeProperty(XSSimpleType type, java.lang.String propName)
public final void annotation(XSAnnotation xsAnnotation)
annotation in interface XSVisitorpublic final void notation(XSNotation xsNotation)
public final void identityConstraint(XSIdentityConstraint xsIdentityConstraint)
identityConstraint in interface XSVisitorCopyright © 2017 Oracle Corporation. All rights reserved.