Exemplo n.º 1
0
 public Element getFiltersNode() {
   return XmlUtils.getFirstNodeByTagName(xmlFile.getDocument(), "filters");
 }
Exemplo n.º 2
0
 public Element getAjaxIncludesNode() {
   return XmlUtils.getFirstNodeByTagName(xmlFile.getDocument(), "ajax-includes");
 }
Exemplo n.º 3
0
 public Element getMappingsNode() {
   return XmlUtils.getFirstNodeByTagName(xmlFile.getDocument(), "mappings");
 }