Uses of Class
org.exolab.castor.builder.binding.XMLBindingComponent
Packages that use XMLBindingComponent
Package
Description
Castor XML code generator
-
Uses of XMLBindingComponent in org.exolab.castor.builder
Methods in org.exolab.castor.builder with parameters of type XMLBindingComponentModifier and TypeMethodDescriptionvoid
JClassRegistry.bind
(JClass jClass, XMLBindingComponent component, String mode) Registers aJClass
instance for a given XPATH.void
JClassRegistry.printStatistics
(XMLBindingComponent binding) Utility method to gather and output statistical information about naming collisions occurred during source code generation.Constructors in org.exolab.castor.builder with parameters of type XMLBindingComponentModifierConstructorDescriptionFactoryState
(String className, SGStateInfo sgState, String packageName, XMLBindingComponent component) Constructs a new FactoryState.FactoryState
(String className, SGStateInfo sgState, String packageName, XMLBindingComponent component, boolean enumeration) Constructs a factory state with the option of choosing between JClass and JEnum. -
Uses of XMLBindingComponent in org.exolab.castor.builder.factory
Methods in org.exolab.castor.builder.factory with parameters of type XMLBindingComponentModifier and TypeMethodDescriptionMemberFactory.createFieldInfo
(XMLBindingComponent component, ClassInfoResolver resolver, boolean useJava50) Creates a FieldInfo object for the given XMLBindingComponent.MemberFactory.createFieldInfoForContent
(XMLBindingComponent component, XSType xsType, boolean useJava50) Creates a FieldInfo for content.JClass[]
SourceFactory.createSourceCode
(XMLBindingComponent component, SGStateInfo sgState) Creates a new ClassInfo for the given XMLBindingComponent.