Package org.exolab.castor.xml.util

Examples of org.exolab.castor.xml.util.XMLContainerElementFieldDescriptor


        newFieldDesc.setHandler(handler);
        fieldDesc.setHandler(handler);

        //-- Change fieldType of original field descriptor and
        //-- return new descriptor
        return new XMLContainerElementFieldDescriptor(fieldDesc, getInternalContext().getPrimitiveNodeType());
    } //-- createWrapperDescriptor
View Full Code Here

TOP

Related Classes of org.exolab.castor.xml.util.XMLContainerElementFieldDescriptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.