com.sun.tools.xjc.reader.xmlschema
final class DefaultClassBinder extends Object implements ClassBinder
Field Summary | |
---|---|
protected BGMBuilder | builder |
protected XSSchemaSet | schemas |
protected ClassSelector | selector |
Method Summary | |
---|---|
CClassInfo | annotation(XSAnnotation annon) |
CElement | attGroupDecl(XSAttGroupDecl decl) |
CElement | attributeDecl(XSAttributeDecl decl) |
CClassInfo | attributeUse(XSAttributeUse use) |
CElement | complexType(XSComplexType type) |
CElement | elementDecl(XSElementDecl decl) |
CClassInfo | empty(XSContentType ct) |
CClassInfo | facet(XSFacet decl) |
XSElementDecl | getSoleElementReferer(XSType t)
If only one global XSElementDecl is refering to XSType,
return that element, otherwise null. |
CClassInfo | identityConstraint(XSIdentityConstraint xsIdentityConstraint) |
CElement | modelGroup(XSModelGroup mgroup) |
CElement | modelGroupDecl(XSModelGroupDecl decl) |
CClassInfo | notation(XSNotation not) |
CClassInfo | particle(XSParticle particle) |
CClassInfo | schema(XSSchema schema) |
CElement | simpleType(XSSimpleType type) |
CClassInfo | wildcard(XSWildcard wc) |
CClassInfo | xpath(XSXPath xsxPath) |