comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/datacage/templating/Builder.java @ 4614:3a077fc360c2

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 03 Dec 2012 10:51:25 +0100
parents 1f38fa929986
children 718adea968e2
comparison
equal deleted inserted replaced
4613:d440057b36f7 4614:3a077fc360c2
541 this(); 541 this();
542 this.template = template; 542 this.template = template;
543 compileStatements(); 543 compileStatements();
544 } 544 }
545 545
546 /** Handle <dc:statement> elements. */
546 protected void compileStatements() { 547 protected void compileStatements() {
547 548
548 NodeList nodes = template.getElementsByTagNameNS( 549 NodeList nodes = template.getElementsByTagNameNS(
549 DC_NAMESPACE_URI, "statement"); 550 DC_NAMESPACE_URI, "statement");
550 551

http://dive4elements.wald.intevation.org