Package | Description |
---|---|
org.exolab.castor.builder |
Castor XML code generator
|
org.exolab.castor.builder.factory |
Modifier and Type | Method and Description |
---|---|
void |
JClassRegistry.bind(JClass jClass,
XMLBindingComponent component,
String mode)
Registers a
JClass 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.
|
Constructor and Description |
---|
FactoryState(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.
|
Modifier and Type | Method and Description |
---|---|
FieldInfo |
MemberFactory.createFieldInfo(XMLBindingComponent component,
ClassInfoResolver resolver,
boolean useJava50)
Creates a FieldInfo object for the given XMLBindingComponent.
|
FieldInfo |
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.
|
Copyright © 2016. All rights reserved.