Package org.fao.geonet.services.metadata

Examples of org.fao.geonet.services.metadata.View


                    if (el.getName().equalsIgnoreCase("tmp")) {
                        tmp = el;
                    }
                }

                View view = new View();
                view.init(_appPath, _config);
               
                result = view.exec(result, context);

                for (Object e : tmp.getChildren()) {
                    Element el = (Element) e;
                    result.addContent((Element) el.clone());
                }
View Full Code Here

TOP

Related Classes of org.fao.geonet.services.metadata.View

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.