xh.addRule("web-app/servlet-mapping", xh.methodSetter("addServletMapping", 2) );
xh.addRule("web-app/servlet-mapping/servlet-name", xh.methodParam(1) );
xh.addRule("web-app/servlet-mapping/url-pattern", xh.methodParam(0) );
xh.addRule("web-app/taglib", xh.methodSetter("addTaglib", 2) );
xh.addRule("web-app/taglib/taglib-uri", xh.methodParam(0) );
xh.addRule("web-app/taglib/taglib-location", xh.methodParam(1) );
xh.addRule("web-app/env-entry", xh.methodSetter("addEnvEntry", 4) );
xh.addRule("web-app/env-entry/env-entry-name", xh.methodParam(0) );
xh.addRule("web-app/env-entry/env-entry-type", xh.methodParam(1) );