Package org.jitterbit.xml.sax

Examples of org.jitterbit.xml.sax.SingleElementValueCollection


     * Creates a new instance, that will extract element values from the specified parser.
     *
     */
    PluginXmlSingleStringValues_V10(DefaultKongaSaxParser parser) {
        assert (parser != null);
        delegate = new SingleElementValueCollection(parser, ELEMENTS);
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.xml.sax.SingleElementValueCollection

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.