public class ClassBuilder extends AbstractXmlBuilder
| Constructor and Description | 
|---|
ClassBuilder()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
build(XmlElement elt,
     String type)
Build an instance of the given type using Java reflection. 
 | 
XmlElement | 
generate(Object in)
Generate XML that contains the given object's class name
 and no children. 
 | 
getDelegate, setDelegatepublic Object build(XmlElement elt, String type) throws Exception
build in interface XmlBuilderbuild in class AbstractXmlBuilderExceptionpublic XmlElement generate(Object in)
generate in interface XmlBuildergenerate in class AbstractXmlBuilderCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.