com.sun.tools.xjc.reader.xmlschema

Class ClassBinderFilter

abstract class ClassBinderFilter extends Object implements ClassBinder

ClassBinder that delegates the call to another ClassBinder.
Constructor Summary
protected ClassBinderFilter(ClassBinder core)
Method Summary
CElementannotation(XSAnnotation xsAnnotation)
CElementattGroupDecl(XSAttGroupDecl xsAttGroupDecl)
CElementattributeDecl(XSAttributeDecl xsAttributeDecl)
CElementattributeUse(XSAttributeUse xsAttributeUse)
CElementcomplexType(XSComplexType xsComplexType)
CElementelementDecl(XSElementDecl xsElementDecl)
CElementempty(XSContentType xsContentType)
CElementfacet(XSFacet xsFacet)
CElementidentityConstraint(XSIdentityConstraint xsIdentityConstraint)
CElementmodelGroup(XSModelGroup xsModelGroup)
CElementmodelGroupDecl(XSModelGroupDecl xsModelGroupDecl)
CElementnotation(XSNotation xsNotation)
CElementparticle(XSParticle xsParticle)
CElementschema(XSSchema xsSchema)
CElementsimpleType(XSSimpleType xsSimpleType)
CElementwildcard(XSWildcard xsWildcard)
CElementxpath(XSXPath xsxPath)

Constructor Detail

ClassBinderFilter

protected ClassBinderFilter(ClassBinder core)

Method Detail

annotation

public CElement annotation(XSAnnotation xsAnnotation)

attGroupDecl

public CElement attGroupDecl(XSAttGroupDecl xsAttGroupDecl)

attributeDecl

public CElement attributeDecl(XSAttributeDecl xsAttributeDecl)

attributeUse

public CElement attributeUse(XSAttributeUse xsAttributeUse)

complexType

public CElement complexType(XSComplexType xsComplexType)

elementDecl

public CElement elementDecl(XSElementDecl xsElementDecl)

empty

public CElement empty(XSContentType xsContentType)

facet

public CElement facet(XSFacet xsFacet)

identityConstraint

public CElement identityConstraint(XSIdentityConstraint xsIdentityConstraint)

modelGroup

public CElement modelGroup(XSModelGroup xsModelGroup)

modelGroupDecl

public CElement modelGroupDecl(XSModelGroupDecl xsModelGroupDecl)

notation

public CElement notation(XSNotation xsNotation)

particle

public CElement particle(XSParticle xsParticle)

schema

public CElement schema(XSSchema xsSchema)

simpleType

public CElement simpleType(XSSimpleType xsSimpleType)

wildcard

public CElement wildcard(XSWildcard xsWildcard)

xpath

public CElement xpath(XSXPath xsxPath)