Package org.exolab.castor.xml.util

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


     * @exception ValidationException when there is a validation error
    **/
    public Object unmarshal(Node node)
        throws MarshalException, ValidationException
    {
    return unmarshal(new DOMEventProducer(node));
    } //-- unmarshal(EventProducer)
View Full Code Here

TOP

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

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.