com.sun.tools.xjc.reader.xmlschema
Interface ClassBinder

All Superinterfaces:
XSContentTypeFunction<CElement>, XSFunction<CElement>, XSTermFunction<CElement>
All Known Implementing Classes:
Abstractifier, ClassBinderFilter, DefaultClassBinder

interface ClassBinder
extends XSFunction<CElement>

Marker interface for an object that determines how to map a component to a class. If a component is mapped to a class, this object returns a CClassInfo pr CElementInfo object. Otherwise, return null.


Method Summary
 
Methods inherited from interface com.sun.xml.xsom.visitor.XSFunction
annotation, attGroupDecl, attributeDecl, attributeUse, complexType, facet, identityConstraint, notation, schema, xpath
 
Methods inherited from interface com.sun.xml.xsom.visitor.XSContentTypeFunction
empty, particle, simpleType
 
Methods inherited from interface com.sun.xml.xsom.visitor.XSTermFunction
elementDecl, modelGroup, modelGroupDecl, wildcard