Package org.exolab.castor.xml.schema

Examples of org.exolab.castor.xml.schema.AppInfo


    public AppInfoUnmarshaller(AttributeSet atts)
        throws XMLException
    {
        super();

        _appInfo = new AppInfo();
        _appInfo.setSource(atts.getValue(SchemaNames.SOURCE_ATTR));
       
        _nodes = new Stack();

    } //-- AppInfoUnmarshaller
View Full Code Here

TOP

Related Classes of org.exolab.castor.xml.schema.AppInfo

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.