com.sun.tools.xjc.reader.xmlschema
Class BindYellow
java.lang.Object
com.sun.tools.xjc.reader.xmlschema.BindingComponent
com.sun.tools.xjc.reader.xmlschema.BindYellow
- All Implemented Interfaces:
- XSContentTypeVisitor, XSTermVisitor, XSVisitor
public final class BindYellow
- extends BindingComponent
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
builder
protected final BGMBuilder builder
selector
protected final ClassSelector selector
BindYellow
public BindYellow()
complexType
public void complexType(XSComplexType ct)
wildcard
public void wildcard(XSWildcard xsWildcard)
elementDecl
public void elementDecl(XSElementDecl xsElementDecl)
simpleType
public void simpleType(XSSimpleType xsSimpleType)
attributeDecl
public void attributeDecl(XSAttributeDecl xsAttributeDecl)
attGroupDecl
public void attGroupDecl(XSAttGroupDecl xsAttGroupDecl)
attributeUse
public void attributeUse(XSAttributeUse use)
modelGroupDecl
public void modelGroupDecl(XSModelGroupDecl xsModelGroupDecl)
modelGroup
public void modelGroup(XSModelGroup xsModelGroup)
particle
public void particle(XSParticle xsParticle)
empty
public void empty(XSContentType xsContentType)
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:
annotation in interface XSVisitor
schema
public final void schema(XSSchema xsSchema)
- Specified by:
schema in interface XSVisitor
facet
public final void facet(XSFacet xsFacet)
- Specified by:
facet in interface XSVisitor
notation
public final void notation(XSNotation xsNotation)
- Specified by:
notation in interface XSVisitor
identityConstraint
public final void identityConstraint(XSIdentityConstraint xsIdentityConstraint)
- Specified by:
identityConstraint in interface XSVisitor
xpath
public final void xpath(XSXPath xsxPath)
- Specified by:
xpath in interface XSVisitor
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.