public final class XMLFieldHandlerFactory extends Object
Constructor and Description |
---|
XMLFieldHandlerFactory(BuilderConfiguration config)
Creates an instance of this factory.
|
Modifier and Type | Method and Description |
---|---|
void |
createXMLFieldHandler(FieldInfo member,
XSType xsType,
String localClassName,
JSourceCode jsc,
boolean forGeneralizedHandler)
Creates the XMLFieldHandler for the given FieldInfo.
|
public XMLFieldHandlerFactory(BuilderConfiguration config)
config
- The XML code generator configuration.public void createXMLFieldHandler(FieldInfo member, XSType xsType, String localClassName, JSourceCode jsc, boolean forGeneralizedHandler)
member
- the member for which to create an XMLFieldHandlerxsType
- the XSType (XML Schema Type) of this fieldlocalClassName
- unqualified (no package) name of this classjsc
- the source code to which we'll add this XMLFieldHandlerforGeneralizedHandler
- Whether to generate a generalized field
handlerCopyright © 2014. All rights reserved.