comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/datacage/templating/Builder.java @ 4893:54762b8ef016

Builder: Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 28 Jan 2013 14:43:53 +0100
parents 089bc08f720e
children 27d58b7b5edd
comparison
equal deleted inserted replaced
4892:e05568393eb4 4893:54762b8ef016
310 Element element = (Element)parent; 310 Element element = (Element)parent;
311 311
312 element.setAttribute(name, value); 312 element.setAttribute(name, value);
313 } 313 }
314 314
315 /**
316 * Call-Macro node.
317 * Evaluate child-nodes of the given macro element (not its text).
318 */
315 protected void callMacro(Node parent, Element current) 319 protected void callMacro(Node parent, Element current)
316 throws SQLException 320 throws SQLException
317 { 321 {
318 String name = current.getAttribute("name"); 322 String name = current.getAttribute("name");
319 323

http://dive4elements.wald.intevation.org